Shades of Dark Magenta #890AA0
Tints of Dark Magenta #890AA0
RGB
CMYK
RGB Variations
Color information
#890AA0 (or 0x890AA0) is known color: Dark Magenta. HEX triplet: 89, 0A and A0. RGB value is (137,10,160). Sum of RGB (Red+Green+Blue) = 137+10+160=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 160 (62.89% from 255 or 52.12% from 307); Max value from RGB is 160 - color contains mainly: blue. Hex color #890AA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890AA0 is #76F55F. Grayscale: #404040. Windows color (decimal): -7796064 or 10488457. OLE color: 10488457.
HSL color Cylindrical-coordinate representation of color #890AA0: hue angle of 290.8º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890AA0 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 10 | 160 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.37 |
| HSL | 290.8º | 0.88% | 0.33% | - |
| HSV(B) | 290.8º | 0.94% | 0.63% | - |
| XYZ | 16.77 | 8.07 | 33.93 | - |
| YUV | 65.07 | 181.58 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 160 | 0.14 | 0.94 | 0 | 0.37 | 290.8 | 0.88 | 0.33 |
| Hex | 89 | A | A0 | E | 5E | 0 | 25 | 123 | 58 | 21 |
| Octal | 211 | 12 | 240 | 16 | 136 | 0 | 45 | 443 | 130 | 41 |
| Binary | 10001001 | 1010 | 10100000 | 1110 | 1011110 | 0 | 100101 | 100100011 | 1011000 | 100001 |
Color Harmonies of #890AA0
Complementary color
Monochromatic Colors of #890AA0
Black with #890AA0
Text Example
Text Example
White with #890AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890AA0; }
p { color: rgb(137,10,160); }
H1.HeaderClassName
{
color: #890AA0;
}
.AnyTagClassName
{
color: #890AA0;
}
</style>
background-color css
<style>
a { background-color: #890AA0; }
a { background-color: rgb(137,10,160); }
div.DivClassName
{
background-color: #890AA0;
}
.BgClassName
{
background-color: #890AA0;
}
</style>
border-color css
<style>
span { border-color: #890AA0; }
span { border-color: rgb(137,10,160); }
td.TdClassName
{
border-color: #890AA0;
}
.TagClassName
{
border-color: #890AA0;
}
</style>