Shades of Dark Magenta #8902AD
Tints of Dark Magenta #8902AD
RGB
CMYK
RGB Variations
Color information
#8902AD (or 0x8902AD) is known color: Dark Magenta. HEX triplet: 89, 02 and AD. RGB value is (137,2,173). Sum of RGB (Red+Green+Blue) = 137+2+173=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #8902AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8902AD is #76FD52. Grayscale: #3D3D3D. Windows color (decimal): -7798099 or 11338377. OLE color: 11338377.
HSL color Cylindrical-coordinate representation of color #8902AD: hue angle of 287.37º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8902AD is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 2 | 173 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.32 |
| HSL | 287.37º | 0.98% | 0.34% | - |
| HSV(B) | 287.37º | 0.99% | 0.68% | - |
| XYZ | 17.88 | 8.38 | 40.21 | - |
| YUV | 61.86 | 190.73 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 2 | 173 | 0.21 | 0.99 | 0 | 0.32 | 287.37 | 0.98 | 0.34 |
| Hex | 89 | 2 | AD | 15 | 63 | 0 | 20 | 11F | 62 | 22 |
| Octal | 211 | 2 | 255 | 25 | 143 | 0 | 40 | 437 | 142 | 42 |
| Binary | 10001001 | 10 | 10101101 | 10101 | 1100011 | 0 | 100000 | 100011111 | 1100010 | 100010 |
Color Harmonies of #8902AD
Complementary color
Monochromatic Colors of #8902AD
Black with #8902AD
Text Example
Text Example
White with #8902AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8902AD; }
p { color: rgb(137,2,173); }
H1.HeaderClassName
{
color: #8902AD;
}
.AnyTagClassName
{
color: #8902AD;
}
</style>
background-color css
<style>
a { background-color: #8902AD; }
a { background-color: rgb(137,2,173); }
div.DivClassName
{
background-color: #8902AD;
}
.BgClassName
{
background-color: #8902AD;
}
</style>
border-color css
<style>
span { border-color: #8902AD; }
span { border-color: rgb(137,2,173); }
td.TdClassName
{
border-color: #8902AD;
}
.TagClassName
{
border-color: #8902AD;
}
</style>