Shades of Dark Magenta #8902A5
Tints of Dark Magenta #8902A5
RGB
CMYK
RGB Variations
Color information
#8902A5 (or 0x8902A5) is known color: Dark Magenta. HEX triplet: 89, 02 and A5. RGB value is (137,2,165). Sum of RGB (Red+Green+Blue) = 137+2+165=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 165 (64.84% from 255 or 54.28% from 304); Max value from RGB is 165 - color contains mainly: blue. Hex color #8902A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8902A5 is #76FD5A. Grayscale: #3C3C3C. Windows color (decimal): -7798107 or 10814089. OLE color: 10814089.
HSL color Cylindrical-coordinate representation of color #8902A5: hue angle of 289.69º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8902A5 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 2 | 165 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.35 |
| HSL | 289.69º | 0.98% | 0.33% | - |
| HSV(B) | 289.69º | 0.99% | 0.65% | - |
| XYZ | 17.13 | 8.08 | 36.25 | - |
| YUV | 60.95 | 186.73 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 2 | 165 | 0.17 | 0.99 | 0 | 0.35 | 289.69 | 0.98 | 0.33 |
| Hex | 89 | 2 | A5 | 11 | 63 | 0 | 23 | 122 | 62 | 21 |
| Octal | 211 | 2 | 245 | 21 | 143 | 0 | 43 | 442 | 142 | 41 |
| Binary | 10001001 | 10 | 10100101 | 10001 | 1100011 | 0 | 100011 | 100100010 | 1100010 | 100001 |
Color Harmonies of #8902A5
Complementary color
Monochromatic Colors of #8902A5
Black with #8902A5
Text Example
Text Example
White with #8902A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8902A5; }
p { color: rgb(137,2,165); }
H1.HeaderClassName
{
color: #8902A5;
}
.AnyTagClassName
{
color: #8902A5;
}
</style>
background-color css
<style>
a { background-color: #8902A5; }
a { background-color: rgb(137,2,165); }
div.DivClassName
{
background-color: #8902A5;
}
.BgClassName
{
background-color: #8902A5;
}
</style>
border-color css
<style>
span { border-color: #8902A5; }
span { border-color: rgb(137,2,165); }
td.TdClassName
{
border-color: #8902A5;
}
.TagClassName
{
border-color: #8902A5;
}
</style>