Shades of Dark Violet #9C0AC0
Tints of Dark Violet #9C0AC0
RGB
CMYK
RGB Variations
Color information
#9C0AC0 (or 0x9C0AC0) is known color: Dark Violet. HEX triplet: 9C, 0A and C0. RGB value is (156,10,192). Sum of RGB (Red+Green+Blue) = 156+10+192=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 192 (75.39% from 255 or 53.63% from 358); Max value from RGB is 192 - color contains mainly: blue. Hex color #9C0AC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0AC0 is #63F53F. Grayscale: #494949. Windows color (decimal): -6550848 or 12585628. OLE color: 12585628.
HSL color Cylindrical-coordinate representation of color #9C0AC0: hue angle of 288.13º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0AC0 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 10 | 192 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.25 |
| HSL | 288.13º | 0.9% | 0.4% | - |
| HSV(B) | 288.13º | 0.95% | 0.75% | - |
| XYZ | 23.33 | 11.09 | 50.78 | - |
| YUV | 74.4 | 194.37 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 10 | 192 | 0.19 | 0.95 | 0 | 0.25 | 288.13 | 0.9 | 0.4 |
| Hex | 9C | A | C0 | 13 | 5F | 0 | 19 | 120 | 5A | 28 |
| Octal | 234 | 12 | 300 | 23 | 137 | 0 | 31 | 440 | 132 | 50 |
| Binary | 10011100 | 1010 | 11000000 | 10011 | 1011111 | 0 | 11001 | 100100000 | 1011010 | 101000 |
Color Harmonies of #9C0AC0
Complementary color
Monochromatic Colors of #9C0AC0
Black with #9C0AC0
Text Example
Text Example
White with #9C0AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0AC0; }
p { color: rgb(156,10,192); }
H1.HeaderClassName
{
color: #9C0AC0;
}
.AnyTagClassName
{
color: #9C0AC0;
}
</style>
background-color css
<style>
a { background-color: #9C0AC0; }
a { background-color: rgb(156,10,192); }
div.DivClassName
{
background-color: #9C0AC0;
}
.BgClassName
{
background-color: #9C0AC0;
}
</style>
border-color css
<style>
span { border-color: #9C0AC0; }
span { border-color: rgb(156,10,192); }
td.TdClassName
{
border-color: #9C0AC0;
}
.TagClassName
{
border-color: #9C0AC0;
}
</style>