Shades of Dark Magenta #891992
Tints of Dark Magenta #891992
RGB
CMYK
RGB Variations
Color information
#891992 (or 0x891992) is known color: Dark Magenta. HEX triplet: 89, 19 and 92. RGB value is (137,25,146). Sum of RGB (Red+Green+Blue) = 137+25+146=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #891992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891992 is #76E66D. Grayscale: #474747. Windows color (decimal): -7792238 or 9574793. OLE color: 9574793.
HSL color Cylindrical-coordinate representation of color #891992: hue angle of 295.54º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #891992 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 25 | 146 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.43 |
| HSL | 295.54º | 0.71% | 0.34% | - |
| HSV(B) | 295.54º | 0.83% | 0.57% | - |
| XYZ | 15.85 | 8.09 | 27.92 | - |
| YUV | 72.28 | 169.61 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 25 | 146 | 0.06 | 0.83 | 0 | 0.43 | 295.54 | 0.71 | 0.34 |
| Hex | 89 | 19 | 92 | 6 | 53 | 0 | 2B | 128 | 47 | 22 |
| Octal | 211 | 31 | 222 | 6 | 123 | 0 | 53 | 450 | 107 | 42 |
| Binary | 10001001 | 11001 | 10010010 | 110 | 1010011 | 0 | 101011 | 100101000 | 1000111 | 100010 |
Color Harmonies of #891992
Complementary color
Monochromatic Colors of #891992
Black with #891992
Text Example
Text Example
White with #891992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891992; }
p { color: rgb(137,25,146); }
H1.HeaderClassName
{
color: #891992;
}
.AnyTagClassName
{
color: #891992;
}
</style>
background-color css
<style>
a { background-color: #891992; }
a { background-color: rgb(137,25,146); }
div.DivClassName
{
background-color: #891992;
}
.BgClassName
{
background-color: #891992;
}
</style>
border-color css
<style>
span { border-color: #891992; }
span { border-color: rgb(137,25,146); }
td.TdClassName
{
border-color: #891992;
}
.TagClassName
{
border-color: #891992;
}
</style>