Shades of Dark Magenta #881192
Tints of Dark Magenta #881192
RGB
CMYK
RGB Variations
Color information
#881192 (or 0x881192) is known color: Dark Magenta. HEX triplet: 88, 11 and 92. RGB value is (136,17,146). Sum of RGB (Red+Green+Blue) = 136+17+146=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #881192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881192 is #77EE6D. Grayscale: #424242. Windows color (decimal): -7859822 or 9572744. OLE color: 9572744.
HSL color Cylindrical-coordinate representation of color #881192: hue angle of 295.35º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881192 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 17 | 146 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.43 |
| HSL | 295.35º | 0.79% | 0.32% | - |
| HSV(B) | 295.35º | 0.88% | 0.57% | - |
| XYZ | 15.54 | 7.71 | 27.86 | - |
| YUV | 67.29 | 172.42 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 146 | 0.07 | 0.88 | 0 | 0.43 | 295.35 | 0.79 | 0.32 |
| Hex | 88 | 11 | 92 | 7 | 58 | 0 | 2B | 127 | 4F | 20 |
| Octal | 210 | 21 | 222 | 7 | 130 | 0 | 53 | 447 | 117 | 40 |
| Binary | 10001000 | 10001 | 10010010 | 111 | 1011000 | 0 | 101011 | 100100111 | 1001111 | 100000 |
Color Harmonies of #881192
Complementary color
Monochromatic Colors of #881192
Black with #881192
Text Example
Text Example
White with #881192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881192; }
p { color: rgb(136,17,146); }
H1.HeaderClassName
{
color: #881192;
}
.AnyTagClassName
{
color: #881192;
}
</style>
background-color css
<style>
a { background-color: #881192; }
a { background-color: rgb(136,17,146); }
div.DivClassName
{
background-color: #881192;
}
.BgClassName
{
background-color: #881192;
}
</style>
border-color css
<style>
span { border-color: #881192; }
span { border-color: rgb(136,17,146); }
td.TdClassName
{
border-color: #881192;
}
.TagClassName
{
border-color: #881192;
}
</style>