Shades of Dark Magenta #86029D
Tints of Dark Magenta #86029D
RGB
CMYK
RGB Variations
Color information
#86029D (or 0x86029D) is known color: Dark Magenta. HEX triplet: 86, 02 and 9D. RGB value is (134,2,157). Sum of RGB (Red+Green+Blue) = 134+2+157=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #86029D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86029D is #79FD62. Grayscale: #3A3A3A. Windows color (decimal): -7994723 or 10289798. OLE color: 10289798.
HSL color Cylindrical-coordinate representation of color #86029D: hue angle of 291.1º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86029D is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 2 | 157 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.38 |
| HSL | 291.1º | 0.97% | 0.31% | - |
| HSV(B) | 291.1º | 0.99% | 0.62% | - |
| XYZ | 15.94 | 7.55 | 32.51 | - |
| YUV | 59.14 | 183.23 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 2 | 157 | 0.15 | 0.99 | 0 | 0.38 | 291.1 | 0.97 | 0.31 |
| Hex | 86 | 2 | 9D | F | 63 | 0 | 26 | 123 | 61 | 1F |
| Octal | 206 | 2 | 235 | 17 | 143 | 0 | 46 | 443 | 141 | 37 |
| Binary | 10000110 | 10 | 10011101 | 1111 | 1100011 | 0 | 100110 | 100100011 | 1100001 | 11111 |
Color Harmonies of #86029D
Complementary color
Monochromatic Colors of #86029D
Black with #86029D
Text Example
Text Example
White with #86029D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86029D; }
p { color: rgb(134,2,157); }
H1.HeaderClassName
{
color: #86029D;
}
.AnyTagClassName
{
color: #86029D;
}
</style>
background-color css
<style>
a { background-color: #86029D; }
a { background-color: rgb(134,2,157); }
div.DivClassName
{
background-color: #86029D;
}
.BgClassName
{
background-color: #86029D;
}
</style>
border-color css
<style>
span { border-color: #86029D; }
span { border-color: rgb(134,2,157); }
td.TdClassName
{
border-color: #86029D;
}
.TagClassName
{
border-color: #86029D;
}
</style>