Shades of Dark Violet #9C0CBD
Tints of Dark Violet #9C0CBD
RGB
CMYK
RGB Variations
Color information
#9C0CBD (or 0x9C0CBD) is known color: Dark Violet. HEX triplet: 9C, 0C and BD. RGB value is (156,12,189). Sum of RGB (Red+Green+Blue) = 156+12+189=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C0CBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0CBD is #63F342. Grayscale: #4A4A4A. Windows color (decimal): -6550339 or 12389532. OLE color: 12389532.
HSL color Cylindrical-coordinate representation of color #9C0CBD: hue angle of 288.81º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0CBD is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 12 | 189 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.26 |
| HSL | 288.81º | 0.88% | 0.39% | - |
| HSV(B) | 288.81º | 0.94% | 0.74% | - |
| XYZ | 23.03 | 11 | 49.05 | - |
| YUV | 75.23 | 192.21 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 12 | 189 | 0.17 | 0.94 | 0 | 0.26 | 288.81 | 0.88 | 0.39 |
| Hex | 9C | C | BD | 11 | 5E | 0 | 1A | 121 | 58 | 27 |
| Octal | 234 | 14 | 275 | 21 | 136 | 0 | 32 | 441 | 130 | 47 |
| Binary | 10011100 | 1100 | 10111101 | 10001 | 1011110 | 0 | 11010 | 100100001 | 1011000 | 100111 |
Color Harmonies of #9C0CBD
Complementary color
Monochromatic Colors of #9C0CBD
Black with #9C0CBD
Text Example
Text Example
White with #9C0CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0CBD; }
p { color: rgb(156,12,189); }
H1.HeaderClassName
{
color: #9C0CBD;
}
.AnyTagClassName
{
color: #9C0CBD;
}
</style>
background-color css
<style>
a { background-color: #9C0CBD; }
a { background-color: rgb(156,12,189); }
div.DivClassName
{
background-color: #9C0CBD;
}
.BgClassName
{
background-color: #9C0CBD;
}
</style>
border-color css
<style>
span { border-color: #9C0CBD; }
span { border-color: rgb(156,12,189); }
td.TdClassName
{
border-color: #9C0CBD;
}
.TagClassName
{
border-color: #9C0CBD;
}
</style>