Shades of Dark Violet #9C0EE8
Tints of Dark Violet #9C0EE8
RGB
CMYK
RGB Variations
Color information
#9C0EE8 (or 0x9C0EE8) is known color: Dark Violet. HEX triplet: 9C, 0E and E8. RGB value is (156,14,232). Sum of RGB (Red+Green+Blue) = 156+14+232=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 14 (5.86% from 255 or 3.48% from 402); Blue value is 232 (91.02% from 255 or 57.71% from 402); Max value from RGB is 232 - color contains mainly: blue. Hex color #9C0EE8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C0EE8 is #63F117. Grayscale: #505050. Windows color (decimal): -6549784 or 15208092. OLE color: 15208092.
HSL color Cylindrical-coordinate representation of color #9C0EE8: hue angle of 279.08º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0EE8 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 14 | 232 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.09 |
| HSL | 279.08º | 0.89% | 0.48% | - |
| HSV(B) | 279.08º | 0.94% | 0.91% | - |
| XYZ | 28.43 | 13.21 | 77.39 | - |
| YUV | 81.31 | 213.04 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 14 | 232 | 0.33 | 0.94 | 0 | 0.09 | 279.08 | 0.89 | 0.48 |
| Hex | 9C | E | E8 | 21 | 5E | 0 | 9 | 117 | 59 | 30 |
| Octal | 234 | 16 | 350 | 41 | 136 | 0 | 11 | 427 | 131 | 60 |
| Binary | 10011100 | 1110 | 11101000 | 100001 | 1011110 | 0 | 1001 | 100010111 | 1011001 | 110000 |
Color Harmonies of #9C0EE8
Complementary color
Monochromatic Colors of #9C0EE8
Black with #9C0EE8
Text Example
Text Example
White with #9C0EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0EE8; }
p { color: rgb(156,14,232); }
H1.HeaderClassName
{
color: #9C0EE8;
}
.AnyTagClassName
{
color: #9C0EE8;
}
</style>
background-color css
<style>
a { background-color: #9C0EE8; }
a { background-color: rgb(156,14,232); }
div.DivClassName
{
background-color: #9C0EE8;
}
.BgClassName
{
background-color: #9C0EE8;
}
</style>
border-color css
<style>
span { border-color: #9C0EE8; }
span { border-color: rgb(156,14,232); }
td.TdClassName
{
border-color: #9C0EE8;
}
.TagClassName
{
border-color: #9C0EE8;
}
</style>