Shades of Dark Magenta #9C0CAA
Tints of Dark Magenta #9C0CAA
RGB
CMYK
RGB Variations
Color information
#9C0CAA (or 0x9C0CAA) is known color: Dark Magenta. HEX triplet: 9C, 0C and AA. RGB value is (156,12,170). Sum of RGB (Red+Green+Blue) = 156+12+170=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C0CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0CAA is #63F355. Grayscale: #484848. Windows color (decimal): -6550358 or 11144348. OLE color: 11144348.
HSL color Cylindrical-coordinate representation of color #9C0CAA: hue angle of 294.68º 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 #9C0CAA is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 12 | 170 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.33 |
| HSL | 294.68º | 0.87% | 0.36% | - |
| HSV(B) | 294.68º | 0.93% | 0.67% | - |
| XYZ | 21.1 | 10.23 | 38.89 | - |
| YUV | 73.07 | 182.71 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 12 | 170 | 0.08 | 0.93 | 0 | 0.33 | 294.68 | 0.87 | 0.36 |
| Hex | 9C | C | AA | 8 | 5D | 0 | 21 | 127 | 57 | 24 |
| Octal | 234 | 14 | 252 | 10 | 135 | 0 | 41 | 447 | 127 | 44 |
| Binary | 10011100 | 1100 | 10101010 | 1000 | 1011101 | 0 | 100001 | 100100111 | 1010111 | 100100 |
Color Harmonies of #9C0CAA
Complementary color
Monochromatic Colors of #9C0CAA
Black with #9C0CAA
Text Example
Text Example
White with #9C0CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0CAA; }
p { color: rgb(156,12,170); }
H1.HeaderClassName
{
color: #9C0CAA;
}
.AnyTagClassName
{
color: #9C0CAA;
}
</style>
background-color css
<style>
a { background-color: #9C0CAA; }
a { background-color: rgb(156,12,170); }
div.DivClassName
{
background-color: #9C0CAA;
}
.BgClassName
{
background-color: #9C0CAA;
}
</style>
border-color css
<style>
span { border-color: #9C0CAA; }
span { border-color: rgb(156,12,170); }
td.TdClassName
{
border-color: #9C0CAA;
}
.TagClassName
{
border-color: #9C0CAA;
}
</style>