Shades of Dark Magenta #9C0DAA
Tints of Dark Magenta #9C0DAA
RGB
CMYK
RGB Variations
Color information
#9C0DAA (or 0x9C0DAA) is known color: Dark Magenta. HEX triplet: 9C, 0D and AA. RGB value is (156,13,170). Sum of RGB (Red+Green+Blue) = 156+13+170=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C0DAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0DAA is #63F255. Grayscale: #494949. Windows color (decimal): -6550102 or 11144604. OLE color: 11144604.
HSL color Cylindrical-coordinate representation of color #9C0DAA: hue angle of 294.65º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C0DAA is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 13 | 170 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.33 |
| HSL | 294.65º | 0.86% | 0.36% | - |
| HSV(B) | 294.65º | 0.92% | 0.67% | - |
| XYZ | 21.11 | 10.26 | 38.9 | - |
| YUV | 73.66 | 182.38 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 13 | 170 | 0.08 | 0.92 | 0 | 0.33 | 294.65 | 0.86 | 0.36 |
| Hex | 9C | D | AA | 8 | 5C | 0 | 21 | 127 | 56 | 24 |
| Octal | 234 | 15 | 252 | 10 | 134 | 0 | 41 | 447 | 126 | 44 |
| Binary | 10011100 | 1101 | 10101010 | 1000 | 1011100 | 0 | 100001 | 100100111 | 1010110 | 100100 |
Color Harmonies of #9C0DAA
Complementary color
Monochromatic Colors of #9C0DAA
Black with #9C0DAA
Text Example
Text Example
White with #9C0DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0DAA; }
p { color: rgb(156,13,170); }
H1.HeaderClassName
{
color: #9C0DAA;
}
.AnyTagClassName
{
color: #9C0DAA;
}
</style>
background-color css
<style>
a { background-color: #9C0DAA; }
a { background-color: rgb(156,13,170); }
div.DivClassName
{
background-color: #9C0DAA;
}
.BgClassName
{
background-color: #9C0DAA;
}
</style>
border-color css
<style>
span { border-color: #9C0DAA; }
span { border-color: rgb(156,13,170); }
td.TdClassName
{
border-color: #9C0DAA;
}
.TagClassName
{
border-color: #9C0DAA;
}
</style>