Shades of Dark Violet #9C0CC6
Tints of Dark Violet #9C0CC6
RGB
CMYK
RGB Variations
Color information
#9C0CC6 (or 0x9C0CC6) is known color: Dark Violet. HEX triplet: 9C, 0C and C6. RGB value is (156,12,198). Sum of RGB (Red+Green+Blue) = 156+12+198=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 198 (77.73% from 255 or 54.10% from 366); Max value from RGB is 198 - color contains mainly: blue. Hex color #9C0CC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0CC6 is #63F339. Grayscale: #4B4B4B. Windows color (decimal): -6550330 or 12979356. OLE color: 12979356.
HSL color Cylindrical-coordinate representation of color #9C0CC6: hue angle of 286.45º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0CC6 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 12 | 198 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.22 |
| HSL | 286.45º | 0.89% | 0.41% | - |
| HSV(B) | 286.45º | 0.94% | 0.78% | - |
| XYZ | 24.03 | 11.41 | 54.36 | - |
| YUV | 76.26 | 196.71 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 12 | 198 | 0.21 | 0.94 | 0 | 0.22 | 286.45 | 0.89 | 0.41 |
| Hex | 9C | C | C6 | 15 | 5E | 0 | 16 | 11E | 59 | 29 |
| Octal | 234 | 14 | 306 | 25 | 136 | 0 | 26 | 436 | 131 | 51 |
| Binary | 10011100 | 1100 | 11000110 | 10101 | 1011110 | 0 | 10110 | 100011110 | 1011001 | 101001 |
Color Harmonies of #9C0CC6
Complementary color
Monochromatic Colors of #9C0CC6
Black with #9C0CC6
Text Example
Text Example
White with #9C0CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0CC6; }
p { color: rgb(156,12,198); }
H1.HeaderClassName
{
color: #9C0CC6;
}
.AnyTagClassName
{
color: #9C0CC6;
}
</style>
background-color css
<style>
a { background-color: #9C0CC6; }
a { background-color: rgb(156,12,198); }
div.DivClassName
{
background-color: #9C0CC6;
}
.BgClassName
{
background-color: #9C0CC6;
}
</style>
border-color css
<style>
span { border-color: #9C0CC6; }
span { border-color: rgb(156,12,198); }
td.TdClassName
{
border-color: #9C0CC6;
}
.TagClassName
{
border-color: #9C0CC6;
}
</style>