Shades of Dark Violet #9C06CE
Tints of Dark Violet #9C06CE
RGB
CMYK
RGB Variations
Color information
#9C06CE (or 0x9C06CE) is known color: Dark Violet. HEX triplet: 9C, 06 and CE. RGB value is (156,6,206). Sum of RGB (Red+Green+Blue) = 156+6+206=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 6 (2.73% from 255 or 1.63% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C06CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C06CE is #63F931. Grayscale: #494949. Windows color (decimal): -6551858 or 13502108. OLE color: 13502108.
HSL color Cylindrical-coordinate representation of color #9C06CE: hue angle of 285º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C06CE is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 6 | 206 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.19 |
| HSL | 285º | 0.94% | 0.42% | - |
| HSV(B) | 285º | 0.97% | 0.81% | - |
| XYZ | 24.92 | 11.65 | 59.33 | - |
| YUV | 73.65 | 202.7 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 6 | 206 | 0.24 | 0.97 | 0 | 0.19 | 285 | 0.94 | 0.42 |
| Hex | 9C | 6 | CE | 18 | 61 | 0 | 13 | 11D | 5E | 2A |
| Octal | 234 | 6 | 316 | 30 | 141 | 0 | 23 | 435 | 136 | 52 |
| Binary | 10011100 | 110 | 11001110 | 11000 | 1100001 | 0 | 10011 | 100011101 | 1011110 | 101010 |
Color Harmonies of #9C06CE
Complementary color
Monochromatic Colors of #9C06CE
Black with #9C06CE
Text Example
Text Example
White with #9C06CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C06CE; }
p { color: rgb(156,6,206); }
H1.HeaderClassName
{
color: #9C06CE;
}
.AnyTagClassName
{
color: #9C06CE;
}
</style>
background-color css
<style>
a { background-color: #9C06CE; }
a { background-color: rgb(156,6,206); }
div.DivClassName
{
background-color: #9C06CE;
}
.BgClassName
{
background-color: #9C06CE;
}
</style>
border-color css
<style>
span { border-color: #9C06CE; }
span { border-color: rgb(156,6,206); }
td.TdClassName
{
border-color: #9C06CE;
}
.TagClassName
{
border-color: #9C06CE;
}
</style>