Shades of Dark Magenta #861487
Tints of Dark Magenta #861487
RGB
CMYK
RGB Variations
Color information
#861487 (or 0x861487) is known color: Dark Magenta. HEX triplet: 86, 14 and 87. RGB value is (134,20,135). Sum of RGB (Red+Green+Blue) = 134+20+135=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 135 (53.12% from 255 or 46.71% from 289); Max value from RGB is 135 - color contains mainly: blue. Hex color #861487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861487 is #79EB78. Grayscale: #424242. Windows color (decimal): -7990137 or 8852614. OLE color: 8852614.
HSL color Cylindrical-coordinate representation of color #861487: hue angle of 299.48º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #861487 is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 20 | 135 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.47 |
| HSL | 299.48º | 0.74% | 0.3% | - |
| HSV(B) | 299.48º | 0.85% | 0.53% | - |
| XYZ | 14.45 | 7.32 | 23.57 | - |
| YUV | 67.2 | 166.27 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 20 | 135 | 0.01 | 0.85 | 0 | 0.47 | 299.48 | 0.74 | 0.3 |
| Hex | 86 | 14 | 87 | 1 | 55 | 0 | 2F | 12B | 4A | 1E |
| Octal | 206 | 24 | 207 | 1 | 125 | 0 | 57 | 453 | 112 | 36 |
| Binary | 10000110 | 10100 | 10000111 | 1 | 1010101 | 0 | 101111 | 100101011 | 1001010 | 11110 |
Color Harmonies of #861487
Complementary color
Monochromatic Colors of #861487
Black with #861487
Text Example
Text Example
White with #861487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861487; }
p { color: rgb(134,20,135); }
H1.HeaderClassName
{
color: #861487;
}
.AnyTagClassName
{
color: #861487;
}
</style>
background-color css
<style>
a { background-color: #861487; }
a { background-color: rgb(134,20,135); }
div.DivClassName
{
background-color: #861487;
}
.BgClassName
{
background-color: #861487;
}
</style>
border-color css
<style>
span { border-color: #861487; }
span { border-color: rgb(134,20,135); }
td.TdClassName
{
border-color: #861487;
}
.TagClassName
{
border-color: #861487;
}
</style>