Shades of Dark Magenta #87019E
Tints of Dark Magenta #87019E
RGB
CMYK
RGB Variations
Color information
#87019E (or 0x87019E) is known color: Dark Magenta. HEX triplet: 87, 01 and 9E. RGB value is (135,1,158). Sum of RGB (Red+Green+Blue) = 135+1+158=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #87019E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87019E is #78FE61. Grayscale: #3A3A3A. Windows color (decimal): -7929442 or 10355079. OLE color: 10355079.
HSL color Cylindrical-coordinate representation of color #87019E: hue angle of 291.21º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #87019E is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 1 | 158 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.38 |
| HSL | 291.21º | 0.99% | 0.31% | - |
| HSV(B) | 291.21º | 0.99% | 0.62% | - |
| XYZ | 16.17 | 7.64 | 32.97 | - |
| YUV | 58.96 | 183.89 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 158 | 0.15 | 0.99 | 0 | 0.38 | 291.21 | 0.99 | 0.31 |
| Hex | 87 | 1 | 9E | F | 63 | 0 | 26 | 123 | 63 | 1F |
| Octal | 207 | 1 | 236 | 17 | 143 | 0 | 46 | 443 | 143 | 37 |
| Binary | 10000111 | 1 | 10011110 | 1111 | 1100011 | 0 | 100110 | 100100011 | 1100011 | 11111 |
Color Harmonies of #87019E
Complementary color
Monochromatic Colors of #87019E
Black with #87019E
Text Example
Text Example
White with #87019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87019E; }
p { color: rgb(135,1,158); }
H1.HeaderClassName
{
color: #87019E;
}
.AnyTagClassName
{
color: #87019E;
}
</style>
background-color css
<style>
a { background-color: #87019E; }
a { background-color: rgb(135,1,158); }
div.DivClassName
{
background-color: #87019E;
}
.BgClassName
{
background-color: #87019E;
}
</style>
border-color css
<style>
span { border-color: #87019E; }
span { border-color: rgb(135,1,158); }
td.TdClassName
{
border-color: #87019E;
}
.TagClassName
{
border-color: #87019E;
}
</style>