Shades of Dark Magenta #881999
Tints of Dark Magenta #881999
RGB
CMYK
RGB Variations
Color information
#881999 (or 0x881999) is known color: Dark Magenta. HEX triplet: 88, 19 and 99. RGB value is (136,25,153). Sum of RGB (Red+Green+Blue) = 136+25+153=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #881999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881999 is #77E666. Grayscale: #484848. Windows color (decimal): -7857767 or 10033544. OLE color: 10033544.
HSL color Cylindrical-coordinate representation of color #881999: hue angle of 292.03º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #881999 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 136 | 25 | 153 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.4 |
| HSL | 292.03º | 0.72% | 0.35% | - |
| HSV(B) | 292.03º | 0.84% | 0.6% | - |
| XYZ | 16.25 | 8.23 | 30.87 | - |
| YUV | 72.78 | 173.27 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 153 | 0.11 | 0.84 | 0 | 0.4 | 292.03 | 0.72 | 0.35 |
| Hex | 88 | 19 | 99 | B | 54 | 0 | 28 | 124 | 48 | 23 |
| Octal | 210 | 31 | 231 | 13 | 124 | 0 | 50 | 444 | 110 | 43 |
| Binary | 10001000 | 11001 | 10011001 | 1011 | 1010100 | 0 | 101000 | 100100100 | 1001000 | 100011 |
Color Harmonies of #881999
Complementary color
Monochromatic Colors of #881999
Black with #881999
Text Example
Text Example
White with #881999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881999; }
p { color: rgb(136,25,153); }
H1.HeaderClassName
{
color: #881999;
}
.AnyTagClassName
{
color: #881999;
}
</style>
background-color css
<style>
a { background-color: #881999; }
a { background-color: rgb(136,25,153); }
div.DivClassName
{
background-color: #881999;
}
.BgClassName
{
background-color: #881999;
}
</style>
border-color css
<style>
span { border-color: #881999; }
span { border-color: rgb(136,25,153); }
td.TdClassName
{
border-color: #881999;
}
.TagClassName
{
border-color: #881999;
}
</style>