Shades of Dark Magenta #84109D
Tints of Dark Magenta #84109D
RGB
CMYK
RGB Variations
Color information
#84109D (or 0x84109D) is known color: Dark Magenta. HEX triplet: 84, 10 and 9D. RGB value is (132,16,157). Sum of RGB (Red+Green+Blue) = 132+16+157=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #84109D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84109D is #7BEF62. Grayscale: #424242. Windows color (decimal): -8122211 or 10293380. OLE color: 10293380.
HSL color Cylindrical-coordinate representation of color #84109D: hue angle of 289.36º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84109D is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 16 | 157 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.38 |
| HSL | 289.36º | 0.82% | 0.34% | - |
| HSV(B) | 289.36º | 0.9% | 0.62% | - |
| XYZ | 15.79 | 7.71 | 32.55 | - |
| YUV | 66.76 | 178.93 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 157 | 0.16 | 0.90 | 0 | 0.38 | 289.36 | 0.82 | 0.34 |
| Hex | 84 | 10 | 9D | 10 | 5A | 0 | 26 | 121 | 52 | 22 |
| Octal | 204 | 20 | 235 | 20 | 132 | 0 | 46 | 441 | 122 | 42 |
| Binary | 10000100 | 10000 | 10011101 | 10000 | 1011010 | 0 | 100110 | 100100001 | 1010010 | 100010 |
Color Harmonies of #84109D
Complementary color
Monochromatic Colors of #84109D
Black with #84109D
Text Example
Text Example
White with #84109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84109D; }
p { color: rgb(132,16,157); }
H1.HeaderClassName
{
color: #84109D;
}
.AnyTagClassName
{
color: #84109D;
}
</style>
background-color css
<style>
a { background-color: #84109D; }
a { background-color: rgb(132,16,157); }
div.DivClassName
{
background-color: #84109D;
}
.BgClassName
{
background-color: #84109D;
}
</style>
border-color css
<style>
span { border-color: #84109D; }
span { border-color: rgb(132,16,157); }
td.TdClassName
{
border-color: #84109D;
}
.TagClassName
{
border-color: #84109D;
}
</style>