Shades of Dark Magenta #9C0AA0
Tints of Dark Magenta #9C0AA0
RGB
CMYK
RGB Variations
Color information
#9C0AA0 (or 0x9C0AA0) is known color: Dark Magenta. HEX triplet: 9C, 0A and A0. RGB value is (156,10,160). Sum of RGB (Red+Green+Blue) = 156+10+160=326 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.85% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 160 (62.89% from 255 or 49.08% from 326); Max value from RGB is 160 - color contains mainly: blue. Hex color #9C0AA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0AA0 is #63F55F. Grayscale: #464646. Windows color (decimal): -6550880 or 10488476. OLE color: 10488476.
HSL color Cylindrical-coordinate representation of color #9C0AA0: hue angle of 298.4º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0AA0 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 10 | 160 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.37 |
| HSL | 298.4º | 0.88% | 0.33% | - |
| HSV(B) | 298.4º | 0.94% | 0.63% | - |
| XYZ | 20.16 | 9.82 | 34.09 | - |
| YUV | 70.75 | 178.37 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 10 | 160 | 0.02 | 0.94 | 0 | 0.37 | 298.4 | 0.88 | 0.33 |
| Hex | 9C | A | A0 | 2 | 5E | 0 | 25 | 12A | 58 | 21 |
| Octal | 234 | 12 | 240 | 2 | 136 | 0 | 45 | 452 | 130 | 41 |
| Binary | 10011100 | 1010 | 10100000 | 10 | 1011110 | 0 | 100101 | 100101010 | 1011000 | 100001 |
Color Harmonies of #9C0AA0
Complementary color
Monochromatic Colors of #9C0AA0
Black with #9C0AA0
Text Example
Text Example
White with #9C0AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0AA0; }
p { color: rgb(156,10,160); }
H1.HeaderClassName
{
color: #9C0AA0;
}
.AnyTagClassName
{
color: #9C0AA0;
}
</style>
background-color css
<style>
a { background-color: #9C0AA0; }
a { background-color: rgb(156,10,160); }
div.DivClassName
{
background-color: #9C0AA0;
}
.BgClassName
{
background-color: #9C0AA0;
}
</style>
border-color css
<style>
span { border-color: #9C0AA0; }
span { border-color: rgb(156,10,160); }
td.TdClassName
{
border-color: #9C0AA0;
}
.TagClassName
{
border-color: #9C0AA0;
}
</style>