Shades of Dark Magenta #84108C
Tints of Dark Magenta #84108C
RGB
CMYK
RGB Variations
Color information
#84108C (or 0x84108C) is known color: Dark Magenta. HEX triplet: 84, 10 and 8C. RGB value is (132,16,140). Sum of RGB (Red+Green+Blue) = 132+16+140=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 140 - color contains mainly: blue. Hex color #84108C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84108C is #7BEF73. Grayscale: #404040. Windows color (decimal): -8122228 or 9179268. OLE color: 9179268.
HSL color Cylindrical-coordinate representation of color #84108C: hue angle of 296.13º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84108C is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 16 | 140 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.45 |
| HSL | 296.13º | 0.79% | 0.31% | - |
| HSV(B) | 296.13º | 0.89% | 0.55% | - |
| XYZ | 14.43 | 7.17 | 25.43 | - |
| YUV | 64.82 | 170.43 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 140 | 0.06 | 0.89 | 0 | 0.45 | 296.13 | 0.79 | 0.31 |
| Hex | 84 | 10 | 8C | 6 | 59 | 0 | 2D | 128 | 4F | 1F |
| Octal | 204 | 20 | 214 | 6 | 131 | 0 | 55 | 450 | 117 | 37 |
| Binary | 10000100 | 10000 | 10001100 | 110 | 1011001 | 0 | 101101 | 100101000 | 1001111 | 11111 |
Color Harmonies of #84108C
Complementary color
Monochromatic Colors of #84108C
Black with #84108C
Text Example
Text Example
White with #84108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84108C; }
p { color: rgb(132,16,140); }
H1.HeaderClassName
{
color: #84108C;
}
.AnyTagClassName
{
color: #84108C;
}
</style>
background-color css
<style>
a { background-color: #84108C; }
a { background-color: rgb(132,16,140); }
div.DivClassName
{
background-color: #84108C;
}
.BgClassName
{
background-color: #84108C;
}
</style>
border-color css
<style>
span { border-color: #84108C; }
span { border-color: rgb(132,16,140); }
td.TdClassName
{
border-color: #84108C;
}
.TagClassName
{
border-color: #84108C;
}
</style>