Shades of Dark Magenta #890B86
Tints of Dark Magenta #890B86
RGB
CMYK
RGB Variations
Color information
#890B86 (or 0x890B86) is known color: Dark Magenta. HEX triplet: 89, 0B and 86. RGB value is (137,11,134). Sum of RGB (Red+Green+Blue) = 137+11+134=282 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.58% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 134 (52.73% from 255 or 47.52% from 282); Max value from RGB is 137 - color contains mainly: red. Hex color #890B86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890B86 is #76F479. Grayscale: #3E3E3E. Windows color (decimal): -7795834 or 8784777. OLE color: 8784777.
HSL color Cylindrical-coordinate representation of color #890B86: hue angle of 301.43º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890B86 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 11 | 134 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.46 |
| HSL | 301.43º | 0.85% | 0.29% | - |
| HSV(B) | 301.43º | 0.92% | 0.54% | - |
| XYZ | 14.74 | 7.28 | 23.18 | - |
| YUV | 62.7 | 168.24 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 134 | 0 | 0.92 | 0.02 | 0.46 | 301.43 | 0.85 | 0.29 |
| Hex | 89 | B | 86 | 0 | 5C | 2 | 2E | 12D | 55 | 1D |
| Octal | 211 | 13 | 206 | 0 | 134 | 2 | 56 | 455 | 125 | 35 |
| Binary | 10001001 | 1011 | 10000110 | 0 | 1011100 | 10 | 101110 | 100101101 | 1010101 | 11101 |
Color Harmonies of #890B86
Complementary color
Monochromatic Colors of #890B86
Black with #890B86
Text Example
Text Example
White with #890B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890B86; }
p { color: rgb(137,11,134); }
H1.HeaderClassName
{
color: #890B86;
}
.AnyTagClassName
{
color: #890B86;
}
</style>
background-color css
<style>
a { background-color: #890B86; }
a { background-color: rgb(137,11,134); }
div.DivClassName
{
background-color: #890B86;
}
.BgClassName
{
background-color: #890B86;
}
</style>
border-color css
<style>
span { border-color: #890B86; }
span { border-color: rgb(137,11,134); }
td.TdClassName
{
border-color: #890B86;
}
.TagClassName
{
border-color: #890B86;
}
</style>