Shades of Dark Magenta #87088C
Tints of Dark Magenta #87088C
RGB
CMYK
RGB Variations
Color information
#87088C (or 0x87088C) is known color: Dark Magenta. HEX triplet: 87, 08 and 8C. RGB value is (135,8,140). Sum of RGB (Red+Green+Blue) = 135+8+140=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #87088C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87088C is #78F773. Grayscale: #3C3C3C. Windows color (decimal): -7927668 or 9177223. OLE color: 9177223.
HSL color Cylindrical-coordinate representation of color #87088C: hue angle of 297.73º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #87088C is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 8 | 140 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.45 |
| HSL | 297.73º | 0.89% | 0.29% | - |
| HSV(B) | 297.73º | 0.94% | 0.55% | - |
| XYZ | 14.81 | 7.22 | 25.42 | - |
| YUV | 61.02 | 172.58 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 8 | 140 | 0.04 | 0.94 | 0 | 0.45 | 297.73 | 0.89 | 0.29 |
| Hex | 87 | 8 | 8C | 4 | 5E | 0 | 2D | 12A | 59 | 1D |
| Octal | 207 | 10 | 214 | 4 | 136 | 0 | 55 | 452 | 131 | 35 |
| Binary | 10000111 | 1000 | 10001100 | 100 | 1011110 | 0 | 101101 | 100101010 | 1011001 | 11101 |
Color Harmonies of #87088C
Complementary color
Monochromatic Colors of #87088C
Black with #87088C
Text Example
Text Example
White with #87088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87088C; }
p { color: rgb(135,8,140); }
H1.HeaderClassName
{
color: #87088C;
}
.AnyTagClassName
{
color: #87088C;
}
</style>
background-color css
<style>
a { background-color: #87088C; }
a { background-color: rgb(135,8,140); }
div.DivClassName
{
background-color: #87088C;
}
.BgClassName
{
background-color: #87088C;
}
</style>
border-color css
<style>
span { border-color: #87088C; }
span { border-color: rgb(135,8,140); }
td.TdClassName
{
border-color: #87088C;
}
.TagClassName
{
border-color: #87088C;
}
</style>