Shades of Dark Magenta #84029F
Tints of Dark Magenta #84029F
RGB
CMYK
RGB Variations
Color information
#84029F (or 0x84029F) is known color: Dark Magenta. HEX triplet: 84, 02 and 9F. RGB value is (132,2,159). Sum of RGB (Red+Green+Blue) = 132+2+159=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #84029F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84029F is #7BFD60. Grayscale: #3A3A3A. Windows color (decimal): -8125793 or 10420868. OLE color: 10420868.
HSL color Cylindrical-coordinate representation of color #84029F: hue angle of 289.68º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84029F is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 2 | 159 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.38 |
| HSL | 289.68º | 0.98% | 0.32% | - |
| HSV(B) | 289.68º | 0.99% | 0.62% | - |
| XYZ | 15.8 | 7.45 | 33.41 | - |
| YUV | 58.77 | 184.57 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 2 | 159 | 0.17 | 0.99 | 0 | 0.38 | 289.68 | 0.98 | 0.32 |
| Hex | 84 | 2 | 9F | 11 | 63 | 0 | 26 | 122 | 62 | 20 |
| Octal | 204 | 2 | 237 | 21 | 143 | 0 | 46 | 442 | 142 | 40 |
| Binary | 10000100 | 10 | 10011111 | 10001 | 1100011 | 0 | 100110 | 100100010 | 1100010 | 100000 |
Color Harmonies of #84029F
Complementary color
Monochromatic Colors of #84029F
Black with #84029F
Text Example
Text Example
White with #84029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84029F; }
p { color: rgb(132,2,159); }
H1.HeaderClassName
{
color: #84029F;
}
.AnyTagClassName
{
color: #84029F;
}
</style>
background-color css
<style>
a { background-color: #84029F; }
a { background-color: rgb(132,2,159); }
div.DivClassName
{
background-color: #84029F;
}
.BgClassName
{
background-color: #84029F;
}
</style>
border-color css
<style>
span { border-color: #84029F; }
span { border-color: rgb(132,2,159); }
td.TdClassName
{
border-color: #84029F;
}
.TagClassName
{
border-color: #84029F;
}
</style>