Shades of Dark Magenta #890EAD
Tints of Dark Magenta #890EAD
RGB
CMYK
RGB Variations
Color information
#890EAD (or 0x890EAD) is known color: Dark Magenta. HEX triplet: 89, 0E and AD. RGB value is (137,14,173). Sum of RGB (Red+Green+Blue) = 137+14+173=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 14 (5.86% from 255 or 4.32% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #890EAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890EAD is #76F152. Grayscale: #444444. Windows color (decimal): -7795027 or 11341449. OLE color: 11341449.
HSL color Cylindrical-coordinate representation of color #890EAD: hue angle of 286.42º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890EAD is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 14 | 173 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.32 |
| HSL | 286.42º | 0.85% | 0.37% | - |
| HSV(B) | 286.42º | 0.92% | 0.68% | - |
| XYZ | 18.02 | 8.65 | 40.26 | - |
| YUV | 68.9 | 186.75 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 173 | 0.21 | 0.92 | 0 | 0.32 | 286.42 | 0.85 | 0.37 |
| Hex | 89 | E | AD | 15 | 5C | 0 | 20 | 11E | 55 | 25 |
| Octal | 211 | 16 | 255 | 25 | 134 | 0 | 40 | 436 | 125 | 45 |
| Binary | 10001001 | 1110 | 10101101 | 10101 | 1011100 | 0 | 100000 | 100011110 | 1010101 | 100101 |
Color Harmonies of #890EAD
Complementary color
Monochromatic Colors of #890EAD
Black with #890EAD
Text Example
Text Example
White with #890EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890EAD; }
p { color: rgb(137,14,173); }
H1.HeaderClassName
{
color: #890EAD;
}
.AnyTagClassName
{
color: #890EAD;
}
</style>
background-color css
<style>
a { background-color: #890EAD; }
a { background-color: rgb(137,14,173); }
div.DivClassName
{
background-color: #890EAD;
}
.BgClassName
{
background-color: #890EAD;
}
</style>
border-color css
<style>
span { border-color: #890EAD; }
span { border-color: rgb(137,14,173); }
td.TdClassName
{
border-color: #890EAD;
}
.TagClassName
{
border-color: #890EAD;
}
</style>