Shades of Dark Magenta #890F86
Tints of Dark Magenta #890F86
RGB
CMYK
RGB Variations
Color information
#890F86 (or 0x890F86) is known color: Dark Magenta. HEX triplet: 89, 0F and 86. RGB value is (137,15,134). Sum of RGB (Red+Green+Blue) = 137+15+134=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 137 - color contains mainly: red. Hex color #890F86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890F86 is #76F079. Grayscale: #404040. Windows color (decimal): -7794810 or 8785801. OLE color: 8785801.
HSL color Cylindrical-coordinate representation of color #890F86: hue angle of 301.48º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #890F86 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 15 | 134 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.46 |
| HSL | 301.48º | 0.8% | 0.3% | - |
| HSV(B) | 301.48º | 0.89% | 0.54% | - |
| XYZ | 14.79 | 7.38 | 23.2 | - |
| YUV | 65.04 | 166.92 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 134 | 0 | 0.89 | 0.02 | 0.46 | 301.48 | 0.8 | 0.3 |
| Hex | 89 | F | 86 | 0 | 59 | 2 | 2E | 12D | 50 | 1E |
| Octal | 211 | 17 | 206 | 0 | 131 | 2 | 56 | 455 | 120 | 36 |
| Binary | 10001001 | 1111 | 10000110 | 0 | 1011001 | 10 | 101110 | 100101101 | 1010000 | 11110 |
Color Harmonies of #890F86
Complementary color
Monochromatic Colors of #890F86
Black with #890F86
Text Example
Text Example
White with #890F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890F86; }
p { color: rgb(137,15,134); }
H1.HeaderClassName
{
color: #890F86;
}
.AnyTagClassName
{
color: #890F86;
}
</style>
background-color css
<style>
a { background-color: #890F86; }
a { background-color: rgb(137,15,134); }
div.DivClassName
{
background-color: #890F86;
}
.BgClassName
{
background-color: #890F86;
}
</style>
border-color css
<style>
span { border-color: #890F86; }
span { border-color: rgb(137,15,134); }
td.TdClassName
{
border-color: #890F86;
}
.TagClassName
{
border-color: #890F86;
}
</style>