Shades of Dark Magenta #890A86
Tints of Dark Magenta #890A86
RGB
CMYK
RGB Variations
Color information
#890A86 (or 0x890A86) is known color: Dark Magenta. HEX triplet: 89, 0A and 86. RGB value is (137,10,134). Sum of RGB (Red+Green+Blue) = 137+10+134=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 134 (52.73% from 255 or 47.69% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #890A86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890A86 is #76F579. Grayscale: #3D3D3D. Windows color (decimal): -7796090 or 8784521. OLE color: 8784521.
HSL color Cylindrical-coordinate representation of color #890A86: hue angle of 301.42º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890A86 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 10 | 134 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.46 |
| HSL | 301.42º | 0.86% | 0.29% | - |
| HSV(B) | 301.42º | 0.93% | 0.54% | - |
| XYZ | 14.73 | 7.26 | 23.18 | - |
| YUV | 62.11 | 168.58 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 134 | 0 | 0.93 | 0.02 | 0.46 | 301.42 | 0.86 | 0.29 |
| Hex | 89 | A | 86 | 0 | 5D | 2 | 2E | 12D | 56 | 1D |
| Octal | 211 | 12 | 206 | 0 | 135 | 2 | 56 | 455 | 126 | 35 |
| Binary | 10001001 | 1010 | 10000110 | 0 | 1011101 | 10 | 101110 | 100101101 | 1010110 | 11101 |
Color Harmonies of #890A86
Complementary color
Monochromatic Colors of #890A86
Black with #890A86
Text Example
Text Example
White with #890A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A86; }
p { color: rgb(137,10,134); }
H1.HeaderClassName
{
color: #890A86;
}
.AnyTagClassName
{
color: #890A86;
}
</style>
background-color css
<style>
a { background-color: #890A86; }
a { background-color: rgb(137,10,134); }
div.DivClassName
{
background-color: #890A86;
}
.BgClassName
{
background-color: #890A86;
}
</style>
border-color css
<style>
span { border-color: #890A86; }
span { border-color: rgb(137,10,134); }
td.TdClassName
{
border-color: #890A86;
}
.TagClassName
{
border-color: #890A86;
}
</style>