Shades of Dark Magenta #84168C
Tints of Dark Magenta #84168C
RGB
CMYK
RGB Variations
Color information
#84168C (or 0x84168C) is known color: Dark Magenta. HEX triplet: 84, 16 and 8C. RGB value is (132,22,140). Sum of RGB (Red+Green+Blue) = 132+22+140=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #84168C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84168C is #7BE973. Grayscale: #434343. Windows color (decimal): -8120692 or 9180804. OLE color: 9180804.
HSL color Cylindrical-coordinate representation of color #84168C: hue angle of 295.93º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84168C is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 22 | 140 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.45 |
| HSL | 295.93º | 0.73% | 0.32% | - |
| HSV(B) | 295.93º | 0.84% | 0.55% | - |
| XYZ | 14.54 | 7.37 | 25.47 | - |
| YUV | 68.34 | 168.44 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 22 | 140 | 0.06 | 0.84 | 0 | 0.45 | 295.93 | 0.73 | 0.32 |
| Hex | 84 | 16 | 8C | 6 | 54 | 0 | 2D | 128 | 49 | 20 |
| Octal | 204 | 26 | 214 | 6 | 124 | 0 | 55 | 450 | 111 | 40 |
| Binary | 10000100 | 10110 | 10001100 | 110 | 1010100 | 0 | 101101 | 100101000 | 1001001 | 100000 |
Color Harmonies of #84168C
Complementary color
Monochromatic Colors of #84168C
Black with #84168C
Text Example
Text Example
White with #84168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84168C; }
p { color: rgb(132,22,140); }
H1.HeaderClassName
{
color: #84168C;
}
.AnyTagClassName
{
color: #84168C;
}
</style>
background-color css
<style>
a { background-color: #84168C; }
a { background-color: rgb(132,22,140); }
div.DivClassName
{
background-color: #84168C;
}
.BgClassName
{
background-color: #84168C;
}
</style>
border-color css
<style>
span { border-color: #84168C; }
span { border-color: rgb(132,22,140); }
td.TdClassName
{
border-color: #84168C;
}
.TagClassName
{
border-color: #84168C;
}
</style>