Shades of Dark Magenta #890E84
Tints of Dark Magenta #890E84
RGB
CMYK
RGB Variations
Color information
#890E84 (or 0x890E84) is known color: Dark Magenta. HEX triplet: 89, 0E and 84. RGB value is (137,14,132). Sum of RGB (Red+Green+Blue) = 137+14+132=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 137 - color contains mainly: red. Hex color #890E84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890E84 is #76F17B. Grayscale: #3F3F3F. Windows color (decimal): -7795068 or 8654473. OLE color: 8654473.
HSL color Cylindrical-coordinate representation of color #890E84: hue angle of 302.44º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #890E84 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 14 | 132 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.46 |
| HSL | 302.44º | 0.81% | 0.3% | - |
| HSV(B) | 302.44º | 0.9% | 0.54% | - |
| XYZ | 14.64 | 7.3 | 22.47 | - |
| YUV | 64.23 | 166.25 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 132 | 0 | 0.90 | 0.04 | 0.46 | 302.44 | 0.81 | 0.3 |
| Hex | 89 | E | 84 | 0 | 5A | 4 | 2E | 12E | 51 | 1E |
| Octal | 211 | 16 | 204 | 0 | 132 | 4 | 56 | 456 | 121 | 36 |
| Binary | 10001001 | 1110 | 10000100 | 0 | 1011010 | 100 | 101110 | 100101110 | 1010001 | 11110 |
Color Harmonies of #890E84
Complementary color
Monochromatic Colors of #890E84
Black with #890E84
Text Example
Text Example
White with #890E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890E84; }
p { color: rgb(137,14,132); }
H1.HeaderClassName
{
color: #890E84;
}
.AnyTagClassName
{
color: #890E84;
}
</style>
background-color css
<style>
a { background-color: #890E84; }
a { background-color: rgb(137,14,132); }
div.DivClassName
{
background-color: #890E84;
}
.BgClassName
{
background-color: #890E84;
}
</style>
border-color css
<style>
span { border-color: #890E84; }
span { border-color: rgb(137,14,132); }
td.TdClassName
{
border-color: #890E84;
}
.TagClassName
{
border-color: #890E84;
}
</style>