Shades of Dark Magenta #881896
Tints of Dark Magenta #881896
RGB
CMYK
RGB Variations
Color information
#881896 (or 0x881896) is known color: Dark Magenta. HEX triplet: 88, 18 and 96. RGB value is (136,24,150). Sum of RGB (Red+Green+Blue) = 136+24+150=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #881896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881896 is #77E769. Grayscale: #474747. Windows color (decimal): -7858026 or 9836680. OLE color: 9836680.
HSL color Cylindrical-coordinate representation of color #881896: hue angle of 293.33º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #881896 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 136 | 24 | 150 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.41 |
| HSL | 293.33º | 0.72% | 0.34% | - |
| HSV(B) | 293.33º | 0.84% | 0.59% | - |
| XYZ | 15.99 | 8.09 | 29.57 | - |
| YUV | 71.85 | 172.11 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 24 | 150 | 0.09 | 0.84 | 0 | 0.41 | 293.33 | 0.72 | 0.34 |
| Hex | 88 | 18 | 96 | 9 | 54 | 0 | 29 | 125 | 48 | 22 |
| Octal | 210 | 30 | 226 | 11 | 124 | 0 | 51 | 445 | 110 | 42 |
| Binary | 10001000 | 11000 | 10010110 | 1001 | 1010100 | 0 | 101001 | 100100101 | 1001000 | 100010 |
Color Harmonies of #881896
Complementary color
Monochromatic Colors of #881896
Black with #881896
Text Example
Text Example
White with #881896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881896; }
p { color: rgb(136,24,150); }
H1.HeaderClassName
{
color: #881896;
}
.AnyTagClassName
{
color: #881896;
}
</style>
background-color css
<style>
a { background-color: #881896; }
a { background-color: rgb(136,24,150); }
div.DivClassName
{
background-color: #881896;
}
.BgClassName
{
background-color: #881896;
}
</style>
border-color css
<style>
span { border-color: #881896; }
span { border-color: rgb(136,24,150); }
td.TdClassName
{
border-color: #881896;
}
.TagClassName
{
border-color: #881896;
}
</style>