Shades of Dark Magenta #880986
Tints of Dark Magenta #880986
RGB
CMYK
RGB Variations
Color information
#880986 (or 0x880986) is known color: Dark Magenta. HEX triplet: 88, 09 and 86. RGB value is (136,9,134). Sum of RGB (Red+Green+Blue) = 136+9+134=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 134 (52.73% from 255 or 48.03% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #880986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880986 is #77F679. Grayscale: #3C3C3C. Windows color (decimal): -7861882 or 8784264. OLE color: 8784264.
HSL color Cylindrical-coordinate representation of color #880986: hue angle of 300.94º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880986 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 134 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.47 |
| HSL | 300.94º | 0.88% | 0.28% | - |
| HSV(B) | 300.94º | 0.93% | 0.53% | - |
| XYZ | 14.55 | 7.15 | 23.17 | - |
| YUV | 61.22 | 169.08 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 134 | 0 | 0.93 | 0.01 | 0.47 | 300.94 | 0.88 | 0.28 |
| Hex | 88 | 9 | 86 | 0 | 5D | 1 | 2F | 12D | 58 | 1C |
| Octal | 210 | 11 | 206 | 0 | 135 | 1 | 57 | 455 | 130 | 34 |
| Binary | 10001000 | 1001 | 10000110 | 0 | 1011101 | 1 | 101111 | 100101101 | 1011000 | 11100 |
Color Harmonies of #880986
Complementary color
Monochromatic Colors of #880986
Black with #880986
Text Example
Text Example
White with #880986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880986; }
p { color: rgb(136,9,134); }
H1.HeaderClassName
{
color: #880986;
}
.AnyTagClassName
{
color: #880986;
}
</style>
background-color css
<style>
a { background-color: #880986; }
a { background-color: rgb(136,9,134); }
div.DivClassName
{
background-color: #880986;
}
.BgClassName
{
background-color: #880986;
}
</style>
border-color css
<style>
span { border-color: #880986; }
span { border-color: rgb(136,9,134); }
td.TdClassName
{
border-color: #880986;
}
.TagClassName
{
border-color: #880986;
}
</style>