Shades of Dark Magenta #880D87
Tints of Dark Magenta #880D87
RGB
CMYK
RGB Variations
Color information
#880D87 (or 0x880D87) is known color: Dark Magenta. HEX triplet: 88, 0D and 87. RGB value is (136,13,135). Sum of RGB (Red+Green+Blue) = 136+13+135=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #880D87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880D87 is #77F278. Grayscale: #3F3F3F. Windows color (decimal): -7860857 or 8850824. OLE color: 8850824.
HSL color Cylindrical-coordinate representation of color #880D87: hue angle of 300.49º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880D87 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 13 | 135 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.47 |
| HSL | 300.49º | 0.83% | 0.29% | - |
| HSV(B) | 300.49º | 0.9% | 0.53% | - |
| XYZ | 14.67 | 7.27 | 23.55 | - |
| YUV | 63.69 | 168.25 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 135 | 0 | 0.90 | 0.01 | 0.47 | 300.49 | 0.83 | 0.29 |
| Hex | 88 | D | 87 | 0 | 5A | 1 | 2F | 12C | 53 | 1D |
| Octal | 210 | 15 | 207 | 0 | 132 | 1 | 57 | 454 | 123 | 35 |
| Binary | 10001000 | 1101 | 10000111 | 0 | 1011010 | 1 | 101111 | 100101100 | 1010011 | 11101 |
Color Harmonies of #880D87
Complementary color
Monochromatic Colors of #880D87
Black with #880D87
Text Example
Text Example
White with #880D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880D87; }
p { color: rgb(136,13,135); }
H1.HeaderClassName
{
color: #880D87;
}
.AnyTagClassName
{
color: #880D87;
}
</style>
background-color css
<style>
a { background-color: #880D87; }
a { background-color: rgb(136,13,135); }
div.DivClassName
{
background-color: #880D87;
}
.BgClassName
{
background-color: #880D87;
}
</style>
border-color css
<style>
span { border-color: #880D87; }
span { border-color: rgb(136,13,135); }
td.TdClassName
{
border-color: #880D87;
}
.TagClassName
{
border-color: #880D87;
}
</style>