Shades of Dark Magenta #890E91
Tints of Dark Magenta #890E91
RGB
CMYK
RGB Variations
Color information
#890E91 (or 0x890E91) is known color: Dark Magenta. HEX triplet: 89, 0E and 91. RGB value is (137,14,145). Sum of RGB (Red+Green+Blue) = 137+14+145=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #890E91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890E91 is #76F16E. Grayscale: #414141. Windows color (decimal): -7795055 or 9506441. OLE color: 9506441.
HSL color Cylindrical-coordinate representation of color #890E91: hue angle of 296.34º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #890E91 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 14 | 145 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.43 |
| HSL | 296.34º | 0.82% | 0.31% | - |
| HSV(B) | 296.34º | 0.9% | 0.57% | - |
| XYZ | 15.58 | 7.68 | 27.45 | - |
| YUV | 65.71 | 172.75 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 145 | 0.06 | 0.90 | 0 | 0.43 | 296.34 | 0.82 | 0.31 |
| Hex | 89 | E | 91 | 6 | 5A | 0 | 2B | 128 | 52 | 1F |
| Octal | 211 | 16 | 221 | 6 | 132 | 0 | 53 | 450 | 122 | 37 |
| Binary | 10001001 | 1110 | 10010001 | 110 | 1011010 | 0 | 101011 | 100101000 | 1010010 | 11111 |
Color Harmonies of #890E91
Complementary color
Monochromatic Colors of #890E91
Black with #890E91
Text Example
Text Example
White with #890E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890E91; }
p { color: rgb(137,14,145); }
H1.HeaderClassName
{
color: #890E91;
}
.AnyTagClassName
{
color: #890E91;
}
</style>
background-color css
<style>
a { background-color: #890E91; }
a { background-color: rgb(137,14,145); }
div.DivClassName
{
background-color: #890E91;
}
.BgClassName
{
background-color: #890E91;
}
</style>
border-color css
<style>
span { border-color: #890E91; }
span { border-color: rgb(137,14,145); }
td.TdClassName
{
border-color: #890E91;
}
.TagClassName
{
border-color: #890E91;
}
</style>