Shades of Dark Magenta #86149C
Tints of Dark Magenta #86149C
RGB
CMYK
RGB Variations
Color information
#86149C (or 0x86149C) is known color: Dark Magenta. HEX triplet: 86, 14 and 9C. RGB value is (134,20,156). Sum of RGB (Red+Green+Blue) = 134+20+156=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #86149C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86149C is #79EB63. Grayscale: #454545. Windows color (decimal): -7990116 or 10228870. OLE color: 10228870.
HSL color Cylindrical-coordinate representation of color #86149C: hue angle of 290.29º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86149C is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 20 | 156 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.39 |
| HSL | 290.29º | 0.77% | 0.35% | - |
| HSV(B) | 290.29º | 0.87% | 0.61% | - |
| XYZ | 16.08 | 7.97 | 32.14 | - |
| YUV | 69.59 | 176.77 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 20 | 156 | 0.14 | 0.87 | 0 | 0.39 | 290.29 | 0.77 | 0.35 |
| Hex | 86 | 14 | 9C | E | 57 | 0 | 27 | 122 | 4D | 23 |
| Octal | 206 | 24 | 234 | 16 | 127 | 0 | 47 | 442 | 115 | 43 |
| Binary | 10000110 | 10100 | 10011100 | 1110 | 1010111 | 0 | 100111 | 100100010 | 1001101 | 100011 |
Color Harmonies of #86149C
Complementary color
Monochromatic Colors of #86149C
Black with #86149C
Text Example
Text Example
White with #86149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86149C; }
p { color: rgb(134,20,156); }
H1.HeaderClassName
{
color: #86149C;
}
.AnyTagClassName
{
color: #86149C;
}
</style>
background-color css
<style>
a { background-color: #86149C; }
a { background-color: rgb(134,20,156); }
div.DivClassName
{
background-color: #86149C;
}
.BgClassName
{
background-color: #86149C;
}
</style>
border-color css
<style>
span { border-color: #86149C; }
span { border-color: rgb(134,20,156); }
td.TdClassName
{
border-color: #86149C;
}
.TagClassName
{
border-color: #86149C;
}
</style>