Shades of Dark Violet #9C06CC
Tints of Dark Violet #9C06CC
RGB
CMYK
RGB Variations
Color information
#9C06CC (or 0x9C06CC) is known color: Dark Violet. HEX triplet: 9C, 06 and CC. RGB value is (156,6,204). Sum of RGB (Red+Green+Blue) = 156+6+204=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 6 (2.73% from 255 or 1.64% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C06CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C06CC is #63F933. Grayscale: #484848. Windows color (decimal): -6551860 or 13371036. OLE color: 13371036.
HSL color Cylindrical-coordinate representation of color #9C06CC: hue angle of 285.45º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C06CC is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 6 | 204 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.2 |
| HSL | 285.45º | 0.94% | 0.41% | - |
| HSV(B) | 285.45º | 0.97% | 0.8% | - |
| XYZ | 24.67 | 11.56 | 58.06 | - |
| YUV | 73.42 | 201.7 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 6 | 204 | 0.24 | 0.97 | 0 | 0.2 | 285.45 | 0.94 | 0.41 |
| Hex | 9C | 6 | CC | 18 | 61 | 0 | 14 | 11D | 5E | 29 |
| Octal | 234 | 6 | 314 | 30 | 141 | 0 | 24 | 435 | 136 | 51 |
| Binary | 10011100 | 110 | 11001100 | 11000 | 1100001 | 0 | 10100 | 100011101 | 1011110 | 101001 |
Color Harmonies of #9C06CC
Complementary color
Monochromatic Colors of #9C06CC
Black with #9C06CC
Text Example
Text Example
White with #9C06CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C06CC; }
p { color: rgb(156,6,204); }
H1.HeaderClassName
{
color: #9C06CC;
}
.AnyTagClassName
{
color: #9C06CC;
}
</style>
background-color css
<style>
a { background-color: #9C06CC; }
a { background-color: rgb(156,6,204); }
div.DivClassName
{
background-color: #9C06CC;
}
.BgClassName
{
background-color: #9C06CC;
}
</style>
border-color css
<style>
span { border-color: #9C06CC; }
span { border-color: rgb(156,6,204); }
td.TdClassName
{
border-color: #9C06CC;
}
.TagClassName
{
border-color: #9C06CC;
}
</style>