Shades of Dark Magenta #87028C
Tints of Dark Magenta #87028C
RGB
CMYK
RGB Variations
Color information
#87028C (or 0x87028C) is known color: Dark Magenta. HEX triplet: 87, 02 and 8C. RGB value is (135,2,140). Sum of RGB (Red+Green+Blue) = 135+2+140=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #87028C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87028C is #78FD73. Grayscale: #393939. Windows color (decimal): -7929204 or 9175687. OLE color: 9175687.
HSL color Cylindrical-coordinate representation of color #87028C: hue angle of 297.83º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #87028C is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 2 | 140 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.45 |
| HSL | 297.83º | 0.97% | 0.28% | - |
| HSV(B) | 297.83º | 0.99% | 0.55% | - |
| XYZ | 14.75 | 7.09 | 25.4 | - |
| YUV | 57.5 | 174.56 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 2 | 140 | 0.04 | 0.99 | 0 | 0.45 | 297.83 | 0.97 | 0.28 |
| Hex | 87 | 2 | 8C | 4 | 63 | 0 | 2D | 12A | 61 | 1C |
| Octal | 207 | 2 | 214 | 4 | 143 | 0 | 55 | 452 | 141 | 34 |
| Binary | 10000111 | 10 | 10001100 | 100 | 1100011 | 0 | 101101 | 100101010 | 1100001 | 11100 |
Color Harmonies of #87028C
Complementary color
Monochromatic Colors of #87028C
Black with #87028C
Text Example
Text Example
White with #87028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87028C; }
p { color: rgb(135,2,140); }
H1.HeaderClassName
{
color: #87028C;
}
.AnyTagClassName
{
color: #87028C;
}
</style>
background-color css
<style>
a { background-color: #87028C; }
a { background-color: rgb(135,2,140); }
div.DivClassName
{
background-color: #87028C;
}
.BgClassName
{
background-color: #87028C;
}
</style>
border-color css
<style>
span { border-color: #87028C; }
span { border-color: rgb(135,2,140); }
td.TdClassName
{
border-color: #87028C;
}
.TagClassName
{
border-color: #87028C;
}
</style>