Shades of Dark Magenta #86059F
Tints of Dark Magenta #86059F
RGB
CMYK
RGB Variations
Color information
#86059F (or 0x86059F) is known color: Dark Magenta. HEX triplet: 86, 05 and 9F. RGB value is (134,5,159). Sum of RGB (Red+Green+Blue) = 134+5+159=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #86059F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86059F is #79FA60. Grayscale: #3C3C3C. Windows color (decimal): -7993953 or 10421638. OLE color: 10421638.
HSL color Cylindrical-coordinate representation of color #86059F: hue angle of 290.26º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #86059F is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 5 | 159 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.38 |
| HSL | 290.26º | 0.94% | 0.32% | - |
| HSV(B) | 290.26º | 0.97% | 0.62% | - |
| XYZ | 16.14 | 7.68 | 33.43 | - |
| YUV | 61.13 | 183.24 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 5 | 159 | 0.16 | 0.97 | 0 | 0.38 | 290.26 | 0.94 | 0.32 |
| Hex | 86 | 5 | 9F | 10 | 61 | 0 | 26 | 122 | 5E | 20 |
| Octal | 206 | 5 | 237 | 20 | 141 | 0 | 46 | 442 | 136 | 40 |
| Binary | 10000110 | 101 | 10011111 | 10000 | 1100001 | 0 | 100110 | 100100010 | 1011110 | 100000 |
Color Harmonies of #86059F
Complementary color
Monochromatic Colors of #86059F
Black with #86059F
Text Example
Text Example
White with #86059F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86059F; }
p { color: rgb(134,5,159); }
H1.HeaderClassName
{
color: #86059F;
}
.AnyTagClassName
{
color: #86059F;
}
</style>
background-color css
<style>
a { background-color: #86059F; }
a { background-color: rgb(134,5,159); }
div.DivClassName
{
background-color: #86059F;
}
.BgClassName
{
background-color: #86059F;
}
</style>
border-color css
<style>
span { border-color: #86059F; }
span { border-color: rgb(134,5,159); }
td.TdClassName
{
border-color: #86059F;
}
.TagClassName
{
border-color: #86059F;
}
</style>