Shades of Dark Magenta #891994
Tints of Dark Magenta #891994
RGB
CMYK
RGB Variations
Color information
#891994 (or 0x891994) is known color: Dark Magenta. HEX triplet: 89, 19 and 94. RGB value is (137,25,148). Sum of RGB (Red+Green+Blue) = 137+25+148=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 148 (58.20% from 255 or 47.74% from 310); Max value from RGB is 148 - color contains mainly: blue. Hex color #891994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891994 is #76E66B. Grayscale: #484848. Windows color (decimal): -7792236 or 9705865. OLE color: 9705865.
HSL color Cylindrical-coordinate representation of color #891994: hue angle of 294.63º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #891994 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 25 | 148 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.42 |
| HSL | 294.63º | 0.71% | 0.34% | - |
| HSV(B) | 294.63º | 0.83% | 0.58% | - |
| XYZ | 16.01 | 8.15 | 28.75 | - |
| YUV | 72.51 | 170.61 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 25 | 148 | 0.07 | 0.83 | 0 | 0.42 | 294.63 | 0.71 | 0.34 |
| Hex | 89 | 19 | 94 | 7 | 53 | 0 | 2A | 127 | 47 | 22 |
| Octal | 211 | 31 | 224 | 7 | 123 | 0 | 52 | 447 | 107 | 42 |
| Binary | 10001001 | 11001 | 10010100 | 111 | 1010011 | 0 | 101010 | 100100111 | 1000111 | 100010 |
Color Harmonies of #891994
Complementary color
Monochromatic Colors of #891994
Black with #891994
Text Example
Text Example
White with #891994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891994; }
p { color: rgb(137,25,148); }
H1.HeaderClassName
{
color: #891994;
}
.AnyTagClassName
{
color: #891994;
}
</style>
background-color css
<style>
a { background-color: #891994; }
a { background-color: rgb(137,25,148); }
div.DivClassName
{
background-color: #891994;
}
.BgClassName
{
background-color: #891994;
}
</style>
border-color css
<style>
span { border-color: #891994; }
span { border-color: rgb(137,25,148); }
td.TdClassName
{
border-color: #891994;
}
.TagClassName
{
border-color: #891994;
}
</style>