Shades of Dark Violet #9E0FCC
Tints of Dark Violet #9E0FCC
RGB
CMYK
RGB Variations
Color information
#9E0FCC (or 0x9E0FCC) is known color: Dark Violet. HEX triplet: 9E, 0F and CC. RGB value is (158,15,204). Sum of RGB (Red+Green+Blue) = 158+15+204=377 (49% of max value = 765). Red value is 158 (62.11% from 255 or 41.91% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E0FCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0FCC is #61F033. Grayscale: #4E4E4E. Windows color (decimal): -6418484 or 13373342. OLE color: 13373342.
HSL color Cylindrical-coordinate representation of color #9E0FCC: hue angle of 285.4º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E0FCC is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 15 | 204 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.2 |
| HSL | 285.4º | 0.86% | 0.43% | - |
| HSV(B) | 285.4º | 0.93% | 0.8% | - |
| XYZ | 25.17 | 11.97 | 58.11 | - |
| YUV | 79.3 | 198.38 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 15 | 204 | 0.23 | 0.93 | 0 | 0.2 | 285.4 | 0.86 | 0.43 |
| Hex | 9E | F | CC | 17 | 5D | 0 | 14 | 11D | 56 | 2B |
| Octal | 236 | 17 | 314 | 27 | 135 | 0 | 24 | 435 | 126 | 53 |
| Binary | 10011110 | 1111 | 11001100 | 10111 | 1011101 | 0 | 10100 | 100011101 | 1010110 | 101011 |
Color Harmonies of #9E0FCC
Complementary color
Monochromatic Colors of #9E0FCC
Black with #9E0FCC
Text Example
Text Example
White with #9E0FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0FCC; }
p { color: rgb(158,15,204); }
H1.HeaderClassName
{
color: #9E0FCC;
}
.AnyTagClassName
{
color: #9E0FCC;
}
</style>
background-color css
<style>
a { background-color: #9E0FCC; }
a { background-color: rgb(158,15,204); }
div.DivClassName
{
background-color: #9E0FCC;
}
.BgClassName
{
background-color: #9E0FCC;
}
</style>
border-color css
<style>
span { border-color: #9E0FCC; }
span { border-color: rgb(158,15,204); }
td.TdClassName
{
border-color: #9E0FCC;
}
.TagClassName
{
border-color: #9E0FCC;
}
</style>