Shades of Dark Magenta #860987
Tints of Dark Magenta #860987
RGB
CMYK
RGB Variations
Color information
#860987 (or 0x860987) is known color: Dark Magenta. HEX triplet: 86, 09 and 87. RGB value is (134,9,135). Sum of RGB (Red+Green+Blue) = 134+9+135=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 135 (53.12% from 255 or 48.56% from 278); Max value from RGB is 135 - color contains mainly: blue. Hex color #860987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860987 is #79F678. Grayscale: #3C3C3C. Windows color (decimal): -7992953 or 8849798. OLE color: 8849798.
HSL color Cylindrical-coordinate representation of color #860987: hue angle of 299.52º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860987 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 9 | 135 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.47 |
| HSL | 299.52º | 0.88% | 0.28% | - |
| HSV(B) | 299.52º | 0.93% | 0.53% | - |
| XYZ | 14.3 | 7.01 | 23.52 | - |
| YUV | 60.74 | 169.91 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 9 | 135 | 0.01 | 0.93 | 0 | 0.47 | 299.52 | 0.88 | 0.28 |
| Hex | 86 | 9 | 87 | 1 | 5D | 0 | 2F | 12C | 58 | 1C |
| Octal | 206 | 11 | 207 | 1 | 135 | 0 | 57 | 454 | 130 | 34 |
| Binary | 10000110 | 1001 | 10000111 | 1 | 1011101 | 0 | 101111 | 100101100 | 1011000 | 11100 |
Color Harmonies of #860987
Complementary color
Monochromatic Colors of #860987
Black with #860987
Text Example
Text Example
White with #860987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860987; }
p { color: rgb(134,9,135); }
H1.HeaderClassName
{
color: #860987;
}
.AnyTagClassName
{
color: #860987;
}
</style>
background-color css
<style>
a { background-color: #860987; }
a { background-color: rgb(134,9,135); }
div.DivClassName
{
background-color: #860987;
}
.BgClassName
{
background-color: #860987;
}
</style>
border-color css
<style>
span { border-color: #860987; }
span { border-color: rgb(134,9,135); }
td.TdClassName
{
border-color: #860987;
}
.TagClassName
{
border-color: #860987;
}
</style>