Shades of Dark Magenta #86179E
Tints of Dark Magenta #86179E
RGB
CMYK
RGB Variations
Color information
#86179E (or 0x86179E) is known color: Dark Magenta. HEX triplet: 86, 17 and 9E. RGB value is (134,23,158). Sum of RGB (Red+Green+Blue) = 134+23+158=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #86179E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86179E is #79E861. Grayscale: #474747. Windows color (decimal): -7989346 or 10360710. OLE color: 10360710.
HSL color Cylindrical-coordinate representation of color #86179E: hue angle of 289.33º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #86179E is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 23 | 158 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.38 |
| HSL | 289.33º | 0.75% | 0.35% | - |
| HSV(B) | 289.33º | 0.85% | 0.62% | - |
| XYZ | 16.31 | 8.15 | 33.06 | - |
| YUV | 71.58 | 176.77 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 23 | 158 | 0.15 | 0.85 | 0 | 0.38 | 289.33 | 0.75 | 0.35 |
| Hex | 86 | 17 | 9E | F | 55 | 0 | 26 | 121 | 4B | 23 |
| Octal | 206 | 27 | 236 | 17 | 125 | 0 | 46 | 441 | 113 | 43 |
| Binary | 10000110 | 10111 | 10011110 | 1111 | 1010101 | 0 | 100110 | 100100001 | 1001011 | 100011 |
Color Harmonies of #86179E
Complementary color
Monochromatic Colors of #86179E
Black with #86179E
Text Example
Text Example
White with #86179E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86179E; }
p { color: rgb(134,23,158); }
H1.HeaderClassName
{
color: #86179E;
}
.AnyTagClassName
{
color: #86179E;
}
</style>
background-color css
<style>
a { background-color: #86179E; }
a { background-color: rgb(134,23,158); }
div.DivClassName
{
background-color: #86179E;
}
.BgClassName
{
background-color: #86179E;
}
</style>
border-color css
<style>
span { border-color: #86179E; }
span { border-color: rgb(134,23,158); }
td.TdClassName
{
border-color: #86179E;
}
.TagClassName
{
border-color: #86179E;
}
</style>