Shades of Dark Magenta #880987
Tints of Dark Magenta #880987
RGB
CMYK
RGB Variations
Color information
#880987 (or 0x880987) is known color: Dark Magenta. HEX triplet: 88, 09 and 87. RGB value is (136,9,135). Sum of RGB (Red+Green+Blue) = 136+9+135=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #880987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880987 is #77F678. Grayscale: #3C3C3C. Windows color (decimal): -7861881 or 8849800. OLE color: 8849800.
HSL color Cylindrical-coordinate representation of color #880987: hue angle of 300.47º 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 #880987 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 135 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.47 |
| HSL | 300.47º | 0.88% | 0.28% | - |
| HSV(B) | 300.47º | 0.93% | 0.53% | - |
| XYZ | 14.62 | 7.18 | 23.54 | - |
| YUV | 61.34 | 169.58 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 135 | 0 | 0.93 | 0.01 | 0.47 | 300.47 | 0.88 | 0.28 |
| Hex | 88 | 9 | 87 | 0 | 5D | 1 | 2F | 12C | 58 | 1C |
| Octal | 210 | 11 | 207 | 0 | 135 | 1 | 57 | 454 | 130 | 34 |
| Binary | 10001000 | 1001 | 10000111 | 0 | 1011101 | 1 | 101111 | 100101100 | 1011000 | 11100 |
Color Harmonies of #880987
Complementary color
Monochromatic Colors of #880987
Black with #880987
Text Example
Text Example
White with #880987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880987; }
p { color: rgb(136,9,135); }
H1.HeaderClassName
{
color: #880987;
}
.AnyTagClassName
{
color: #880987;
}
</style>
background-color css
<style>
a { background-color: #880987; }
a { background-color: rgb(136,9,135); }
div.DivClassName
{
background-color: #880987;
}
.BgClassName
{
background-color: #880987;
}
</style>
border-color css
<style>
span { border-color: #880987; }
span { border-color: rgb(136,9,135); }
td.TdClassName
{
border-color: #880987;
}
.TagClassName
{
border-color: #880987;
}
</style>