Shades of Dark Magenta #84128D
Tints of Dark Magenta #84128D
RGB
CMYK
RGB Variations
Color information
#84128D (or 0x84128D) is known color: Dark Magenta. HEX triplet: 84, 12 and 8D. RGB value is (132,18,141). Sum of RGB (Red+Green+Blue) = 132+18+141=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #84128D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84128D is #7BED72. Grayscale: #414141. Windows color (decimal): -8121715 or 9245316. OLE color: 9245316.
HSL color Cylindrical-coordinate representation of color #84128D: hue angle of 295.61º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84128D is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 18 | 141 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.45 |
| HSL | 295.61º | 0.77% | 0.31% | - |
| HSV(B) | 295.61º | 0.87% | 0.55% | - |
| XYZ | 14.54 | 7.26 | 25.83 | - |
| YUV | 66.11 | 170.27 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 141 | 0.06 | 0.87 | 0 | 0.45 | 295.61 | 0.77 | 0.31 |
| Hex | 84 | 12 | 8D | 6 | 57 | 0 | 2D | 128 | 4D | 1F |
| Octal | 204 | 22 | 215 | 6 | 127 | 0 | 55 | 450 | 115 | 37 |
| Binary | 10000100 | 10010 | 10001101 | 110 | 1010111 | 0 | 101101 | 100101000 | 1001101 | 11111 |
Color Harmonies of #84128D
Complementary color
Monochromatic Colors of #84128D
Black with #84128D
Text Example
Text Example
White with #84128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84128D; }
p { color: rgb(132,18,141); }
H1.HeaderClassName
{
color: #84128D;
}
.AnyTagClassName
{
color: #84128D;
}
</style>
background-color css
<style>
a { background-color: #84128D; }
a { background-color: rgb(132,18,141); }
div.DivClassName
{
background-color: #84128D;
}
.BgClassName
{
background-color: #84128D;
}
</style>
border-color css
<style>
span { border-color: #84128D; }
span { border-color: rgb(132,18,141); }
td.TdClassName
{
border-color: #84128D;
}
.TagClassName
{
border-color: #84128D;
}
</style>