Shades of Dark Magenta #861287
Tints of Dark Magenta #861287
RGB
CMYK
RGB Variations
Color information
#861287 (or 0x861287) is known color: Dark Magenta. HEX triplet: 86, 12 and 87. RGB value is (134,18,135). Sum of RGB (Red+Green+Blue) = 134+18+135=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 135 - color contains mainly: blue. Hex color #861287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861287 is #79ED78. Grayscale: #414141. Windows color (decimal): -7990649 or 8852102. OLE color: 8852102.
HSL color Cylindrical-coordinate representation of color #861287: hue angle of 299.49º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861287 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 18 | 135 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.47 |
| HSL | 299.49º | 0.76% | 0.3% | - |
| HSV(B) | 299.49º | 0.87% | 0.53% | - |
| XYZ | 14.42 | 7.25 | 23.56 | - |
| YUV | 66.02 | 166.93 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 18 | 135 | 0.01 | 0.87 | 0 | 0.47 | 299.49 | 0.76 | 0.3 |
| Hex | 86 | 12 | 87 | 1 | 57 | 0 | 2F | 12B | 4C | 1E |
| Octal | 206 | 22 | 207 | 1 | 127 | 0 | 57 | 453 | 114 | 36 |
| Binary | 10000110 | 10010 | 10000111 | 1 | 1010111 | 0 | 101111 | 100101011 | 1001100 | 11110 |
Color Harmonies of #861287
Complementary color
Monochromatic Colors of #861287
Black with #861287
Text Example
Text Example
White with #861287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861287; }
p { color: rgb(134,18,135); }
H1.HeaderClassName
{
color: #861287;
}
.AnyTagClassName
{
color: #861287;
}
</style>
background-color css
<style>
a { background-color: #861287; }
a { background-color: rgb(134,18,135); }
div.DivClassName
{
background-color: #861287;
}
.BgClassName
{
background-color: #861287;
}
</style>
border-color css
<style>
span { border-color: #861287; }
span { border-color: rgb(134,18,135); }
td.TdClassName
{
border-color: #861287;
}
.TagClassName
{
border-color: #861287;
}
</style>