Shades of Dark Magenta #890EAC
Tints of Dark Magenta #890EAC
RGB
CMYK
RGB Variations
Color information
#890EAC (or 0x890EAC) is known color: Dark Magenta. HEX triplet: 89, 0E and AC. RGB value is (137,14,172). Sum of RGB (Red+Green+Blue) = 137+14+172=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #890EAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890EAC is #76F153. Grayscale: #444444. Windows color (decimal): -7795028 or 11275913. OLE color: 11275913.
HSL color Cylindrical-coordinate representation of color #890EAC: hue angle of 286.71º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890EAC is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 14 | 172 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.33 |
| HSL | 286.71º | 0.85% | 0.36% | - |
| HSV(B) | 286.71º | 0.92% | 0.67% | - |
| XYZ | 17.92 | 8.61 | 39.75 | - |
| YUV | 68.79 | 186.25 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 172 | 0.20 | 0.92 | 0 | 0.33 | 286.71 | 0.85 | 0.36 |
| Hex | 89 | E | AC | 14 | 5C | 0 | 21 | 11F | 55 | 24 |
| Octal | 211 | 16 | 254 | 24 | 134 | 0 | 41 | 437 | 125 | 44 |
| Binary | 10001001 | 1110 | 10101100 | 10100 | 1011100 | 0 | 100001 | 100011111 | 1010101 | 100100 |
Color Harmonies of #890EAC
Complementary color
Monochromatic Colors of #890EAC
Black with #890EAC
Text Example
Text Example
White with #890EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890EAC; }
p { color: rgb(137,14,172); }
H1.HeaderClassName
{
color: #890EAC;
}
.AnyTagClassName
{
color: #890EAC;
}
</style>
background-color css
<style>
a { background-color: #890EAC; }
a { background-color: rgb(137,14,172); }
div.DivClassName
{
background-color: #890EAC;
}
.BgClassName
{
background-color: #890EAC;
}
</style>
border-color css
<style>
span { border-color: #890EAC; }
span { border-color: rgb(137,14,172); }
td.TdClassName
{
border-color: #890EAC;
}
.TagClassName
{
border-color: #890EAC;
}
</style>