Shades of Dark Violet #9C0DEE
Tints of Dark Violet #9C0DEE
RGB
CMYK
RGB Variations
Color information
#9C0DEE (or 0x9C0DEE) is known color: Dark Violet. HEX triplet: 9C, 0D and EE. RGB value is (156,13,238). Sum of RGB (Red+Green+Blue) = 156+13+238=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 13 (5.47% from 255 or 3.19% from 407); Blue value is 238 (93.36% from 255 or 58.48% from 407); Max value from RGB is 238 - color contains mainly: blue. Hex color #9C0DEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C0DEE is #63F211. Grayscale: #505050. Windows color (decimal): -6550034 or 15601052. OLE color: 15601052.
HSL color Cylindrical-coordinate representation of color #9C0DEE: hue angle of 278.13º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0DEE is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 13 | 238 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.07 |
| HSL | 278.13º | 0.9% | 0.49% | - |
| HSV(B) | 278.13º | 0.95% | 0.93% | - |
| XYZ | 29.29 | 13.53 | 81.96 | - |
| YUV | 81.41 | 216.38 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 13 | 238 | 0.34 | 0.95 | 0 | 0.07 | 278.13 | 0.9 | 0.49 |
| Hex | 9C | D | EE | 22 | 5F | 0 | 7 | 116 | 5A | 31 |
| Octal | 234 | 15 | 356 | 42 | 137 | 0 | 7 | 426 | 132 | 61 |
| Binary | 10011100 | 1101 | 11101110 | 100010 | 1011111 | 0 | 111 | 100010110 | 1011010 | 110001 |
Color Harmonies of #9C0DEE
Complementary color
Monochromatic Colors of #9C0DEE
Black with #9C0DEE
Text Example
Text Example
White with #9C0DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0DEE; }
p { color: rgb(156,13,238); }
H1.HeaderClassName
{
color: #9C0DEE;
}
.AnyTagClassName
{
color: #9C0DEE;
}
</style>
background-color css
<style>
a { background-color: #9C0DEE; }
a { background-color: rgb(156,13,238); }
div.DivClassName
{
background-color: #9C0DEE;
}
.BgClassName
{
background-color: #9C0DEE;
}
</style>
border-color css
<style>
span { border-color: #9C0DEE; }
span { border-color: rgb(156,13,238); }
td.TdClassName
{
border-color: #9C0DEE;
}
.TagClassName
{
border-color: #9C0DEE;
}
</style>