Shades of Dark Magenta #84129F
Tints of Dark Magenta #84129F
RGB
CMYK
RGB Variations
Color information
#84129F (or 0x84129F) is known color: Dark Magenta. HEX triplet: 84, 12 and 9F. RGB value is (132,18,159). Sum of RGB (Red+Green+Blue) = 132+18+159=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #84129F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84129F is #7BED60. Grayscale: #434343. Windows color (decimal): -8121697 or 10424964. OLE color: 10424964.
HSL color Cylindrical-coordinate representation of color #84129F: hue angle of 288.51º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84129F is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 18 | 159 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.38 |
| HSL | 288.51º | 0.8% | 0.35% | - |
| HSV(B) | 288.51º | 0.89% | 0.62% | - |
| XYZ | 15.99 | 7.84 | 33.47 | - |
| YUV | 68.16 | 179.27 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 159 | 0.17 | 0.89 | 0 | 0.38 | 288.51 | 0.8 | 0.35 |
| Hex | 84 | 12 | 9F | 11 | 59 | 0 | 26 | 121 | 50 | 23 |
| Octal | 204 | 22 | 237 | 21 | 131 | 0 | 46 | 441 | 120 | 43 |
| Binary | 10000100 | 10010 | 10011111 | 10001 | 1011001 | 0 | 100110 | 100100001 | 1010000 | 100011 |
Color Harmonies of #84129F
Complementary color
Monochromatic Colors of #84129F
Black with #84129F
Text Example
Text Example
White with #84129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84129F; }
p { color: rgb(132,18,159); }
H1.HeaderClassName
{
color: #84129F;
}
.AnyTagClassName
{
color: #84129F;
}
</style>
background-color css
<style>
a { background-color: #84129F; }
a { background-color: rgb(132,18,159); }
div.DivClassName
{
background-color: #84129F;
}
.BgClassName
{
background-color: #84129F;
}
</style>
border-color css
<style>
span { border-color: #84129F; }
span { border-color: rgb(132,18,159); }
td.TdClassName
{
border-color: #84129F;
}
.TagClassName
{
border-color: #84129F;
}
</style>