Shades of Dark Magenta #881996
Tints of Dark Magenta #881996
RGB
CMYK
RGB Variations
Color information
#881996 (or 0x881996) is known color: Dark Magenta. HEX triplet: 88, 19 and 96. RGB value is (136,25,150). Sum of RGB (Red+Green+Blue) = 136+25+150=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 150 - color contains mainly: blue. Hex color #881996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881996 is #77E669. Grayscale: #484848. Windows color (decimal): -7857770 or 9836936. OLE color: 9836936.
HSL color Cylindrical-coordinate representation of color #881996: hue angle of 293.28º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #881996 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 136 | 25 | 150 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.41 |
| HSL | 293.28º | 0.71% | 0.34% | - |
| HSV(B) | 293.28º | 0.83% | 0.59% | - |
| XYZ | 16.01 | 8.13 | 29.58 | - |
| YUV | 72.44 | 171.77 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 150 | 0.09 | 0.83 | 0 | 0.41 | 293.28 | 0.71 | 0.34 |
| Hex | 88 | 19 | 96 | 9 | 53 | 0 | 29 | 125 | 47 | 22 |
| Octal | 210 | 31 | 226 | 11 | 123 | 0 | 51 | 445 | 107 | 42 |
| Binary | 10001000 | 11001 | 10010110 | 1001 | 1010011 | 0 | 101001 | 100100101 | 1000111 | 100010 |
Color Harmonies of #881996
Complementary color
Monochromatic Colors of #881996
Black with #881996
Text Example
Text Example
White with #881996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881996; }
p { color: rgb(136,25,150); }
H1.HeaderClassName
{
color: #881996;
}
.AnyTagClassName
{
color: #881996;
}
</style>
background-color css
<style>
a { background-color: #881996; }
a { background-color: rgb(136,25,150); }
div.DivClassName
{
background-color: #881996;
}
.BgClassName
{
background-color: #881996;
}
</style>
border-color css
<style>
span { border-color: #881996; }
span { border-color: rgb(136,25,150); }
td.TdClassName
{
border-color: #881996;
}
.TagClassName
{
border-color: #881996;
}
</style>