Shades of Dark Magenta #9D0AA5
Tints of Dark Magenta #9D0AA5
RGB
CMYK
RGB Variations
Color information
#9D0AA5 (or 0x9D0AA5) is known color: Dark Magenta. HEX triplet: 9D, 0A and A5. RGB value is (157,10,165). Sum of RGB (Red+Green+Blue) = 157+10+165=332 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.29% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 165 (64.84% from 255 or 49.70% from 332); Max value from RGB is 165 - color contains mainly: blue. Hex color #9D0AA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0AA5 is #62F55A. Grayscale: #474747. Windows color (decimal): -6485339 or 10816157. OLE color: 10816157.
HSL color Cylindrical-coordinate representation of color #9D0AA5: hue angle of 296.9º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0AA5 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 10 | 165 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.35 |
| HSL | 296.9º | 0.89% | 0.34% | - |
| HSV(B) | 296.9º | 0.94% | 0.65% | - |
| XYZ | 20.8 | 10.1 | 36.45 | - |
| YUV | 71.62 | 180.7 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 10 | 165 | 0.05 | 0.94 | 0 | 0.35 | 296.9 | 0.89 | 0.34 |
| Hex | 9D | A | A5 | 5 | 5E | 0 | 23 | 129 | 59 | 22 |
| Octal | 235 | 12 | 245 | 5 | 136 | 0 | 43 | 451 | 131 | 42 |
| Binary | 10011101 | 1010 | 10100101 | 101 | 1011110 | 0 | 100011 | 100101001 | 1011001 | 100010 |
Color Harmonies of #9D0AA5
Complementary color
Monochromatic Colors of #9D0AA5
Black with #9D0AA5
Text Example
Text Example
White with #9D0AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0AA5; }
p { color: rgb(157,10,165); }
H1.HeaderClassName
{
color: #9D0AA5;
}
.AnyTagClassName
{
color: #9D0AA5;
}
</style>
background-color css
<style>
a { background-color: #9D0AA5; }
a { background-color: rgb(157,10,165); }
div.DivClassName
{
background-color: #9D0AA5;
}
.BgClassName
{
background-color: #9D0AA5;
}
</style>
border-color css
<style>
span { border-color: #9D0AA5; }
span { border-color: rgb(157,10,165); }
td.TdClassName
{
border-color: #9D0AA5;
}
.TagClassName
{
border-color: #9D0AA5;
}
</style>