Shades of Dark Magenta #86178C
Tints of Dark Magenta #86178C
RGB
CMYK
RGB Variations
Color information
#86178C (or 0x86178C) is known color: Dark Magenta. HEX triplet: 86, 17 and 8C. RGB value is (134,23,140). Sum of RGB (Red+Green+Blue) = 134+23+140=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #86178C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86178C is #79E873. Grayscale: #454545. Windows color (decimal): -7989364 or 9181062. OLE color: 9181062.
HSL color Cylindrical-coordinate representation of color #86178C: hue angle of 296.92º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86178C is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 23 | 140 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.45 |
| HSL | 296.92º | 0.72% | 0.32% | - |
| HSV(B) | 296.92º | 0.84% | 0.55% | - |
| XYZ | 14.87 | 7.57 | 25.49 | - |
| YUV | 69.53 | 167.77 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 23 | 140 | 0.04 | 0.84 | 0 | 0.45 | 296.92 | 0.72 | 0.32 |
| Hex | 86 | 17 | 8C | 4 | 54 | 0 | 2D | 129 | 48 | 20 |
| Octal | 206 | 27 | 214 | 4 | 124 | 0 | 55 | 451 | 110 | 40 |
| Binary | 10000110 | 10111 | 10001100 | 100 | 1010100 | 0 | 101101 | 100101001 | 1001000 | 100000 |
Color Harmonies of #86178C
Complementary color
Monochromatic Colors of #86178C
Black with #86178C
Text Example
Text Example
White with #86178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86178C; }
p { color: rgb(134,23,140); }
H1.HeaderClassName
{
color: #86178C;
}
.AnyTagClassName
{
color: #86178C;
}
</style>
background-color css
<style>
a { background-color: #86178C; }
a { background-color: rgb(134,23,140); }
div.DivClassName
{
background-color: #86178C;
}
.BgClassName
{
background-color: #86178C;
}
</style>
border-color css
<style>
span { border-color: #86178C; }
span { border-color: rgb(134,23,140); }
td.TdClassName
{
border-color: #86178C;
}
.TagClassName
{
border-color: #86178C;
}
</style>