Shades of Dark Magenta #8900AD
Tints of Dark Magenta #8900AD
RGB
CMYK
RGB Variations
Color information
#8900AD (or 0x8900AD) is known color: Dark Magenta. HEX triplet: 89, 00 and AD. RGB value is (137,0,173). Sum of RGB (Red+Green+Blue) = 137+0+173=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #8900AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8900AD is #76FF52. Grayscale: #3C3C3C. Windows color (decimal): -7798611 or 11337865. OLE color: 11337865.
HSL color Cylindrical-coordinate representation of color #8900AD: hue angle of 287.51º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8900AD is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 0 | 173 | - |
| CMYK | 0.21 | 1 | 0 | 0.32 |
| HSL | 287.51º | 1% | 0.34% | - |
| HSV(B) | 287.51º | 1% | 0.68% | - |
| XYZ | 17.86 | 8.34 | 40.2 | - |
| YUV | 60.69 | 191.39 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 173 | 0.21 | 1 | 0 | 0.32 | 287.51 | 1 | 0.34 |
| Hex | 89 | 0 | AD | 15 | 64 | 0 | 20 | 120 | 64 | 22 |
| Octal | 211 | 0 | 255 | 25 | 144 | 0 | 40 | 440 | 144 | 42 |
| Binary | 10001001 | 0 | 10101101 | 10101 | 1100100 | 0 | 100000 | 100100000 | 1100100 | 100010 |
Color Harmonies of #8900AD
Complementary color
Monochromatic Colors of #8900AD
Black with #8900AD
Text Example
Text Example
White with #8900AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8900AD; }
p { color: rgb(137,0,173); }
H1.HeaderClassName
{
color: #8900AD;
}
.AnyTagClassName
{
color: #8900AD;
}
</style>
background-color css
<style>
a { background-color: #8900AD; }
a { background-color: rgb(137,0,173); }
div.DivClassName
{
background-color: #8900AD;
}
.BgClassName
{
background-color: #8900AD;
}
</style>
border-color css
<style>
span { border-color: #8900AD; }
span { border-color: rgb(137,0,173); }
td.TdClassName
{
border-color: #8900AD;
}
.TagClassName
{
border-color: #8900AD;
}
</style>