Shades of Dark Magenta #86139D
Tints of Dark Magenta #86139D
RGB
CMYK
RGB Variations
Color information
#86139D (or 0x86139D) is known color: Dark Magenta. HEX triplet: 86, 13 and 9D. RGB value is (134,19,157). Sum of RGB (Red+Green+Blue) = 134+19+157=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #86139D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86139D is #79EC62. Grayscale: #444444. Windows color (decimal): -7990371 or 10294150. OLE color: 10294150.
HSL color Cylindrical-coordinate representation of color #86139D: hue angle of 290º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86139D is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 19 | 157 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.38 |
| HSL | 290º | 0.78% | 0.35% | - |
| HSV(B) | 290º | 0.88% | 0.62% | - |
| XYZ | 16.15 | 7.97 | 32.59 | - |
| YUV | 69.12 | 177.6 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 157 | 0.15 | 0.88 | 0 | 0.38 | 290 | 0.78 | 0.35 |
| Hex | 86 | 13 | 9D | F | 58 | 0 | 26 | 122 | 4E | 23 |
| Octal | 206 | 23 | 235 | 17 | 130 | 0 | 46 | 442 | 116 | 43 |
| Binary | 10000110 | 10011 | 10011101 | 1111 | 1011000 | 0 | 100110 | 100100010 | 1001110 | 100011 |
Color Harmonies of #86139D
Complementary color
Monochromatic Colors of #86139D
Black with #86139D
Text Example
Text Example
White with #86139D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86139D; }
p { color: rgb(134,19,157); }
H1.HeaderClassName
{
color: #86139D;
}
.AnyTagClassName
{
color: #86139D;
}
</style>
background-color css
<style>
a { background-color: #86139D; }
a { background-color: rgb(134,19,157); }
div.DivClassName
{
background-color: #86139D;
}
.BgClassName
{
background-color: #86139D;
}
</style>
border-color css
<style>
span { border-color: #86139D; }
span { border-color: rgb(134,19,157); }
td.TdClassName
{
border-color: #86139D;
}
.TagClassName
{
border-color: #86139D;
}
</style>