Shades of Dark Magenta #860287
Tints of Dark Magenta #860287
RGB
CMYK
RGB Variations
Color information
#860287 (or 0x860287) is known color: Dark Magenta. HEX triplet: 86, 02 and 87. RGB value is (134,2,135). Sum of RGB (Red+Green+Blue) = 134+2+135=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 135 (53.12% from 255 or 49.82% from 271); Max value from RGB is 135 - color contains mainly: blue. Hex color #860287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860287 is #79FD78. Grayscale: #383838. Windows color (decimal): -7994745 or 8848006. OLE color: 8848006.
HSL color Cylindrical-coordinate representation of color #860287: hue angle of 299.55º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860287 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 2 | 135 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.47 |
| HSL | 299.55º | 0.97% | 0.27% | - |
| HSV(B) | 299.55º | 0.99% | 0.53% | - |
| XYZ | 14.23 | 6.86 | 23.5 | - |
| YUV | 56.63 | 172.23 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 2 | 135 | 0.01 | 0.99 | 0 | 0.47 | 299.55 | 0.97 | 0.27 |
| Hex | 86 | 2 | 87 | 1 | 63 | 0 | 2F | 12C | 61 | 1B |
| Octal | 206 | 2 | 207 | 1 | 143 | 0 | 57 | 454 | 141 | 33 |
| Binary | 10000110 | 10 | 10000111 | 1 | 1100011 | 0 | 101111 | 100101100 | 1100001 | 11011 |
Color Harmonies of #860287
Complementary color
Monochromatic Colors of #860287
Black with #860287
Text Example
Text Example
White with #860287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860287; }
p { color: rgb(134,2,135); }
H1.HeaderClassName
{
color: #860287;
}
.AnyTagClassName
{
color: #860287;
}
</style>
background-color css
<style>
a { background-color: #860287; }
a { background-color: rgb(134,2,135); }
div.DivClassName
{
background-color: #860287;
}
.BgClassName
{
background-color: #860287;
}
</style>
border-color css
<style>
span { border-color: #860287; }
span { border-color: rgb(134,2,135); }
td.TdClassName
{
border-color: #860287;
}
.TagClassName
{
border-color: #860287;
}
</style>