Shades of Dark Magenta #86119E
Tints of Dark Magenta #86119E
RGB
CMYK
RGB Variations
Color information
#86119E (or 0x86119E) is known color: Dark Magenta. HEX triplet: 86, 11 and 9E. RGB value is (134,17,158). Sum of RGB (Red+Green+Blue) = 134+17+158=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 158 (62.11% from 255 or 51.13% from 309); Max value from RGB is 158 - color contains mainly: blue. Hex color #86119E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86119E is #79EE61. Grayscale: #434343. Windows color (decimal): -7990882 or 10359174. OLE color: 10359174.
HSL color Cylindrical-coordinate representation of color #86119E: hue angle of 289.79º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #86119E is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 17 | 158 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.38 |
| HSL | 289.79º | 0.81% | 0.34% | - |
| HSV(B) | 289.79º | 0.89% | 0.62% | - |
| XYZ | 16.2 | 7.94 | 33.03 | - |
| YUV | 68.06 | 178.76 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 17 | 158 | 0.15 | 0.89 | 0 | 0.38 | 289.79 | 0.81 | 0.34 |
| Hex | 86 | 11 | 9E | F | 59 | 0 | 26 | 122 | 51 | 22 |
| Octal | 206 | 21 | 236 | 17 | 131 | 0 | 46 | 442 | 121 | 42 |
| Binary | 10000110 | 10001 | 10011110 | 1111 | 1011001 | 0 | 100110 | 100100010 | 1010001 | 100010 |
Color Harmonies of #86119E
Complementary color
Monochromatic Colors of #86119E
Black with #86119E
Text Example
Text Example
White with #86119E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86119E; }
p { color: rgb(134,17,158); }
H1.HeaderClassName
{
color: #86119E;
}
.AnyTagClassName
{
color: #86119E;
}
</style>
background-color css
<style>
a { background-color: #86119E; }
a { background-color: rgb(134,17,158); }
div.DivClassName
{
background-color: #86119E;
}
.BgClassName
{
background-color: #86119E;
}
</style>
border-color css
<style>
span { border-color: #86119E; }
span { border-color: rgb(134,17,158); }
td.TdClassName
{
border-color: #86119E;
}
.TagClassName
{
border-color: #86119E;
}
</style>