Shades of Dark Violet #9C0EEF
Tints of Dark Violet #9C0EEF
RGB
CMYK
RGB Variations
Color information
#9C0EEF (or 0x9C0EEF) is known color: Dark Violet. HEX triplet: 9C, 0E and EF. RGB value is (156,14,239). Sum of RGB (Red+Green+Blue) = 156+14+239=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 14 (5.86% from 255 or 3.42% from 409); Blue value is 239 (93.75% from 255 or 58.44% from 409); Max value from RGB is 239 - color contains mainly: blue. Hex color #9C0EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C0EEF is #63F110. Grayscale: #515151. Windows color (decimal): -6549777 or 15666844. OLE color: 15666844.
HSL color Cylindrical-coordinate representation of color #9C0EEF: hue angle of 277.87º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0EEF is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 14 | 239 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.06 |
| HSL | 277.87º | 0.89% | 0.5% | - |
| HSV(B) | 277.87º | 0.94% | 0.94% | - |
| XYZ | 29.45 | 13.61 | 82.74 | - |
| YUV | 82.11 | 216.54 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 14 | 239 | 0.35 | 0.94 | 0 | 0.06 | 277.87 | 0.89 | 0.5 |
| Hex | 9C | E | EF | 23 | 5E | 0 | 6 | 116 | 59 | 32 |
| Octal | 234 | 16 | 357 | 43 | 136 | 0 | 6 | 426 | 131 | 62 |
| Binary | 10011100 | 1110 | 11101111 | 100011 | 1011110 | 0 | 110 | 100010110 | 1011001 | 110010 |
Color Harmonies of #9C0EEF
Complementary color
Monochromatic Colors of #9C0EEF
Black with #9C0EEF
Text Example
Text Example
White with #9C0EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0EEF; }
p { color: rgb(156,14,239); }
H1.HeaderClassName
{
color: #9C0EEF;
}
.AnyTagClassName
{
color: #9C0EEF;
}
</style>
background-color css
<style>
a { background-color: #9C0EEF; }
a { background-color: rgb(156,14,239); }
div.DivClassName
{
background-color: #9C0EEF;
}
.BgClassName
{
background-color: #9C0EEF;
}
</style>
border-color css
<style>
span { border-color: #9C0EEF; }
span { border-color: rgb(156,14,239); }
td.TdClassName
{
border-color: #9C0EEF;
}
.TagClassName
{
border-color: #9C0EEF;
}
</style>