Shades of Dark Magenta #880C87
Tints of Dark Magenta #880C87
RGB
CMYK
RGB Variations
Color information
#880C87 (or 0x880C87) is known color: Dark Magenta. HEX triplet: 88, 0C and 87. RGB value is (136,12,135). Sum of RGB (Red+Green+Blue) = 136+12+135=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #880C87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880C87 is #77F378. Grayscale: #3E3E3E. Windows color (decimal): -7861113 or 8850568. OLE color: 8850568.
HSL color Cylindrical-coordinate representation of color #880C87: hue angle of 300.48º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880C87 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 135 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.47 |
| HSL | 300.48º | 0.84% | 0.29% | - |
| HSV(B) | 300.48º | 0.91% | 0.53% | - |
| XYZ | 14.66 | 7.25 | 23.55 | - |
| YUV | 63.1 | 168.58 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 135 | 0 | 0.91 | 0.01 | 0.47 | 300.48 | 0.84 | 0.29 |
| Hex | 88 | C | 87 | 0 | 5B | 1 | 2F | 12C | 54 | 1D |
| Octal | 210 | 14 | 207 | 0 | 133 | 1 | 57 | 454 | 124 | 35 |
| Binary | 10001000 | 1100 | 10000111 | 0 | 1011011 | 1 | 101111 | 100101100 | 1010100 | 11101 |
Color Harmonies of #880C87
Complementary color
Monochromatic Colors of #880C87
Black with #880C87
Text Example
Text Example
White with #880C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C87; }
p { color: rgb(136,12,135); }
H1.HeaderClassName
{
color: #880C87;
}
.AnyTagClassName
{
color: #880C87;
}
</style>
background-color css
<style>
a { background-color: #880C87; }
a { background-color: rgb(136,12,135); }
div.DivClassName
{
background-color: #880C87;
}
.BgClassName
{
background-color: #880C87;
}
</style>
border-color css
<style>
span { border-color: #880C87; }
span { border-color: rgb(136,12,135); }
td.TdClassName
{
border-color: #880C87;
}
.TagClassName
{
border-color: #880C87;
}
</style>