Shades of Dark Magenta #87118C
Tints of Dark Magenta #87118C
RGB
CMYK
RGB Variations
Color information
#87118C (or 0x87118C) is known color: Dark Magenta. HEX triplet: 87, 11 and 8C. RGB value is (135,17,140). Sum of RGB (Red+Green+Blue) = 135+17+140=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #87118C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87118C is #78EE73. Grayscale: #414141. Windows color (decimal): -7925364 or 9179527. OLE color: 9179527.
HSL color Cylindrical-coordinate representation of color #87118C: hue angle of 297.56º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #87118C is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 17 | 140 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.45 |
| HSL | 297.56º | 0.78% | 0.31% | - |
| HSV(B) | 297.56º | 0.88% | 0.55% | - |
| XYZ | 14.93 | 7.45 | 25.46 | - |
| YUV | 66.3 | 169.59 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 17 | 140 | 0.04 | 0.88 | 0 | 0.45 | 297.56 | 0.78 | 0.31 |
| Hex | 87 | 11 | 8C | 4 | 58 | 0 | 2D | 12A | 4E | 1F |
| Octal | 207 | 21 | 214 | 4 | 130 | 0 | 55 | 452 | 116 | 37 |
| Binary | 10000111 | 10001 | 10001100 | 100 | 1011000 | 0 | 101101 | 100101010 | 1001110 | 11111 |
Color Harmonies of #87118C
Complementary color
Monochromatic Colors of #87118C
Black with #87118C
Text Example
Text Example
White with #87118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87118C; }
p { color: rgb(135,17,140); }
H1.HeaderClassName
{
color: #87118C;
}
.AnyTagClassName
{
color: #87118C;
}
</style>
background-color css
<style>
a { background-color: #87118C; }
a { background-color: rgb(135,17,140); }
div.DivClassName
{
background-color: #87118C;
}
.BgClassName
{
background-color: #87118C;
}
</style>
border-color css
<style>
span { border-color: #87118C; }
span { border-color: rgb(135,17,140); }
td.TdClassName
{
border-color: #87118C;
}
.TagClassName
{
border-color: #87118C;
}
</style>