Shades of Dark Magenta #86118D
Tints of Dark Magenta #86118D
RGB
CMYK
RGB Variations
Color information
#86118D (or 0x86118D) is known color: Dark Magenta. HEX triplet: 86, 11 and 8D. RGB value is (134,17,141). Sum of RGB (Red+Green+Blue) = 134+17+141=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #86118D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86118D is #79EE72. Grayscale: #414141. Windows color (decimal): -7990899 or 9245062. OLE color: 9245062.
HSL color Cylindrical-coordinate representation of color #86118D: hue angle of 296.61º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86118D is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 17 | 141 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.45 |
| HSL | 296.61º | 0.78% | 0.31% | - |
| HSV(B) | 296.61º | 0.88% | 0.55% | - |
| XYZ | 14.84 | 7.39 | 25.84 | - |
| YUV | 66.12 | 170.26 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 17 | 141 | 0.05 | 0.88 | 0 | 0.45 | 296.61 | 0.78 | 0.31 |
| Hex | 86 | 11 | 8D | 5 | 58 | 0 | 2D | 129 | 4E | 1F |
| Octal | 206 | 21 | 215 | 5 | 130 | 0 | 55 | 451 | 116 | 37 |
| Binary | 10000110 | 10001 | 10001101 | 101 | 1011000 | 0 | 101101 | 100101001 | 1001110 | 11111 |
Color Harmonies of #86118D
Complementary color
Monochromatic Colors of #86118D
Black with #86118D
Text Example
Text Example
White with #86118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86118D; }
p { color: rgb(134,17,141); }
H1.HeaderClassName
{
color: #86118D;
}
.AnyTagClassName
{
color: #86118D;
}
</style>
background-color css
<style>
a { background-color: #86118D; }
a { background-color: rgb(134,17,141); }
div.DivClassName
{
background-color: #86118D;
}
.BgClassName
{
background-color: #86118D;
}
</style>
border-color css
<style>
span { border-color: #86118D; }
span { border-color: rgb(134,17,141); }
td.TdClassName
{
border-color: #86118D;
}
.TagClassName
{
border-color: #86118D;
}
</style>