Shades of Dark Magenta #8900AA
Tints of Dark Magenta #8900AA
RGB
CMYK
RGB Variations
Color information
#8900AA (or 0x8900AA) is known color: Dark Magenta. HEX triplet: 89, 00 and AA. RGB value is (137,0,170). Sum of RGB (Red+Green+Blue) = 137+0+170=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #8900AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8900AA is #76FF55. Grayscale: #3B3B3B. Windows color (decimal): -7798614 or 11141257. OLE color: 11141257.
HSL color Cylindrical-coordinate representation of color #8900AA: hue angle of 288.35º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8900AA is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 0 | 170 | - |
| CMYK | 0.19 | 1 | 0 | 0.33 |
| HSL | 288.35º | 1% | 0.33% | - |
| HSV(B) | 288.35º | 1% | 0.67% | - |
| XYZ | 17.57 | 8.22 | 38.69 | - |
| YUV | 60.34 | 189.89 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 170 | 0.19 | 1 | 0 | 0.33 | 288.35 | 1 | 0.33 |
| Hex | 89 | 0 | AA | 13 | 64 | 0 | 21 | 120 | 64 | 21 |
| Octal | 211 | 0 | 252 | 23 | 144 | 0 | 41 | 440 | 144 | 41 |
| Binary | 10001001 | 0 | 10101010 | 10011 | 1100100 | 0 | 100001 | 100100000 | 1100100 | 100001 |
Color Harmonies of #8900AA
Complementary color
Monochromatic Colors of #8900AA
Black with #8900AA
Text Example
Text Example
White with #8900AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8900AA; }
p { color: rgb(137,0,170); }
H1.HeaderClassName
{
color: #8900AA;
}
.AnyTagClassName
{
color: #8900AA;
}
</style>
background-color css
<style>
a { background-color: #8900AA; }
a { background-color: rgb(137,0,170); }
div.DivClassName
{
background-color: #8900AA;
}
.BgClassName
{
background-color: #8900AA;
}
</style>
border-color css
<style>
span { border-color: #8900AA; }
span { border-color: rgb(137,0,170); }
td.TdClassName
{
border-color: #8900AA;
}
.TagClassName
{
border-color: #8900AA;
}
</style>