Shades of Dark Magenta #86158C
Tints of Dark Magenta #86158C
RGB
CMYK
RGB Variations
Color information
#86158C (or 0x86158C) is known color: Dark Magenta. HEX triplet: 86, 15 and 8C. RGB value is (134,21,140). Sum of RGB (Red+Green+Blue) = 134+21+140=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #86158C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86158C is #79EA73. Grayscale: #434343. Windows color (decimal): -7989876 or 9180550. OLE color: 9180550.
HSL color Cylindrical-coordinate representation of color #86158C: hue angle of 296.97º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #86158C is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 21 | 140 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.45 |
| HSL | 296.97º | 0.74% | 0.32% | - |
| HSV(B) | 296.97º | 0.85% | 0.55% | - |
| XYZ | 14.83 | 7.5 | 25.48 | - |
| YUV | 68.35 | 168.44 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 21 | 140 | 0.04 | 0.85 | 0 | 0.45 | 296.97 | 0.74 | 0.32 |
| Hex | 86 | 15 | 8C | 4 | 55 | 0 | 2D | 129 | 4A | 20 |
| Octal | 206 | 25 | 214 | 4 | 125 | 0 | 55 | 451 | 112 | 40 |
| Binary | 10000110 | 10101 | 10001100 | 100 | 1010101 | 0 | 101101 | 100101001 | 1001010 | 100000 |
Color Harmonies of #86158C
Complementary color
Monochromatic Colors of #86158C
Black with #86158C
Text Example
Text Example
White with #86158C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86158C; }
p { color: rgb(134,21,140); }
H1.HeaderClassName
{
color: #86158C;
}
.AnyTagClassName
{
color: #86158C;
}
</style>
background-color css
<style>
a { background-color: #86158C; }
a { background-color: rgb(134,21,140); }
div.DivClassName
{
background-color: #86158C;
}
.BgClassName
{
background-color: #86158C;
}
</style>
border-color css
<style>
span { border-color: #86158C; }
span { border-color: rgb(134,21,140); }
td.TdClassName
{
border-color: #86158C;
}
.TagClassName
{
border-color: #86158C;
}
</style>