Shades of Dark Magenta #86058E
Tints of Dark Magenta #86058E
RGB
CMYK
RGB Variations
Color information
#86058E (or 0x86058E) is known color: Dark Magenta. HEX triplet: 86, 05 and 8E. RGB value is (134,5,142). Sum of RGB (Red+Green+Blue) = 134+5+142=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #86058E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86058E is #79FA71. Grayscale: #3A3A3A. Windows color (decimal): -7993970 or 9307526. OLE color: 9307526.
HSL color Cylindrical-coordinate representation of color #86058E: hue angle of 296.5º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86058E is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 5 | 142 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.44 |
| HSL | 296.5º | 0.93% | 0.29% | - |
| HSV(B) | 296.5º | 0.96% | 0.56% | - |
| XYZ | 14.77 | 7.13 | 26.19 | - |
| YUV | 59.19 | 174.74 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 5 | 142 | 0.06 | 0.96 | 0 | 0.44 | 296.5 | 0.93 | 0.29 |
| Hex | 86 | 5 | 8E | 6 | 60 | 0 | 2C | 128 | 5D | 1D |
| Octal | 206 | 5 | 216 | 6 | 140 | 0 | 54 | 450 | 135 | 35 |
| Binary | 10000110 | 101 | 10001110 | 110 | 1100000 | 0 | 101100 | 100101000 | 1011101 | 11101 |
Color Harmonies of #86058E
Complementary color
Monochromatic Colors of #86058E
Black with #86058E
Text Example
Text Example
White with #86058E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86058E; }
p { color: rgb(134,5,142); }
H1.HeaderClassName
{
color: #86058E;
}
.AnyTagClassName
{
color: #86058E;
}
</style>
background-color css
<style>
a { background-color: #86058E; }
a { background-color: rgb(134,5,142); }
div.DivClassName
{
background-color: #86058E;
}
.BgClassName
{
background-color: #86058E;
}
</style>
border-color css
<style>
span { border-color: #86058E; }
span { border-color: rgb(134,5,142); }
td.TdClassName
{
border-color: #86058E;
}
.TagClassName
{
border-color: #86058E;
}
</style>