Shades of Dark Magenta #891591
Tints of Dark Magenta #891591
RGB
CMYK
RGB Variations
Color information
#891591 (or 0x891591) is known color: Dark Magenta. HEX triplet: 89, 15 and 91. RGB value is (137,21,145). Sum of RGB (Red+Green+Blue) = 137+21+145=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #891591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891591 is #76EA6E. Grayscale: #454545. Windows color (decimal): -7793263 or 9508233. OLE color: 9508233.
HSL color Cylindrical-coordinate representation of color #891591: hue angle of 296.13º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #891591 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 21 | 145 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.43 |
| HSL | 296.13º | 0.75% | 0.33% | - |
| HSV(B) | 296.13º | 0.86% | 0.57% | - |
| XYZ | 15.7 | 7.9 | 27.49 | - |
| YUV | 69.82 | 170.43 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 21 | 145 | 0.06 | 0.86 | 0 | 0.43 | 296.13 | 0.75 | 0.33 |
| Hex | 89 | 15 | 91 | 6 | 56 | 0 | 2B | 128 | 4B | 21 |
| Octal | 211 | 25 | 221 | 6 | 126 | 0 | 53 | 450 | 113 | 41 |
| Binary | 10001001 | 10101 | 10010001 | 110 | 1010110 | 0 | 101011 | 100101000 | 1001011 | 100001 |
Color Harmonies of #891591
Complementary color
Monochromatic Colors of #891591
Black with #891591
Text Example
Text Example
White with #891591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891591; }
p { color: rgb(137,21,145); }
H1.HeaderClassName
{
color: #891591;
}
.AnyTagClassName
{
color: #891591;
}
</style>
background-color css
<style>
a { background-color: #891591; }
a { background-color: rgb(137,21,145); }
div.DivClassName
{
background-color: #891591;
}
.BgClassName
{
background-color: #891591;
}
</style>
border-color css
<style>
span { border-color: #891591; }
span { border-color: rgb(137,21,145); }
td.TdClassName
{
border-color: #891591;
}
.TagClassName
{
border-color: #891591;
}
</style>