Shades of Dark Violet #9C0ABB
Tints of Dark Violet #9C0ABB
RGB
CMYK
RGB Variations
Color information
#9C0ABB (or 0x9C0ABB) is known color: Dark Violet. HEX triplet: 9C, 0A and BB. RGB value is (156,10,187). Sum of RGB (Red+Green+Blue) = 156+10+187=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 10 (4.30% from 255 or 2.83% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C0ABB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0ABB is #63F544. Grayscale: #494949. Windows color (decimal): -6550853 or 12257948. OLE color: 12257948.
HSL color Cylindrical-coordinate representation of color #9C0ABB: hue angle of 289.49º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0ABB is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 10 | 187 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.27 |
| HSL | 289.49º | 0.9% | 0.39% | - |
| HSV(B) | 289.49º | 0.95% | 0.73% | - |
| XYZ | 22.79 | 10.87 | 47.91 | - |
| YUV | 73.83 | 191.87 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 10 | 187 | 0.17 | 0.95 | 0 | 0.27 | 289.49 | 0.9 | 0.39 |
| Hex | 9C | A | BB | 11 | 5F | 0 | 1B | 121 | 5A | 27 |
| Octal | 234 | 12 | 273 | 21 | 137 | 0 | 33 | 441 | 132 | 47 |
| Binary | 10011100 | 1010 | 10111011 | 10001 | 1011111 | 0 | 11011 | 100100001 | 1011010 | 100111 |
Color Harmonies of #9C0ABB
Complementary color
Monochromatic Colors of #9C0ABB
Black with #9C0ABB
Text Example
Text Example
White with #9C0ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0ABB; }
p { color: rgb(156,10,187); }
H1.HeaderClassName
{
color: #9C0ABB;
}
.AnyTagClassName
{
color: #9C0ABB;
}
</style>
background-color css
<style>
a { background-color: #9C0ABB; }
a { background-color: rgb(156,10,187); }
div.DivClassName
{
background-color: #9C0ABB;
}
.BgClassName
{
background-color: #9C0ABB;
}
</style>
border-color css
<style>
span { border-color: #9C0ABB; }
span { border-color: rgb(156,10,187); }
td.TdClassName
{
border-color: #9C0ABB;
}
.TagClassName
{
border-color: #9C0ABB;
}
</style>