Shades of Dark Magenta #86029C
Tints of Dark Magenta #86029C
RGB
CMYK
RGB Variations
Color information
#86029C (or 0x86029C) is known color: Dark Magenta. HEX triplet: 86, 02 and 9C. RGB value is (134,2,156). Sum of RGB (Red+Green+Blue) = 134+2+156=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #86029C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86029C is #79FD63. Grayscale: #3A3A3A. Windows color (decimal): -7994724 or 10224262. OLE color: 10224262.
HSL color Cylindrical-coordinate representation of color #86029C: hue angle of 291.43º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86029C is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 2 | 156 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.39 |
| HSL | 291.43º | 0.97% | 0.31% | - |
| HSV(B) | 291.43º | 0.99% | 0.61% | - |
| XYZ | 15.85 | 7.51 | 32.07 | - |
| YUV | 59.02 | 182.73 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 2 | 156 | 0.14 | 0.99 | 0 | 0.39 | 291.43 | 0.97 | 0.31 |
| Hex | 86 | 2 | 9C | E | 63 | 0 | 27 | 123 | 61 | 1F |
| Octal | 206 | 2 | 234 | 16 | 143 | 0 | 47 | 443 | 141 | 37 |
| Binary | 10000110 | 10 | 10011100 | 1110 | 1100011 | 0 | 100111 | 100100011 | 1100001 | 11111 |
Color Harmonies of #86029C
Complementary color
Monochromatic Colors of #86029C
Black with #86029C
Text Example
Text Example
White with #86029C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86029C; }
p { color: rgb(134,2,156); }
H1.HeaderClassName
{
color: #86029C;
}
.AnyTagClassName
{
color: #86029C;
}
</style>
background-color css
<style>
a { background-color: #86029C; }
a { background-color: rgb(134,2,156); }
div.DivClassName
{
background-color: #86029C;
}
.BgClassName
{
background-color: #86029C;
}
</style>
border-color css
<style>
span { border-color: #86029C; }
span { border-color: rgb(134,2,156); }
td.TdClassName
{
border-color: #86029C;
}
.TagClassName
{
border-color: #86029C;
}
</style>