Shades of Dark Magenta #87029C
Tints of Dark Magenta #87029C
RGB
CMYK
RGB Variations
Color information
#87029C (or 0x87029C) is known color: Dark Magenta. HEX triplet: 87, 02 and 9C. RGB value is (135,2,156). Sum of RGB (Red+Green+Blue) = 135+2+156=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #87029C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87029C is #78FD63. Grayscale: #3A3A3A. Windows color (decimal): -7929188 or 10224263. OLE color: 10224263.
HSL color Cylindrical-coordinate representation of color #87029C: hue angle of 291.82º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #87029C is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 135 | 2 | 156 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.39 |
| HSL | 291.82º | 0.97% | 0.31% | - |
| HSV(B) | 291.82º | 0.99% | 0.61% | - |
| XYZ | 16.01 | 7.59 | 32.07 | - |
| YUV | 59.32 | 182.56 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 2 | 156 | 0.13 | 0.99 | 0 | 0.39 | 291.82 | 0.97 | 0.31 |
| Hex | 87 | 2 | 9C | D | 63 | 0 | 27 | 124 | 61 | 1F |
| Octal | 207 | 2 | 234 | 15 | 143 | 0 | 47 | 444 | 141 | 37 |
| Binary | 10000111 | 10 | 10011100 | 1101 | 1100011 | 0 | 100111 | 100100100 | 1100001 | 11111 |
Color Harmonies of #87029C
Complementary color
Monochromatic Colors of #87029C
Black with #87029C
Text Example
Text Example
White with #87029C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87029C; }
p { color: rgb(135,2,156); }
H1.HeaderClassName
{
color: #87029C;
}
.AnyTagClassName
{
color: #87029C;
}
</style>
background-color css
<style>
a { background-color: #87029C; }
a { background-color: rgb(135,2,156); }
div.DivClassName
{
background-color: #87029C;
}
.BgClassName
{
background-color: #87029C;
}
</style>
border-color css
<style>
span { border-color: #87029C; }
span { border-color: rgb(135,2,156); }
td.TdClassName
{
border-color: #87029C;
}
.TagClassName
{
border-color: #87029C;
}
</style>