Shades of Dark Magenta #890992
Tints of Dark Magenta #890992
RGB
CMYK
RGB Variations
Color information
#890992 (or 0x890992) is known color: Dark Magenta. HEX triplet: 89, 09 and 92. RGB value is (137,9,146). Sum of RGB (Red+Green+Blue) = 137+9+146=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #890992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890992 is #76F66D. Grayscale: #3E3E3E. Windows color (decimal): -7796334 or 9570697. OLE color: 9570697.
HSL color Cylindrical-coordinate representation of color #890992: hue angle of 296.06º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890992 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 9 | 146 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.43 |
| HSL | 296.06º | 0.88% | 0.3% | - |
| HSV(B) | 296.06º | 0.94% | 0.57% | - |
| XYZ | 15.6 | 7.59 | 27.84 | - |
| YUV | 62.89 | 174.91 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 9 | 146 | 0.06 | 0.94 | 0 | 0.43 | 296.06 | 0.88 | 0.3 |
| Hex | 89 | 9 | 92 | 6 | 5E | 0 | 2B | 128 | 58 | 1E |
| Octal | 211 | 11 | 222 | 6 | 136 | 0 | 53 | 450 | 130 | 36 |
| Binary | 10001001 | 1001 | 10010010 | 110 | 1011110 | 0 | 101011 | 100101000 | 1011000 | 11110 |
Color Harmonies of #890992
Complementary color
Monochromatic Colors of #890992
Black with #890992
Text Example
Text Example
White with #890992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890992; }
p { color: rgb(137,9,146); }
H1.HeaderClassName
{
color: #890992;
}
.AnyTagClassName
{
color: #890992;
}
</style>
background-color css
<style>
a { background-color: #890992; }
a { background-color: rgb(137,9,146); }
div.DivClassName
{
background-color: #890992;
}
.BgClassName
{
background-color: #890992;
}
</style>
border-color css
<style>
span { border-color: #890992; }
span { border-color: rgb(137,9,146); }
td.TdClassName
{
border-color: #890992;
}
.TagClassName
{
border-color: #890992;
}
</style>