Shades of Dark Violet #9E02CC
Tints of Dark Violet #9E02CC
RGB
CMYK
RGB Variations
Color information
#9E02CC (or 0x9E02CC) is known color: Dark Violet. HEX triplet: 9E, 02 and CC. RGB value is (158,2,204). Sum of RGB (Red+Green+Blue) = 158+2+204=364 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.41% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E02CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E02CC is #61FD33. Grayscale: #474747. Windows color (decimal): -6421812 or 13370014. OLE color: 13370014.
HSL color Cylindrical-coordinate representation of color #9E02CC: hue angle of 286.34º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E02CC is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 2 | 204 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.2 |
| HSL | 286.34º | 0.98% | 0.4% | - |
| HSV(B) | 286.34º | 0.99% | 0.8% | - |
| XYZ | 25.02 | 11.67 | 58.06 | - |
| YUV | 71.67 | 202.68 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 2 | 204 | 0.23 | 0.99 | 0 | 0.2 | 286.34 | 0.98 | 0.4 |
| Hex | 9E | 2 | CC | 17 | 63 | 0 | 14 | 11E | 62 | 28 |
| Octal | 236 | 2 | 314 | 27 | 143 | 0 | 24 | 436 | 142 | 50 |
| Binary | 10011110 | 10 | 11001100 | 10111 | 1100011 | 0 | 10100 | 100011110 | 1100010 | 101000 |
Color Harmonies of #9E02CC
Complementary color
Monochromatic Colors of #9E02CC
Black with #9E02CC
Text Example
Text Example
White with #9E02CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E02CC; }
p { color: rgb(158,2,204); }
H1.HeaderClassName
{
color: #9E02CC;
}
.AnyTagClassName
{
color: #9E02CC;
}
</style>
background-color css
<style>
a { background-color: #9E02CC; }
a { background-color: rgb(158,2,204); }
div.DivClassName
{
background-color: #9E02CC;
}
.BgClassName
{
background-color: #9E02CC;
}
</style>
border-color css
<style>
span { border-color: #9E02CC; }
span { border-color: rgb(158,2,204); }
td.TdClassName
{
border-color: #9E02CC;
}
.TagClassName
{
border-color: #9E02CC;
}
</style>