Shades of Dark Magenta #86039D
Tints of Dark Magenta #86039D
RGB
CMYK
RGB Variations
Color information
#86039D (or 0x86039D) is known color: Dark Magenta. HEX triplet: 86, 03 and 9D. RGB value is (134,3,157). Sum of RGB (Red+Green+Blue) = 134+3+157=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #86039D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86039D is #79FC62. Grayscale: #3B3B3B. Windows color (decimal): -7994467 or 10290054. OLE color: 10290054.
HSL color Cylindrical-coordinate representation of color #86039D: hue angle of 291.04º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86039D is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 3 | 157 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.38 |
| HSL | 291.04º | 0.96% | 0.31% | - |
| HSV(B) | 291.04º | 0.98% | 0.62% | - |
| XYZ | 15.95 | 7.57 | 32.52 | - |
| YUV | 59.73 | 182.9 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 157 | 0.15 | 0.98 | 0 | 0.38 | 291.04 | 0.96 | 0.31 |
| Hex | 86 | 3 | 9D | F | 62 | 0 | 26 | 123 | 60 | 1F |
| Octal | 206 | 3 | 235 | 17 | 142 | 0 | 46 | 443 | 140 | 37 |
| Binary | 10000110 | 11 | 10011101 | 1111 | 1100010 | 0 | 100110 | 100100011 | 1100000 | 11111 |
Color Harmonies of #86039D
Complementary color
Monochromatic Colors of #86039D
Black with #86039D
Text Example
Text Example
White with #86039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86039D; }
p { color: rgb(134,3,157); }
H1.HeaderClassName
{
color: #86039D;
}
.AnyTagClassName
{
color: #86039D;
}
</style>
background-color css
<style>
a { background-color: #86039D; }
a { background-color: rgb(134,3,157); }
div.DivClassName
{
background-color: #86039D;
}
.BgClassName
{
background-color: #86039D;
}
</style>
border-color css
<style>
span { border-color: #86039D; }
span { border-color: rgb(134,3,157); }
td.TdClassName
{
border-color: #86039D;
}
.TagClassName
{
border-color: #86039D;
}
</style>