Shades of Dark Magenta #881086
Tints of Dark Magenta #881086
RGB
CMYK
RGB Variations
Color information
#881086 (or 0x881086) is known color: Dark Magenta. HEX triplet: 88, 10 and 86. RGB value is (136,16,134). Sum of RGB (Red+Green+Blue) = 136+16+134=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #881086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881086 is #77EF79. Grayscale: #404040. Windows color (decimal): -7860090 or 8786056. OLE color: 8786056.
HSL color Cylindrical-coordinate representation of color #881086: hue angle of 301º degrees, saturation: 0.79, 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 #881086 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 16 | 134 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.47 |
| HSL | 301º | 0.79% | 0.3% | - |
| HSV(B) | 301º | 0.88% | 0.53% | - |
| XYZ | 14.64 | 7.33 | 23.2 | - |
| YUV | 65.33 | 166.76 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 16 | 134 | 0 | 0.88 | 0.01 | 0.47 | 301 | 0.79 | 0.3 |
| Hex | 88 | 10 | 86 | 0 | 58 | 1 | 2F | 12D | 4F | 1E |
| Octal | 210 | 20 | 206 | 0 | 130 | 1 | 57 | 455 | 117 | 36 |
| Binary | 10001000 | 10000 | 10000110 | 0 | 1011000 | 1 | 101111 | 100101101 | 1001111 | 11110 |
Color Harmonies of #881086
Complementary color
Monochromatic Colors of #881086
Black with #881086
Text Example
Text Example
White with #881086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881086; }
p { color: rgb(136,16,134); }
H1.HeaderClassName
{
color: #881086;
}
.AnyTagClassName
{
color: #881086;
}
</style>
background-color css
<style>
a { background-color: #881086; }
a { background-color: rgb(136,16,134); }
div.DivClassName
{
background-color: #881086;
}
.BgClassName
{
background-color: #881086;
}
</style>
border-color css
<style>
span { border-color: #881086; }
span { border-color: rgb(136,16,134); }
td.TdClassName
{
border-color: #881086;
}
.TagClassName
{
border-color: #881086;
}
</style>