Shades of Dark Violet #9C0BDB
Tints of Dark Violet #9C0BDB
RGB
CMYK
RGB Variations
Color information
#9C0BDB (or 0x9C0BDB) is known color: Dark Violet. HEX triplet: 9C, 0B and DB. RGB value is (156,11,219). Sum of RGB (Red+Green+Blue) = 156+11+219=386 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.41% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C0BDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0BDB is #63F424. Grayscale: #4D4D4D. Windows color (decimal): -6550565 or 14355356. OLE color: 14355356.
HSL color Cylindrical-coordinate representation of color #9C0BDB: hue angle of 281.83º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0BDB is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 11 | 219 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.14 |
| HSL | 281.83º | 0.9% | 0.45% | - |
| HSV(B) | 281.83º | 0.95% | 0.86% | - |
| XYZ | 26.62 | 12.42 | 68.01 | - |
| YUV | 78.07 | 207.54 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 11 | 219 | 0.29 | 0.95 | 0 | 0.14 | 281.83 | 0.9 | 0.45 |
| Hex | 9C | B | DB | 1D | 5F | 0 | E | 11A | 5A | 2D |
| Octal | 234 | 13 | 333 | 35 | 137 | 0 | 16 | 432 | 132 | 55 |
| Binary | 10011100 | 1011 | 11011011 | 11101 | 1011111 | 0 | 1110 | 100011010 | 1011010 | 101101 |
Color Harmonies of #9C0BDB
Complementary color
Monochromatic Colors of #9C0BDB
Black with #9C0BDB
Text Example
Text Example
White with #9C0BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0BDB; }
p { color: rgb(156,11,219); }
H1.HeaderClassName
{
color: #9C0BDB;
}
.AnyTagClassName
{
color: #9C0BDB;
}
</style>
background-color css
<style>
a { background-color: #9C0BDB; }
a { background-color: rgb(156,11,219); }
div.DivClassName
{
background-color: #9C0BDB;
}
.BgClassName
{
background-color: #9C0BDB;
}
</style>
border-color css
<style>
span { border-color: #9C0BDB; }
span { border-color: rgb(156,11,219); }
td.TdClassName
{
border-color: #9C0BDB;
}
.TagClassName
{
border-color: #9C0BDB;
}
</style>