Shades of Dark Magenta #881699
Tints of Dark Magenta #881699
RGB
CMYK
RGB Variations
Color information
#881699 (or 0x881699) is known color: Dark Magenta. HEX triplet: 88, 16 and 99. RGB value is (136,22,153). Sum of RGB (Red+Green+Blue) = 136+22+153=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #881699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881699 is #77E966. Grayscale: #464646. Windows color (decimal): -7858535 or 10032776. OLE color: 10032776.
HSL color Cylindrical-coordinate representation of color #881699: hue angle of 292.21º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881699 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 136 | 22 | 153 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.4 |
| HSL | 292.21º | 0.75% | 0.34% | - |
| HSV(B) | 292.21º | 0.86% | 0.6% | - |
| XYZ | 16.19 | 8.11 | 30.85 | - |
| YUV | 71.02 | 174.27 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 153 | 0.11 | 0.86 | 0 | 0.4 | 292.21 | 0.75 | 0.34 |
| Hex | 88 | 16 | 99 | B | 56 | 0 | 28 | 124 | 4B | 22 |
| Octal | 210 | 26 | 231 | 13 | 126 | 0 | 50 | 444 | 113 | 42 |
| Binary | 10001000 | 10110 | 10011001 | 1011 | 1010110 | 0 | 101000 | 100100100 | 1001011 | 100010 |
Color Harmonies of #881699
Complementary color
Monochromatic Colors of #881699
Black with #881699
Text Example
Text Example
White with #881699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881699; }
p { color: rgb(136,22,153); }
H1.HeaderClassName
{
color: #881699;
}
.AnyTagClassName
{
color: #881699;
}
</style>
background-color css
<style>
a { background-color: #881699; }
a { background-color: rgb(136,22,153); }
div.DivClassName
{
background-color: #881699;
}
.BgClassName
{
background-color: #881699;
}
</style>
border-color css
<style>
span { border-color: #881699; }
span { border-color: rgb(136,22,153); }
td.TdClassName
{
border-color: #881699;
}
.TagClassName
{
border-color: #881699;
}
</style>