Shades of Dark Magenta #9D0AAB
Tints of Dark Magenta #9D0AAB
RGB
CMYK
RGB Variations
Color information
#9D0AAB (or 0x9D0AAB) is known color: Dark Magenta. HEX triplet: 9D, 0A and AB. RGB value is (157,10,171). Sum of RGB (Red+Green+Blue) = 157+10+171=338 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.45% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D0AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0AAB is #62F554. Grayscale: #474747. Windows color (decimal): -6485333 or 11209373. OLE color: 11209373.
HSL color Cylindrical-coordinate representation of color #9D0AAB: hue angle of 294.78º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0AAB is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 10 | 171 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.33 |
| HSL | 294.78º | 0.89% | 0.35% | - |
| HSV(B) | 294.78º | 0.94% | 0.67% | - |
| XYZ | 21.36 | 10.33 | 39.4 | - |
| YUV | 72.31 | 183.7 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 10 | 171 | 0.08 | 0.94 | 0 | 0.33 | 294.78 | 0.89 | 0.35 |
| Hex | 9D | A | AB | 8 | 5E | 0 | 21 | 127 | 59 | 23 |
| Octal | 235 | 12 | 253 | 10 | 136 | 0 | 41 | 447 | 131 | 43 |
| Binary | 10011101 | 1010 | 10101011 | 1000 | 1011110 | 0 | 100001 | 100100111 | 1011001 | 100011 |
Color Harmonies of #9D0AAB
Complementary color
Monochromatic Colors of #9D0AAB
Black with #9D0AAB
Text Example
Text Example
White with #9D0AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0AAB; }
p { color: rgb(157,10,171); }
H1.HeaderClassName
{
color: #9D0AAB;
}
.AnyTagClassName
{
color: #9D0AAB;
}
</style>
background-color css
<style>
a { background-color: #9D0AAB; }
a { background-color: rgb(157,10,171); }
div.DivClassName
{
background-color: #9D0AAB;
}
.BgClassName
{
background-color: #9D0AAB;
}
</style>
border-color css
<style>
span { border-color: #9D0AAB; }
span { border-color: rgb(157,10,171); }
td.TdClassName
{
border-color: #9D0AAB;
}
.TagClassName
{
border-color: #9D0AAB;
}
</style>