Shades of Dark Violet #9E00CC
Tints of Dark Violet #9E00CC
RGB
CMYK
RGB Variations
Color information
#9E00CC (or 0x9E00CC) is known color: Dark Violet. HEX triplet: 9E, 00 and CC. RGB value is (158,0,204). Sum of RGB (Red+Green+Blue) = 158+0+204=362 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.65% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E00CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E00CC is #61FF33. Grayscale: #454545. Windows color (decimal): -6422324 or 13369502. OLE color: 13369502.
HSL color Cylindrical-coordinate representation of color #9E00CC: hue angle of 286.47º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E00CC is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 0 | 204 | - |
| CMYK | 0.23 | 1 | 0 | 0.2 |
| HSL | 286.47º | 1% | 0.4% | - |
| HSV(B) | 286.47º | 1% | 0.8% | - |
| XYZ | 25 | 11.63 | 58.05 | - |
| YUV | 70.5 | 203.35 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 204 | 0.23 | 1 | 0 | 0.2 | 286.47 | 1 | 0.4 |
| Hex | 9E | 0 | CC | 17 | 64 | 0 | 14 | 11E | 64 | 28 |
| Octal | 236 | 0 | 314 | 27 | 144 | 0 | 24 | 436 | 144 | 50 |
| Binary | 10011110 | 0 | 11001100 | 10111 | 1100100 | 0 | 10100 | 100011110 | 1100100 | 101000 |
Color Harmonies of #9E00CC
Complementary color
Monochromatic Colors of #9E00CC
Black with #9E00CC
Text Example
Text Example
White with #9E00CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E00CC; }
p { color: rgb(158,0,204); }
H1.HeaderClassName
{
color: #9E00CC;
}
.AnyTagClassName
{
color: #9E00CC;
}
</style>
background-color css
<style>
a { background-color: #9E00CC; }
a { background-color: rgb(158,0,204); }
div.DivClassName
{
background-color: #9E00CC;
}
.BgClassName
{
background-color: #9E00CC;
}
</style>
border-color css
<style>
span { border-color: #9E00CC; }
span { border-color: rgb(158,0,204); }
td.TdClassName
{
border-color: #9E00CC;
}
.TagClassName
{
border-color: #9E00CC;
}
</style>