Shades of Dark Magenta #881591
Tints of Dark Magenta #881591
RGB
CMYK
RGB Variations
Color information
#881591 (or 0x881591) is known color: Dark Magenta. HEX triplet: 88, 15 and 91. RGB value is (136,21,145). Sum of RGB (Red+Green+Blue) = 136+21+145=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #881591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881591 is #77EA6E. Grayscale: #454545. Windows color (decimal): -7858799 or 9508232. OLE color: 9508232.
HSL color Cylindrical-coordinate representation of color #881591: hue angle of 295.65º 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 #881591 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 21 | 145 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.43 |
| HSL | 295.65º | 0.75% | 0.33% | - |
| HSV(B) | 295.65º | 0.86% | 0.57% | - |
| XYZ | 15.53 | 7.81 | 27.48 | - |
| YUV | 69.52 | 170.6 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 21 | 145 | 0.06 | 0.86 | 0 | 0.43 | 295.65 | 0.75 | 0.33 |
| Hex | 88 | 15 | 91 | 6 | 56 | 0 | 2B | 128 | 4B | 21 |
| Octal | 210 | 25 | 221 | 6 | 126 | 0 | 53 | 450 | 113 | 41 |
| Binary | 10001000 | 10101 | 10010001 | 110 | 1010110 | 0 | 101011 | 100101000 | 1001011 | 100001 |
Color Harmonies of #881591
Complementary color
Monochromatic Colors of #881591
Black with #881591
Text Example
Text Example
White with #881591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881591; }
p { color: rgb(136,21,145); }
H1.HeaderClassName
{
color: #881591;
}
.AnyTagClassName
{
color: #881591;
}
</style>
background-color css
<style>
a { background-color: #881591; }
a { background-color: rgb(136,21,145); }
div.DivClassName
{
background-color: #881591;
}
.BgClassName
{
background-color: #881591;
}
</style>
border-color css
<style>
span { border-color: #881591; }
span { border-color: rgb(136,21,145); }
td.TdClassName
{
border-color: #881591;
}
.TagClassName
{
border-color: #881591;
}
</style>