Shades of Dark Magenta #881188
Tints of Dark Magenta #881188
RGB
CMYK
RGB Variations
Color information
#881188 (or 0x881188) is known color: Dark Magenta. HEX triplet: 88, 11 and 88. RGB value is (136,17,136). Sum of RGB (Red+Green+Blue) = 136+17+136=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #881188 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881188 is #77EE77. Grayscale: #414141. Windows color (decimal): -7859832 or 8917384. OLE color: 8917384.
HSL color Cylindrical-coordinate representation of color #881188: hue angle of 300º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881188 is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 17 | 136 | - |
| CMYK | 0 | 0.87 | 0 | 0.47 |
| HSL | 300º | 0.78% | 0.3% | - |
| HSV(B) | 300º | 0.88% | 0.53% | - |
| XYZ | 14.8 | 7.41 | 23.94 | - |
| YUV | 66.15 | 167.42 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 136 | 0 | 0.87 | 0 | 0.47 | 300 | 0.78 | 0.3 |
| Hex | 88 | 11 | 88 | 0 | 57 | 0 | 2F | 12C | 4E | 1E |
| Octal | 210 | 21 | 210 | 0 | 127 | 0 | 57 | 454 | 116 | 36 |
| Binary | 10001000 | 10001 | 10001000 | 0 | 1010111 | 0 | 101111 | 100101100 | 1001110 | 11110 |
Color Harmonies of #881188
Complementary color
Monochromatic Colors of #881188
Black with #881188
Text Example
Text Example
White with #881188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881188; }
p { color: rgb(136,17,136); }
H1.HeaderClassName
{
color: #881188;
}
.AnyTagClassName
{
color: #881188;
}
</style>
background-color css
<style>
a { background-color: #881188; }
a { background-color: rgb(136,17,136); }
div.DivClassName
{
background-color: #881188;
}
.BgClassName
{
background-color: #881188;
}
</style>
border-color css
<style>
span { border-color: #881188; }
span { border-color: rgb(136,17,136); }
td.TdClassName
{
border-color: #881188;
}
.TagClassName
{
border-color: #881188;
}
</style>