Shades of Dark Magenta #9D13AA
Tints of Dark Magenta #9D13AA
RGB
CMYK
RGB Variations
Color information
#9D13AA (or 0x9D13AA) is known color: Dark Magenta. HEX triplet: 9D, 13 and AA. RGB value is (157,19,170). Sum of RGB (Red+Green+Blue) = 157+19+170=346 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.38% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D13AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D13AA is #62EC55. Grayscale: #4D4D4D. Windows color (decimal): -6483030 or 11146141. OLE color: 11146141.
HSL color Cylindrical-coordinate representation of color #9D13AA: hue angle of 294.83º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D13AA is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 19 | 170 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.33 |
| HSL | 294.83º | 0.8% | 0.37% | - |
| HSV(B) | 294.83º | 0.89% | 0.67% | - |
| XYZ | 21.39 | 10.54 | 38.94 | - |
| YUV | 77.48 | 180.22 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 19 | 170 | 0.08 | 0.89 | 0 | 0.33 | 294.83 | 0.8 | 0.37 |
| Hex | 9D | 13 | AA | 8 | 59 | 0 | 21 | 127 | 50 | 25 |
| Octal | 235 | 23 | 252 | 10 | 131 | 0 | 41 | 447 | 120 | 45 |
| Binary | 10011101 | 10011 | 10101010 | 1000 | 1011001 | 0 | 100001 | 100100111 | 1010000 | 100101 |
Color Harmonies of #9D13AA
Complementary color
Monochromatic Colors of #9D13AA
Black with #9D13AA
Text Example
Text Example
White with #9D13AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D13AA; }
p { color: rgb(157,19,170); }
H1.HeaderClassName
{
color: #9D13AA;
}
.AnyTagClassName
{
color: #9D13AA;
}
</style>
background-color css
<style>
a { background-color: #9D13AA; }
a { background-color: rgb(157,19,170); }
div.DivClassName
{
background-color: #9D13AA;
}
.BgClassName
{
background-color: #9D13AA;
}
</style>
border-color css
<style>
span { border-color: #9D13AA; }
span { border-color: rgb(157,19,170); }
td.TdClassName
{
border-color: #9D13AA;
}
.TagClassName
{
border-color: #9D13AA;
}
</style>