Shades of Dark Violet #9E0CCC
Tints of Dark Violet #9E0CCC
RGB
CMYK
RGB Variations
Color information
#9E0CCC (or 0x9E0CCC) is known color: Dark Violet. HEX triplet: 9E, 0C and CC. RGB value is (158,12,204). Sum of RGB (Red+Green+Blue) = 158+12+204=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E0CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0CCC is #61F333. Grayscale: #4C4C4C. Windows color (decimal): -6419252 or 13372574. OLE color: 13372574.
HSL color Cylindrical-coordinate representation of color #9E0CCC: hue angle of 285.62º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E0CCC is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 12 | 204 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.2 |
| HSL | 285.63º | 0.89% | 0.42% | - |
| HSV(B) | 285.63º | 0.94% | 0.8% | - |
| XYZ | 25.13 | 11.89 | 58.1 | - |
| YUV | 77.54 | 199.37 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 12 | 204 | 0.23 | 0.94 | 0 | 0.2 | 285.63 | 0.89 | 0.42 |
| Hex | 9E | C | CC | 17 | 5E | 0 | 14 | 11E | 59 | 2A |
| Octal | 236 | 14 | 314 | 27 | 136 | 0 | 24 | 436 | 131 | 52 |
| Binary | 10011110 | 1100 | 11001100 | 10111 | 1011110 | 0 | 10100 | 100011110 | 1011001 | 101010 |
Color Harmonies of #9E0CCC
Complementary color
Monochromatic Colors of #9E0CCC
Black with #9E0CCC
Text Example
Text Example
White with #9E0CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0CCC; }
p { color: rgb(158,12,204); }
H1.HeaderClassName
{
color: #9E0CCC;
}
.AnyTagClassName
{
color: #9E0CCC;
}
</style>
background-color css
<style>
a { background-color: #9E0CCC; }
a { background-color: rgb(158,12,204); }
div.DivClassName
{
background-color: #9E0CCC;
}
.BgClassName
{
background-color: #9E0CCC;
}
</style>
border-color css
<style>
span { border-color: #9E0CCC; }
span { border-color: rgb(158,12,204); }
td.TdClassName
{
border-color: #9E0CCC;
}
.TagClassName
{
border-color: #9E0CCC;
}
</style>