Shades of Dark Violet #9C0ACC
Tints of Dark Violet #9C0ACC
RGB
CMYK
RGB Variations
Color information
#9C0ACC (or 0x9C0ACC) is known color: Dark Violet. HEX triplet: 9C, 0A and CC. RGB value is (156,10,204). Sum of RGB (Red+Green+Blue) = 156+10+204=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 10 (4.30% from 255 or 2.70% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C0ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0ACC is #63F533. Grayscale: #4B4B4B. Windows color (decimal): -6550836 or 13372060. OLE color: 13372060.
HSL color Cylindrical-coordinate representation of color #9C0ACC: hue angle of 285.15º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0ACC is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 10 | 204 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.2 |
| HSL | 285.15º | 0.91% | 0.42% | - |
| HSV(B) | 285.15º | 0.95% | 0.8% | - |
| XYZ | 24.72 | 11.64 | 58.07 | - |
| YUV | 75.77 | 200.37 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 10 | 204 | 0.24 | 0.95 | 0 | 0.2 | 285.15 | 0.91 | 0.42 |
| Hex | 9C | A | CC | 18 | 5F | 0 | 14 | 11D | 5B | 2A |
| Octal | 234 | 12 | 314 | 30 | 137 | 0 | 24 | 435 | 133 | 52 |
| Binary | 10011100 | 1010 | 11001100 | 11000 | 1011111 | 0 | 10100 | 100011101 | 1011011 | 101010 |
Color Harmonies of #9C0ACC
Complementary color
Monochromatic Colors of #9C0ACC
Black with #9C0ACC
Text Example
Text Example
White with #9C0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0ACC; }
p { color: rgb(156,10,204); }
H1.HeaderClassName
{
color: #9C0ACC;
}
.AnyTagClassName
{
color: #9C0ACC;
}
</style>
background-color css
<style>
a { background-color: #9C0ACC; }
a { background-color: rgb(156,10,204); }
div.DivClassName
{
background-color: #9C0ACC;
}
.BgClassName
{
background-color: #9C0ACC;
}
</style>
border-color css
<style>
span { border-color: #9C0ACC; }
span { border-color: rgb(156,10,204); }
td.TdClassName
{
border-color: #9C0ACC;
}
.TagClassName
{
border-color: #9C0ACC;
}
</style>