Shades of Dark Magenta #86139A
Tints of Dark Magenta #86139A
RGB
CMYK
RGB Variations
Color information
#86139A (or 0x86139A) is known color: Dark Magenta. HEX triplet: 86, 13 and 9A. RGB value is (134,19,154). Sum of RGB (Red+Green+Blue) = 134+19+154=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 154 (60.55% from 255 or 50.16% from 307); Max value from RGB is 154 - color contains mainly: blue. Hex color #86139A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86139A is #79EC65. Grayscale: #444444. Windows color (decimal): -7990374 or 10097542. OLE color: 10097542.
HSL color Cylindrical-coordinate representation of color #86139A: hue angle of 291.11º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86139A is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 19 | 154 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.40 |
| HSL | 291.11º | 0.78% | 0.34% | - |
| HSV(B) | 291.11º | 0.88% | 0.6% | - |
| XYZ | 15.9 | 7.87 | 31.25 | - |
| YUV | 68.78 | 176.1 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 154 | 0.13 | 0.88 | 0 | 0.40 | 291.11 | 0.78 | 0.34 |
| Hex | 86 | 13 | 9A | D | 58 | 0 | 28 | 123 | 4E | 22 |
| Octal | 206 | 23 | 232 | 15 | 130 | 0 | 50 | 443 | 116 | 42 |
| Binary | 10000110 | 10011 | 10011010 | 1101 | 1011000 | 0 | 101000 | 100100011 | 1001110 | 100010 |
Color Harmonies of #86139A
Complementary color
Monochromatic Colors of #86139A
Black with #86139A
Text Example
Text Example
White with #86139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86139A; }
p { color: rgb(134,19,154); }
H1.HeaderClassName
{
color: #86139A;
}
.AnyTagClassName
{
color: #86139A;
}
</style>
background-color css
<style>
a { background-color: #86139A; }
a { background-color: rgb(134,19,154); }
div.DivClassName
{
background-color: #86139A;
}
.BgClassName
{
background-color: #86139A;
}
</style>
border-color css
<style>
span { border-color: #86139A; }
span { border-color: rgb(134,19,154); }
td.TdClassName
{
border-color: #86139A;
}
.TagClassName
{
border-color: #86139A;
}
</style>