Shades of Dark Magenta #890086
Tints of Dark Magenta #890086
RGB
CMYK
RGB Variations
Color information
#890086 (or 0x890086) is known color: Dark Magenta. HEX triplet: 89, 00 and 86. RGB value is (137,0,134). Sum of RGB (Red+Green+Blue) = 137+0+134=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 134 (52.73% from 255 or 49.45% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #890086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890086 is #76FF79. Grayscale: #373737. Windows color (decimal): -7798650 or 8781961. OLE color: 8781961.
HSL color Cylindrical-coordinate representation of color #890086: hue angle of 301.31º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #890086 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 0 | 134 | - |
| CMYK | 0 | 1 | 0.02 | 0.46 |
| HSL | 301.31º | 1% | 0.27% | - |
| HSV(B) | 301.31º | 1% | 0.54% | - |
| XYZ | 14.62 | 7.04 | 23.14 | - |
| YUV | 56.24 | 171.89 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 134 | 0 | 1 | 0.02 | 0.46 | 301.31 | 1 | 0.27 |
| Hex | 89 | 0 | 86 | 0 | 64 | 2 | 2E | 12D | 64 | 1B |
| Octal | 211 | 0 | 206 | 0 | 144 | 2 | 56 | 455 | 144 | 33 |
| Binary | 10001001 | 0 | 10000110 | 0 | 1100100 | 10 | 101110 | 100101101 | 1100100 | 11011 |
Color Harmonies of #890086
Complementary color
Monochromatic Colors of #890086
Black with #890086
Text Example
Text Example
White with #890086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890086; }
p { color: rgb(137,0,134); }
H1.HeaderClassName
{
color: #890086;
}
.AnyTagClassName
{
color: #890086;
}
</style>
background-color css
<style>
a { background-color: #890086; }
a { background-color: rgb(137,0,134); }
div.DivClassName
{
background-color: #890086;
}
.BgClassName
{
background-color: #890086;
}
</style>
border-color css
<style>
span { border-color: #890086; }
span { border-color: rgb(137,0,134); }
td.TdClassName
{
border-color: #890086;
}
.TagClassName
{
border-color: #890086;
}
</style>