Color spaces of #9962ce
RGB | 153 | 98 | 206 |
---|---|---|---|
HSL | 0.75 | 0.52 | 0.60 |
HSV | 271° | 52° | 81° |
CMYK | 0.26 | 0.52 | 0.00 0.19 |
XYZ | 28.6451 | 19.9639 | 60.7362 |
Yxy | 19.9639 | 0.2620 | 0.1826 |
Hunter Lab | 44.6810 | 36.2451 | -49.3180 |
CIE-Lab | 51.7964 | 43.0025 | -47.7461 |
#9962ce color RGB value is (153,98,206).
#9962ce hex color red value is 153, green value is 98 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9962ce hue: 0.75 , saturation: 0.52 and the lightness value of 9962ce is 0.60.
The process color (four color CMYK) of #9962ce color hex is 0.26, 0.52, 0.00, 0.19. Web safe color of #9962ce is #9966cc. Color #9962ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 01100010 | 11001110 |
Octal | 231 | 142 | 316 |
Decimal | 153 | 98 | 206 |
Hex | 99 | 62 | CE |
Shades of #9962ce
Tints of #9962ce
RGB Percentages of Color #9962ce
CMYK Percentages of Color #9962ce
Complementary Color
#9962ce | #97ce62 |
#9962ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9962ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#9962ce Color CSS Codes
.mybgcolor {background-color:#9962ce; } .myforecolor {color:#9962ce; } .mybordercolor {border:3px solid #9962ce; }
#9962ce Text Font Color
<p style="color:#9962ce">Text here</p>
This sample text font color is #9962ce
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#9962ce Background Color
<div style="background-color:#9962ce">
Div content here</div>
This div background color is #9962ce
#9962ce Border Color
<div style="border:3px solid #9962ce">
Div here</div>
This div border color is #9962ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,98,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9962ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9962ce; -webkit-box-shadow: 1px 1px 3px 2px #9962ce; box-shadow: 1px 1px 3px 2px #9962ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,98,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9962ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9962ce; -webkit-box-shadow: 1px 1px 3px 2px #9962ce; box-shadow: 1px 1px 3px 2px #9962ce;">
Div content here</div>
This div box has shadow with color #9962ce
Comments
No comments written yet.
Please login to write comment.