Shades of Dark Magenta #890F91
Tints of Dark Magenta #890F91
RGB
CMYK
RGB Variations
Color information
#890F91 (or 0x890F91) is known color: Dark Magenta. HEX triplet: 89, 0F and 91. RGB value is (137,15,145). Sum of RGB (Red+Green+Blue) = 137+15+145=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #890F91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890F91 is #76F06E. Grayscale: #414141. Windows color (decimal): -7794799 or 9506697. OLE color: 9506697.
HSL color Cylindrical-coordinate representation of color #890F91: hue angle of 296.31º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #890F91 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 15 | 145 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.43 |
| HSL | 296.31º | 0.81% | 0.31% | - |
| HSV(B) | 296.31º | 0.9% | 0.57% | - |
| XYZ | 15.6 | 7.7 | 27.45 | - |
| YUV | 66.3 | 172.42 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 145 | 0.06 | 0.90 | 0 | 0.43 | 296.31 | 0.81 | 0.31 |
| Hex | 89 | F | 91 | 6 | 5A | 0 | 2B | 128 | 51 | 1F |
| Octal | 211 | 17 | 221 | 6 | 132 | 0 | 53 | 450 | 121 | 37 |
| Binary | 10001001 | 1111 | 10010001 | 110 | 1011010 | 0 | 101011 | 100101000 | 1010001 | 11111 |
Color Harmonies of #890F91
Complementary color
Monochromatic Colors of #890F91
Black with #890F91
Text Example
Text Example
White with #890F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890F91; }
p { color: rgb(137,15,145); }
H1.HeaderClassName
{
color: #890F91;
}
.AnyTagClassName
{
color: #890F91;
}
</style>
background-color css
<style>
a { background-color: #890F91; }
a { background-color: rgb(137,15,145); }
div.DivClassName
{
background-color: #890F91;
}
.BgClassName
{
background-color: #890F91;
}
</style>
border-color css
<style>
span { border-color: #890F91; }
span { border-color: rgb(137,15,145); }
td.TdClassName
{
border-color: #890F91;
}
.TagClassName
{
border-color: #890F91;
}
</style>