Shades of Dark Magenta #86109D
Tints of Dark Magenta #86109D
RGB
CMYK
RGB Variations
Color information
#86109D (or 0x86109D) is known color: Dark Magenta. HEX triplet: 86, 10 and 9D. RGB value is (134,16,157). Sum of RGB (Red+Green+Blue) = 134+16+157=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #86109D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86109D is #79EF62. Grayscale: #424242. Windows color (decimal): -7991139 or 10293382. OLE color: 10293382.
HSL color Cylindrical-coordinate representation of color #86109D: hue angle of 290.21º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86109D is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 16 | 157 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.38 |
| HSL | 290.21º | 0.82% | 0.34% | - |
| HSV(B) | 290.21º | 0.9% | 0.62% | - |
| XYZ | 16.1 | 7.87 | 32.57 | - |
| YUV | 67.36 | 178.59 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 16 | 157 | 0.15 | 0.90 | 0 | 0.38 | 290.21 | 0.82 | 0.34 |
| Hex | 86 | 10 | 9D | F | 5A | 0 | 26 | 122 | 52 | 22 |
| Octal | 206 | 20 | 235 | 17 | 132 | 0 | 46 | 442 | 122 | 42 |
| Binary | 10000110 | 10000 | 10011101 | 1111 | 1011010 | 0 | 100110 | 100100010 | 1010010 | 100010 |
Color Harmonies of #86109D
Complementary color
Monochromatic Colors of #86109D
Black with #86109D
Text Example
Text Example
White with #86109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86109D; }
p { color: rgb(134,16,157); }
H1.HeaderClassName
{
color: #86109D;
}
.AnyTagClassName
{
color: #86109D;
}
</style>
background-color css
<style>
a { background-color: #86109D; }
a { background-color: rgb(134,16,157); }
div.DivClassName
{
background-color: #86109D;
}
.BgClassName
{
background-color: #86109D;
}
</style>
border-color css
<style>
span { border-color: #86109D; }
span { border-color: rgb(134,16,157); }
td.TdClassName
{
border-color: #86109D;
}
.TagClassName
{
border-color: #86109D;
}
</style>