Shades of Dark Magenta #881191
Tints of Dark Magenta #881191
RGB
CMYK
RGB Variations
Color information
#881191 (or 0x881191) is known color: Dark Magenta. HEX triplet: 88, 11 and 91. RGB value is (136,17,145). Sum of RGB (Red+Green+Blue) = 136+17+145=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: blue. Hex color #881191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881191 is #77EE6E. Grayscale: #424242. Windows color (decimal): -7859823 or 9507208. OLE color: 9507208.
HSL color Cylindrical-coordinate representation of color #881191: hue angle of 295.78º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881191 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 17 | 145 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.43 |
| HSL | 295.78º | 0.79% | 0.32% | - |
| HSV(B) | 295.78º | 0.88% | 0.57% | - |
| XYZ | 15.46 | 7.68 | 27.46 | - |
| YUV | 67.17 | 171.92 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 145 | 0.06 | 0.88 | 0 | 0.43 | 295.78 | 0.79 | 0.32 |
| Hex | 88 | 11 | 91 | 6 | 58 | 0 | 2B | 128 | 4F | 20 |
| Octal | 210 | 21 | 221 | 6 | 130 | 0 | 53 | 450 | 117 | 40 |
| Binary | 10001000 | 10001 | 10010001 | 110 | 1011000 | 0 | 101011 | 100101000 | 1001111 | 100000 |
Color Harmonies of #881191
Complementary color
Monochromatic Colors of #881191
Black with #881191
Text Example
Text Example
White with #881191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881191; }
p { color: rgb(136,17,145); }
H1.HeaderClassName
{
color: #881191;
}
.AnyTagClassName
{
color: #881191;
}
</style>
background-color css
<style>
a { background-color: #881191; }
a { background-color: rgb(136,17,145); }
div.DivClassName
{
background-color: #881191;
}
.BgClassName
{
background-color: #881191;
}
</style>
border-color css
<style>
span { border-color: #881191; }
span { border-color: rgb(136,17,145); }
td.TdClassName
{
border-color: #881191;
}
.TagClassName
{
border-color: #881191;
}
</style>