Shades of Dark Magenta #881183
Tints of Dark Magenta #881183
RGB
CMYK
RGB Variations
Color information
#881183 (or 0x881183) is known color: Dark Magenta. HEX triplet: 88, 11 and 83. RGB value is (136,17,131). Sum of RGB (Red+Green+Blue) = 136+17+131=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #881183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881183 is #77EE7C. Grayscale: #414141. Windows color (decimal): -7859837 or 8589704. OLE color: 8589704.
HSL color Cylindrical-coordinate representation of color #881183: hue angle of 302.52º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881183 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 17 | 131 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.47 |
| HSL | 302.52º | 0.78% | 0.3% | - |
| HSV(B) | 302.52º | 0.88% | 0.53% | - |
| XYZ | 14.45 | 7.27 | 22.12 | - |
| YUV | 65.58 | 164.92 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 131 | 0 | 0.87 | 0.04 | 0.47 | 302.52 | 0.78 | 0.3 |
| Hex | 88 | 11 | 83 | 0 | 57 | 4 | 2F | 12F | 4E | 1E |
| Octal | 210 | 21 | 203 | 0 | 127 | 4 | 57 | 457 | 116 | 36 |
| Binary | 10001000 | 10001 | 10000011 | 0 | 1010111 | 100 | 101111 | 100101111 | 1001110 | 11110 |
Color Harmonies of #881183
Complementary color
Monochromatic Colors of #881183
Black with #881183
Text Example
Text Example
White with #881183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881183; }
p { color: rgb(136,17,131); }
H1.HeaderClassName
{
color: #881183;
}
.AnyTagClassName
{
color: #881183;
}
</style>
background-color css
<style>
a { background-color: #881183; }
a { background-color: rgb(136,17,131); }
div.DivClassName
{
background-color: #881183;
}
.BgClassName
{
background-color: #881183;
}
</style>
border-color css
<style>
span { border-color: #881183; }
span { border-color: rgb(136,17,131); }
td.TdClassName
{
border-color: #881183;
}
.TagClassName
{
border-color: #881183;
}
</style>