Shades of Dark Magenta #8902AA
Tints of Dark Magenta #8902AA
RGB
CMYK
RGB Variations
Color information
#8902AA (or 0x8902AA) is known color: Dark Magenta. HEX triplet: 89, 02 and AA. RGB value is (137,2,170). Sum of RGB (Red+Green+Blue) = 137+2+170=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #8902AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8902AA is #76FD55. Grayscale: #3C3C3C. Windows color (decimal): -7798102 or 11141769. OLE color: 11141769.
HSL color Cylindrical-coordinate representation of color #8902AA: hue angle of 288.21º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8902AA is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 2 | 170 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.33 |
| HSL | 288.21º | 0.98% | 0.34% | - |
| HSV(B) | 288.21º | 0.99% | 0.67% | - |
| XYZ | 17.59 | 8.26 | 38.7 | - |
| YUV | 61.52 | 189.23 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 2 | 170 | 0.19 | 0.99 | 0 | 0.33 | 288.21 | 0.98 | 0.34 |
| Hex | 89 | 2 | AA | 13 | 63 | 0 | 21 | 120 | 62 | 22 |
| Octal | 211 | 2 | 252 | 23 | 143 | 0 | 41 | 440 | 142 | 42 |
| Binary | 10001001 | 10 | 10101010 | 10011 | 1100011 | 0 | 100001 | 100100000 | 1100010 | 100010 |
Color Harmonies of #8902AA
Complementary color
Monochromatic Colors of #8902AA
Black with #8902AA
Text Example
Text Example
White with #8902AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8902AA; }
p { color: rgb(137,2,170); }
H1.HeaderClassName
{
color: #8902AA;
}
.AnyTagClassName
{
color: #8902AA;
}
</style>
background-color css
<style>
a { background-color: #8902AA; }
a { background-color: rgb(137,2,170); }
div.DivClassName
{
background-color: #8902AA;
}
.BgClassName
{
background-color: #8902AA;
}
</style>
border-color css
<style>
span { border-color: #8902AA; }
span { border-color: rgb(137,2,170); }
td.TdClassName
{
border-color: #8902AA;
}
.TagClassName
{
border-color: #8902AA;
}
</style>