Shades of Dark Magenta #890AAA
Tints of Dark Magenta #890AAA
RGB
CMYK
RGB Variations
Color information
#890AAA (or 0x890AAA) is known color: Dark Magenta. HEX triplet: 89, 0A and AA. RGB value is (137,10,170). Sum of RGB (Red+Green+Blue) = 137+10+170=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #890AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890AAA is #76F555. Grayscale: #414141. Windows color (decimal): -7796054 or 11143817. OLE color: 11143817.
HSL color Cylindrical-coordinate representation of color #890AAA: hue angle of 287.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890AAA is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 10 | 170 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.33 |
| HSL | 287.63º | 0.89% | 0.35% | - |
| HSV(B) | 287.63º | 0.94% | 0.67% | - |
| XYZ | 17.68 | 8.44 | 38.73 | - |
| YUV | 66.21 | 186.58 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 170 | 0.19 | 0.94 | 0 | 0.33 | 287.63 | 0.89 | 0.35 |
| Hex | 89 | A | AA | 13 | 5E | 0 | 21 | 120 | 59 | 23 |
| Octal | 211 | 12 | 252 | 23 | 136 | 0 | 41 | 440 | 131 | 43 |
| Binary | 10001001 | 1010 | 10101010 | 10011 | 1011110 | 0 | 100001 | 100100000 | 1011001 | 100011 |
Color Harmonies of #890AAA
Complementary color
Monochromatic Colors of #890AAA
Black with #890AAA
Text Example
Text Example
White with #890AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890AAA; }
p { color: rgb(137,10,170); }
H1.HeaderClassName
{
color: #890AAA;
}
.AnyTagClassName
{
color: #890AAA;
}
</style>
background-color css
<style>
a { background-color: #890AAA; }
a { background-color: rgb(137,10,170); }
div.DivClassName
{
background-color: #890AAA;
}
.BgClassName
{
background-color: #890AAA;
}
</style>
border-color css
<style>
span { border-color: #890AAA; }
span { border-color: rgb(137,10,170); }
td.TdClassName
{
border-color: #890AAA;
}
.TagClassName
{
border-color: #890AAA;
}
</style>