Shades of Dark Magenta #84129D
Tints of Dark Magenta #84129D
RGB
CMYK
RGB Variations
Color information
#84129D (or 0x84129D) is known color: Dark Magenta. HEX triplet: 84, 12 and 9D. RGB value is (132,18,157). Sum of RGB (Red+Green+Blue) = 132+18+157=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #84129D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84129D is #7BED62. Grayscale: #434343. Windows color (decimal): -8121699 or 10293892. OLE color: 10293892.
HSL color Cylindrical-coordinate representation of color #84129D: hue angle of 289.21º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84129D is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 18 | 157 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.38 |
| HSL | 289.21º | 0.79% | 0.34% | - |
| HSV(B) | 289.21º | 0.89% | 0.62% | - |
| XYZ | 15.82 | 7.77 | 32.56 | - |
| YUV | 67.93 | 178.27 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 157 | 0.16 | 0.89 | 0 | 0.38 | 289.21 | 0.79 | 0.34 |
| Hex | 84 | 12 | 9D | 10 | 59 | 0 | 26 | 121 | 4F | 22 |
| Octal | 204 | 22 | 235 | 20 | 131 | 0 | 46 | 441 | 117 | 42 |
| Binary | 10000100 | 10010 | 10011101 | 10000 | 1011001 | 0 | 100110 | 100100001 | 1001111 | 100010 |
Color Harmonies of #84129D
Complementary color
Monochromatic Colors of #84129D
Black with #84129D
Text Example
Text Example
White with #84129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84129D; }
p { color: rgb(132,18,157); }
H1.HeaderClassName
{
color: #84129D;
}
.AnyTagClassName
{
color: #84129D;
}
</style>
background-color css
<style>
a { background-color: #84129D; }
a { background-color: rgb(132,18,157); }
div.DivClassName
{
background-color: #84129D;
}
.BgClassName
{
background-color: #84129D;
}
</style>
border-color css
<style>
span { border-color: #84129D; }
span { border-color: rgb(132,18,157); }
td.TdClassName
{
border-color: #84129D;
}
.TagClassName
{
border-color: #84129D;
}
</style>