Shades of Dark Magenta #890F95
Tints of Dark Magenta #890F95
RGB
CMYK
RGB Variations
Color information
#890F95 (or 0x890F95) is known color: Dark Magenta. HEX triplet: 89, 0F and 95. RGB value is (137,15,149). Sum of RGB (Red+Green+Blue) = 137+15+149=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #890F95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890F95 is #76F06A. Grayscale: #424242. Windows color (decimal): -7794795 or 9768841. OLE color: 9768841.
HSL color Cylindrical-coordinate representation of color #890F95: hue angle of 294.63º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #890F95 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 15 | 149 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.42 |
| HSL | 294.63º | 0.82% | 0.32% | - |
| HSV(B) | 294.63º | 0.9% | 0.58% | - |
| XYZ | 15.91 | 7.83 | 29.11 | - |
| YUV | 66.75 | 174.42 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 149 | 0.08 | 0.90 | 0 | 0.42 | 294.63 | 0.82 | 0.32 |
| Hex | 89 | F | 95 | 8 | 5A | 0 | 2A | 127 | 52 | 20 |
| Octal | 211 | 17 | 225 | 10 | 132 | 0 | 52 | 447 | 122 | 40 |
| Binary | 10001001 | 1111 | 10010101 | 1000 | 1011010 | 0 | 101010 | 100100111 | 1010010 | 100000 |
Color Harmonies of #890F95
Complementary color
Monochromatic Colors of #890F95
Black with #890F95
Text Example
Text Example
White with #890F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890F95; }
p { color: rgb(137,15,149); }
H1.HeaderClassName
{
color: #890F95;
}
.AnyTagClassName
{
color: #890F95;
}
</style>
background-color css
<style>
a { background-color: #890F95; }
a { background-color: rgb(137,15,149); }
div.DivClassName
{
background-color: #890F95;
}
.BgClassName
{
background-color: #890F95;
}
</style>
border-color css
<style>
span { border-color: #890F95; }
span { border-color: rgb(137,15,149); }
td.TdClassName
{
border-color: #890F95;
}
.TagClassName
{
border-color: #890F95;
}
</style>