Shades of Dark Magenta #86058D
Tints of Dark Magenta #86058D
RGB
CMYK
RGB Variations
Color information
#86058D (or 0x86058D) is known color: Dark Magenta. HEX triplet: 86, 05 and 8D. RGB value is (134,5,141). Sum of RGB (Red+Green+Blue) = 134+5+141=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #86058D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86058D is #79FA72. Grayscale: #3A3A3A. Windows color (decimal): -7993971 or 9241990. OLE color: 9241990.
HSL color Cylindrical-coordinate representation of color #86058D: hue angle of 296.91º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86058D is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 5 | 141 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.45 |
| HSL | 296.91º | 0.93% | 0.29% | - |
| HSV(B) | 296.91º | 0.96% | 0.55% | - |
| XYZ | 14.69 | 7.1 | 25.8 | - |
| YUV | 59.08 | 174.24 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 5 | 141 | 0.05 | 0.96 | 0 | 0.45 | 296.91 | 0.93 | 0.29 |
| Hex | 86 | 5 | 8D | 5 | 60 | 0 | 2D | 129 | 5D | 1D |
| Octal | 206 | 5 | 215 | 5 | 140 | 0 | 55 | 451 | 135 | 35 |
| Binary | 10000110 | 101 | 10001101 | 101 | 1100000 | 0 | 101101 | 100101001 | 1011101 | 11101 |
Color Harmonies of #86058D
Complementary color
Monochromatic Colors of #86058D
Black with #86058D
Text Example
Text Example
White with #86058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86058D; }
p { color: rgb(134,5,141); }
H1.HeaderClassName
{
color: #86058D;
}
.AnyTagClassName
{
color: #86058D;
}
</style>
background-color css
<style>
a { background-color: #86058D; }
a { background-color: rgb(134,5,141); }
div.DivClassName
{
background-color: #86058D;
}
.BgClassName
{
background-color: #86058D;
}
</style>
border-color css
<style>
span { border-color: #86058D; }
span { border-color: rgb(134,5,141); }
td.TdClassName
{
border-color: #86058D;
}
.TagClassName
{
border-color: #86058D;
}
</style>