Shades of Dark Magenta #870E85
Tints of Dark Magenta #870E85
RGB
CMYK
RGB Variations
Color information
#870E85 (or 0x870E85) is known color: Dark Magenta. HEX triplet: 87, 0E and 85. RGB value is (135,14,133). Sum of RGB (Red+Green+Blue) = 135+14+133=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #870E85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870E85 is #78F17A. Grayscale: #3F3F3F. Windows color (decimal): -7926139 or 8720007. OLE color: 8720007.
HSL color Cylindrical-coordinate representation of color #870E85: hue angle of 300.99º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870E85 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 14 | 133 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.47 |
| HSL | 300.99º | 0.81% | 0.29% | - |
| HSV(B) | 300.99º | 0.9% | 0.53% | - |
| XYZ | 14.38 | 7.16 | 22.81 | - |
| YUV | 63.75 | 167.09 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 133 | 0 | 0.90 | 0.01 | 0.47 | 300.99 | 0.81 | 0.29 |
| Hex | 87 | E | 85 | 0 | 5A | 1 | 2F | 12D | 51 | 1D |
| Octal | 207 | 16 | 205 | 0 | 132 | 1 | 57 | 455 | 121 | 35 |
| Binary | 10000111 | 1110 | 10000101 | 0 | 1011010 | 1 | 101111 | 100101101 | 1010001 | 11101 |
Color Harmonies of #870E85
Complementary color
Monochromatic Colors of #870E85
Black with #870E85
Text Example
Text Example
White with #870E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870E85; }
p { color: rgb(135,14,133); }
H1.HeaderClassName
{
color: #870E85;
}
.AnyTagClassName
{
color: #870E85;
}
</style>
background-color css
<style>
a { background-color: #870E85; }
a { background-color: rgb(135,14,133); }
div.DivClassName
{
background-color: #870E85;
}
.BgClassName
{
background-color: #870E85;
}
</style>
border-color css
<style>
span { border-color: #870E85; }
span { border-color: rgb(135,14,133); }
td.TdClassName
{
border-color: #870E85;
}
.TagClassName
{
border-color: #870E85;
}
</style>