Shades of Dark Magenta #891592
Tints of Dark Magenta #891592
RGB
CMYK
RGB Variations
Color information
#891592 (or 0x891592) is known color: Dark Magenta. HEX triplet: 89, 15 and 92. RGB value is (137,21,146). Sum of RGB (Red+Green+Blue) = 137+21+146=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #891592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891592 is #76EA6D. Grayscale: #454545. Windows color (decimal): -7793262 or 9573769. OLE color: 9573769.
HSL color Cylindrical-coordinate representation of color #891592: hue angle of 295.68º 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 #891592 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 21 | 146 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.43 |
| HSL | 295.68º | 0.75% | 0.33% | - |
| HSV(B) | 295.68º | 0.86% | 0.57% | - |
| XYZ | 15.77 | 7.93 | 27.89 | - |
| YUV | 69.93 | 170.93 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 21 | 146 | 0.06 | 0.86 | 0 | 0.43 | 295.68 | 0.75 | 0.33 |
| Hex | 89 | 15 | 92 | 6 | 56 | 0 | 2B | 128 | 4B | 21 |
| Octal | 211 | 25 | 222 | 6 | 126 | 0 | 53 | 450 | 113 | 41 |
| Binary | 10001001 | 10101 | 10010010 | 110 | 1010110 | 0 | 101011 | 100101000 | 1001011 | 100001 |
Color Harmonies of #891592
Complementary color
Monochromatic Colors of #891592
Black with #891592
Text Example
Text Example
White with #891592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891592; }
p { color: rgb(137,21,146); }
H1.HeaderClassName
{
color: #891592;
}
.AnyTagClassName
{
color: #891592;
}
</style>
background-color css
<style>
a { background-color: #891592; }
a { background-color: rgb(137,21,146); }
div.DivClassName
{
background-color: #891592;
}
.BgClassName
{
background-color: #891592;
}
</style>
border-color css
<style>
span { border-color: #891592; }
span { border-color: rgb(137,21,146); }
td.TdClassName
{
border-color: #891592;
}
.TagClassName
{
border-color: #891592;
}
</style>