Shades of Dark Magenta #9D0CAA
Tints of Dark Magenta #9D0CAA
RGB
CMYK
RGB Variations
Color information
#9D0CAA (or 0x9D0CAA) is known color: Dark Magenta. HEX triplet: 9D, 0C and AA. RGB value is (157,12,170). Sum of RGB (Red+Green+Blue) = 157+12+170=339 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.31% from 339); Green value is 12 (5.08% from 255 or 3.54% 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 #9D0CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0CAA is #62F355. Grayscale: #484848. Windows color (decimal): -6484822 or 11144349. OLE color: 11144349.
HSL color Cylindrical-coordinate representation of color #9D0CAA: hue angle of 295.06º 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 #9D0CAA is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 12 | 170 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.33 |
| HSL | 295.06º | 0.87% | 0.36% | - |
| HSV(B) | 295.06º | 0.93% | 0.67% | - |
| XYZ | 21.29 | 10.33 | 38.9 | - |
| YUV | 73.37 | 182.54 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 12 | 170 | 0.08 | 0.93 | 0 | 0.33 | 295.06 | 0.87 | 0.36 |
| Hex | 9D | C | AA | 8 | 5D | 0 | 21 | 127 | 57 | 24 |
| Octal | 235 | 14 | 252 | 10 | 135 | 0 | 41 | 447 | 127 | 44 |
| Binary | 10011101 | 1100 | 10101010 | 1000 | 1011101 | 0 | 100001 | 100100111 | 1010111 | 100100 |
Color Harmonies of #9D0CAA
Complementary color
Monochromatic Colors of #9D0CAA
Black with #9D0CAA
Text Example
Text Example
White with #9D0CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0CAA; }
p { color: rgb(157,12,170); }
H1.HeaderClassName
{
color: #9D0CAA;
}
.AnyTagClassName
{
color: #9D0CAA;
}
</style>
background-color css
<style>
a { background-color: #9D0CAA; }
a { background-color: rgb(157,12,170); }
div.DivClassName
{
background-color: #9D0CAA;
}
.BgClassName
{
background-color: #9D0CAA;
}
</style>
border-color css
<style>
span { border-color: #9D0CAA; }
span { border-color: rgb(157,12,170); }
td.TdClassName
{
border-color: #9D0CAA;
}
.TagClassName
{
border-color: #9D0CAA;
}
</style>