Shades of Dark Magenta #890F92
Tints of Dark Magenta #890F92
RGB
CMYK
RGB Variations
Color information
#890F92 (or 0x890F92) is known color: Dark Magenta. HEX triplet: 89, 0F and 92. RGB value is (137,15,146). Sum of RGB (Red+Green+Blue) = 137+15+146=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #890F92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890F92 is #76F06D. Grayscale: #424242. Windows color (decimal): -7794798 or 9572233. OLE color: 9572233.
HSL color Cylindrical-coordinate representation of color #890F92: hue angle of 295.88º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #890F92 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 15 | 146 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.43 |
| HSL | 295.88º | 0.81% | 0.32% | - |
| HSV(B) | 295.88º | 0.9% | 0.57% | - |
| XYZ | 15.68 | 7.74 | 27.86 | - |
| YUV | 66.41 | 172.92 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 146 | 0.06 | 0.90 | 0 | 0.43 | 295.88 | 0.81 | 0.32 |
| Hex | 89 | F | 92 | 6 | 5A | 0 | 2B | 128 | 51 | 20 |
| Octal | 211 | 17 | 222 | 6 | 132 | 0 | 53 | 450 | 121 | 40 |
| Binary | 10001001 | 1111 | 10010010 | 110 | 1011010 | 0 | 101011 | 100101000 | 1010001 | 100000 |
Color Harmonies of #890F92
Complementary color
Monochromatic Colors of #890F92
Black with #890F92
Text Example
Text Example
White with #890F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890F92; }
p { color: rgb(137,15,146); }
H1.HeaderClassName
{
color: #890F92;
}
.AnyTagClassName
{
color: #890F92;
}
</style>
background-color css
<style>
a { background-color: #890F92; }
a { background-color: rgb(137,15,146); }
div.DivClassName
{
background-color: #890F92;
}
.BgClassName
{
background-color: #890F92;
}
</style>
border-color css
<style>
span { border-color: #890F92; }
span { border-color: rgb(137,15,146); }
td.TdClassName
{
border-color: #890F92;
}
.TagClassName
{
border-color: #890F92;
}
</style>