Shades of Dark Magenta #890E95
Tints of Dark Magenta #890E95
RGB
CMYK
RGB Variations
Color information
#890E95 (or 0x890E95) is known color: Dark Magenta. HEX triplet: 89, 0E and 95. RGB value is (137,14,149). Sum of RGB (Red+Green+Blue) = 137+14+149=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #890E95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890E95 is #76F16A. Grayscale: #414141. Windows color (decimal): -7795051 or 9768585. OLE color: 9768585.
HSL color Cylindrical-coordinate representation of color #890E95: hue angle of 294.67º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890E95 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 14 | 149 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.42 |
| HSL | 294.67º | 0.83% | 0.32% | - |
| HSV(B) | 294.67º | 0.91% | 0.58% | - |
| XYZ | 15.9 | 7.8 | 29.1 | - |
| YUV | 66.17 | 174.75 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 149 | 0.08 | 0.91 | 0 | 0.42 | 294.67 | 0.83 | 0.32 |
| Hex | 89 | E | 95 | 8 | 5B | 0 | 2A | 127 | 53 | 20 |
| Octal | 211 | 16 | 225 | 10 | 133 | 0 | 52 | 447 | 123 | 40 |
| Binary | 10001001 | 1110 | 10010101 | 1000 | 1011011 | 0 | 101010 | 100100111 | 1010011 | 100000 |
Color Harmonies of #890E95
Complementary color
Monochromatic Colors of #890E95
Black with #890E95
Text Example
Text Example
White with #890E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890E95; }
p { color: rgb(137,14,149); }
H1.HeaderClassName
{
color: #890E95;
}
.AnyTagClassName
{
color: #890E95;
}
</style>
background-color css
<style>
a { background-color: #890E95; }
a { background-color: rgb(137,14,149); }
div.DivClassName
{
background-color: #890E95;
}
.BgClassName
{
background-color: #890E95;
}
</style>
border-color css
<style>
span { border-color: #890E95; }
span { border-color: rgb(137,14,149); }
td.TdClassName
{
border-color: #890E95;
}
.TagClassName
{
border-color: #890E95;
}
</style>