Shades of Dark Magenta #9C0CAC
Tints of Dark Magenta #9C0CAC
RGB
CMYK
RGB Variations
Color information
#9C0CAC (or 0x9C0CAC) is known color: Dark Magenta. HEX triplet: 9C, 0C and AC. RGB value is (156,12,172). Sum of RGB (Red+Green+Blue) = 156+12+172=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 12 (5.08% from 255 or 3.53% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C0CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0CAC is #63F353. Grayscale: #484848. Windows color (decimal): -6550356 or 11275420. OLE color: 11275420.
HSL color Cylindrical-coordinate representation of color #9C0CAC: hue angle of 294º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C0CAC is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 12 | 172 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.33 |
| HSL | 294º | 0.87% | 0.36% | - |
| HSV(B) | 294º | 0.93% | 0.67% | - |
| XYZ | 21.29 | 10.31 | 39.9 | - |
| YUV | 73.3 | 183.71 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 12 | 172 | 0.09 | 0.93 | 0 | 0.33 | 294 | 0.87 | 0.36 |
| Hex | 9C | C | AC | 9 | 5D | 0 | 21 | 126 | 57 | 24 |
| Octal | 234 | 14 | 254 | 11 | 135 | 0 | 41 | 446 | 127 | 44 |
| Binary | 10011100 | 1100 | 10101100 | 1001 | 1011101 | 0 | 100001 | 100100110 | 1010111 | 100100 |
Color Harmonies of #9C0CAC
Complementary color
Monochromatic Colors of #9C0CAC
Black with #9C0CAC
Text Example
Text Example
White with #9C0CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0CAC; }
p { color: rgb(156,12,172); }
H1.HeaderClassName
{
color: #9C0CAC;
}
.AnyTagClassName
{
color: #9C0CAC;
}
</style>
background-color css
<style>
a { background-color: #9C0CAC; }
a { background-color: rgb(156,12,172); }
div.DivClassName
{
background-color: #9C0CAC;
}
.BgClassName
{
background-color: #9C0CAC;
}
</style>
border-color css
<style>
span { border-color: #9C0CAC; }
span { border-color: rgb(156,12,172); }
td.TdClassName
{
border-color: #9C0CAC;
}
.TagClassName
{
border-color: #9C0CAC;
}
</style>