Shades of Dark Violet #9C0BD6
Tints of Dark Violet #9C0BD6
RGB
CMYK
RGB Variations
Color information
#9C0BD6 (or 0x9C0BD6) is known color: Dark Violet. HEX triplet: 9C, 0B and D6. RGB value is (156,11,214). Sum of RGB (Red+Green+Blue) = 156+11+214=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 11 (4.69% from 255 or 2.89% from 381); Blue value is 214 (83.98% from 255 or 56.17% from 381); Max value from RGB is 214 - color contains mainly: blue. Hex color #9C0BD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0BD6 is #63F429. Grayscale: #4C4C4C. Windows color (decimal): -6550570 or 14027676. OLE color: 14027676.
HSL color Cylindrical-coordinate representation of color #9C0BD6: hue angle of 282.86º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0BD6 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 156 | 11 | 214 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.16 |
| HSL | 282.86º | 0.9% | 0.44% | - |
| HSV(B) | 282.86º | 0.95% | 0.84% | - |
| XYZ | 25.97 | 12.16 | 64.6 | - |
| YUV | 77.5 | 205.04 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 11 | 214 | 0.27 | 0.95 | 0 | 0.16 | 282.86 | 0.9 | 0.44 |
| Hex | 9C | B | D6 | 1B | 5F | 0 | 10 | 11B | 5A | 2C |
| Octal | 234 | 13 | 326 | 33 | 137 | 0 | 20 | 433 | 132 | 54 |
| Binary | 10011100 | 1011 | 11010110 | 11011 | 1011111 | 0 | 10000 | 100011011 | 1011010 | 101100 |
Color Harmonies of #9C0BD6
Complementary color
Monochromatic Colors of #9C0BD6
Black with #9C0BD6
Text Example
Text Example
White with #9C0BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0BD6; }
p { color: rgb(156,11,214); }
H1.HeaderClassName
{
color: #9C0BD6;
}
.AnyTagClassName
{
color: #9C0BD6;
}
</style>
background-color css
<style>
a { background-color: #9C0BD6; }
a { background-color: rgb(156,11,214); }
div.DivClassName
{
background-color: #9C0BD6;
}
.BgClassName
{
background-color: #9C0BD6;
}
</style>
border-color css
<style>
span { border-color: #9C0BD6; }
span { border-color: rgb(156,11,214); }
td.TdClassName
{
border-color: #9C0BD6;
}
.TagClassName
{
border-color: #9C0BD6;
}
</style>