Shades of Dark Violet #9C0CD6
Tints of Dark Violet #9C0CD6
RGB
CMYK
RGB Variations
Color information
#9C0CD6 (or 0x9C0CD6) is known color: Dark Violet. HEX triplet: 9C, 0C and D6. RGB value is (156,12,214). Sum of RGB (Red+Green+Blue) = 156+12+214=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 214 (83.98% from 255 or 56.02% from 382); Max value from RGB is 214 - color contains mainly: blue. Hex color #9C0CD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0CD6 is #63F329. Grayscale: #4D4D4D. Windows color (decimal): -6550314 or 14027932. OLE color: 14027932.
HSL color Cylindrical-coordinate representation of color #9C0CD6: hue angle of 282.77º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0CD6 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 156 | 12 | 214 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.16 |
| HSL | 282.77º | 0.89% | 0.44% | - |
| HSV(B) | 282.77º | 0.94% | 0.84% | - |
| XYZ | 25.98 | 12.19 | 64.6 | - |
| YUV | 78.08 | 204.71 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 12 | 214 | 0.27 | 0.94 | 0 | 0.16 | 282.77 | 0.89 | 0.44 |
| Hex | 9C | C | D6 | 1B | 5E | 0 | 10 | 11B | 59 | 2C |
| Octal | 234 | 14 | 326 | 33 | 136 | 0 | 20 | 433 | 131 | 54 |
| Binary | 10011100 | 1100 | 11010110 | 11011 | 1011110 | 0 | 10000 | 100011011 | 1011001 | 101100 |
Color Harmonies of #9C0CD6
Complementary color
Monochromatic Colors of #9C0CD6
Black with #9C0CD6
Text Example
Text Example
White with #9C0CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0CD6; }
p { color: rgb(156,12,214); }
H1.HeaderClassName
{
color: #9C0CD6;
}
.AnyTagClassName
{
color: #9C0CD6;
}
</style>
background-color css
<style>
a { background-color: #9C0CD6; }
a { background-color: rgb(156,12,214); }
div.DivClassName
{
background-color: #9C0CD6;
}
.BgClassName
{
background-color: #9C0CD6;
}
</style>
border-color css
<style>
span { border-color: #9C0CD6; }
span { border-color: rgb(156,12,214); }
td.TdClassName
{
border-color: #9C0CD6;
}
.TagClassName
{
border-color: #9C0CD6;
}
</style>