Shades of Dark Magenta #880887
Tints of Dark Magenta #880887
RGB
CMYK
RGB Variations
Color information
#880887 (or 0x880887) is known color: Dark Magenta. HEX triplet: 88, 08 and 87. RGB value is (136,8,135). Sum of RGB (Red+Green+Blue) = 136+8+135=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 135 (53.12% from 255 or 48.39% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #880887 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880887 is #77F778. Grayscale: #3C3C3C. Windows color (decimal): -7862137 or 8849544. OLE color: 8849544.
HSL color Cylindrical-coordinate representation of color #880887: hue angle of 300.47º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880887 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 135 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.47 |
| HSL | 300.47º | 0.89% | 0.28% | - |
| HSV(B) | 300.47º | 0.94% | 0.53% | - |
| XYZ | 14.61 | 7.16 | 23.53 | - |
| YUV | 60.75 | 169.91 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 135 | 0 | 0.94 | 0.01 | 0.47 | 300.47 | 0.89 | 0.28 |
| Hex | 88 | 8 | 87 | 0 | 5E | 1 | 2F | 12C | 59 | 1C |
| Octal | 210 | 10 | 207 | 0 | 136 | 1 | 57 | 454 | 131 | 34 |
| Binary | 10001000 | 1000 | 10000111 | 0 | 1011110 | 1 | 101111 | 100101100 | 1011001 | 11100 |
Color Harmonies of #880887
Complementary color
Monochromatic Colors of #880887
Black with #880887
Text Example
Text Example
White with #880887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880887; }
p { color: rgb(136,8,135); }
H1.HeaderClassName
{
color: #880887;
}
.AnyTagClassName
{
color: #880887;
}
</style>
background-color css
<style>
a { background-color: #880887; }
a { background-color: rgb(136,8,135); }
div.DivClassName
{
background-color: #880887;
}
.BgClassName
{
background-color: #880887;
}
</style>
border-color css
<style>
span { border-color: #880887; }
span { border-color: rgb(136,8,135); }
td.TdClassName
{
border-color: #880887;
}
.TagClassName
{
border-color: #880887;
}
</style>