Shades of Dark Magenta #8902AC
Tints of Dark Magenta #8902AC
RGB
CMYK
RGB Variations
Color information
#8902AC (or 0x8902AC) is known color: Dark Magenta. HEX triplet: 89, 02 and AC. RGB value is (137,2,172). Sum of RGB (Red+Green+Blue) = 137+2+172=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #8902AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8902AC is #76FD53. Grayscale: #3D3D3D. Windows color (decimal): -7798100 or 11272841. OLE color: 11272841.
HSL color Cylindrical-coordinate representation of color #8902AC: hue angle of 287.65º 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 #8902AC is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 2 | 172 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.33 |
| HSL | 287.65º | 0.98% | 0.34% | - |
| HSV(B) | 287.65º | 0.99% | 0.67% | - |
| XYZ | 17.78 | 8.34 | 39.7 | - |
| YUV | 61.75 | 190.23 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 2 | 172 | 0.20 | 0.99 | 0 | 0.33 | 287.65 | 0.98 | 0.34 |
| Hex | 89 | 2 | AC | 14 | 63 | 0 | 21 | 120 | 62 | 22 |
| Octal | 211 | 2 | 254 | 24 | 143 | 0 | 41 | 440 | 142 | 42 |
| Binary | 10001001 | 10 | 10101100 | 10100 | 1100011 | 0 | 100001 | 100100000 | 1100010 | 100010 |
Color Harmonies of #8902AC
Complementary color
Monochromatic Colors of #8902AC
Black with #8902AC
Text Example
Text Example
White with #8902AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8902AC; }
p { color: rgb(137,2,172); }
H1.HeaderClassName
{
color: #8902AC;
}
.AnyTagClassName
{
color: #8902AC;
}
</style>
background-color css
<style>
a { background-color: #8902AC; }
a { background-color: rgb(137,2,172); }
div.DivClassName
{
background-color: #8902AC;
}
.BgClassName
{
background-color: #8902AC;
}
</style>
border-color css
<style>
span { border-color: #8902AC; }
span { border-color: rgb(137,2,172); }
td.TdClassName
{
border-color: #8902AC;
}
.TagClassName
{
border-color: #8902AC;
}
</style>