Shades of Dark Magenta #860286
Tints of Dark Magenta #860286
RGB
CMYK
RGB Variations
Color information
#860286 (or 0x860286) is known color: Dark Magenta. HEX triplet: 86, 02 and 86. RGB value is (134,2,134). Sum of RGB (Red+Green+Blue) = 134+2+134=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: red, blue. Hex color #860286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860286 is #79FD79. Grayscale: #383838. Windows color (decimal): -7994746 or 8782470. OLE color: 8782470.
HSL color Cylindrical-coordinate representation of color #860286: hue angle of 300º 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 #860286 is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 2 | 134 | - |
| CMYK | 0 | 0.99 | 0 | 0.47 |
| HSL | 300º | 0.97% | 0.27% | - |
| HSV(B) | 300º | 0.99% | 0.53% | - |
| XYZ | 14.16 | 6.83 | 23.13 | - |
| YUV | 56.52 | 171.73 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 2 | 134 | 0 | 0.99 | 0 | 0.47 | 300 | 0.97 | 0.27 |
| Hex | 86 | 2 | 86 | 0 | 63 | 0 | 2F | 12C | 61 | 1B |
| Octal | 206 | 2 | 206 | 0 | 143 | 0 | 57 | 454 | 141 | 33 |
| Binary | 10000110 | 10 | 10000110 | 0 | 1100011 | 0 | 101111 | 100101100 | 1100001 | 11011 |
Color Harmonies of #860286
Complementary color
Monochromatic Colors of #860286
Black with #860286
Text Example
Text Example
White with #860286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860286; }
p { color: rgb(134,2,134); }
H1.HeaderClassName
{
color: #860286;
}
.AnyTagClassName
{
color: #860286;
}
</style>
background-color css
<style>
a { background-color: #860286; }
a { background-color: rgb(134,2,134); }
div.DivClassName
{
background-color: #860286;
}
.BgClassName
{
background-color: #860286;
}
</style>
border-color css
<style>
span { border-color: #860286; }
span { border-color: rgb(134,2,134); }
td.TdClassName
{
border-color: #860286;
}
.TagClassName
{
border-color: #860286;
}
</style>