Shades of Dark Magenta #84178D
Tints of Dark Magenta #84178D
RGB
CMYK
RGB Variations
Color information
#84178D (or 0x84178D) is known color: Dark Magenta. HEX triplet: 84, 17 and 8D. RGB value is (132,23,141). Sum of RGB (Red+Green+Blue) = 132+23+141=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #84178D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84178D is #7BE872. Grayscale: #444444. Windows color (decimal): -8120435 or 9246596. OLE color: 9246596.
HSL color Cylindrical-coordinate representation of color #84178D: hue angle of 295.42º degrees, saturation: 0.72, 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 #84178D is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 23 | 141 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.45 |
| HSL | 295.42º | 0.72% | 0.32% | - |
| HSV(B) | 295.42º | 0.84% | 0.55% | - |
| XYZ | 14.63 | 7.44 | 25.86 | - |
| YUV | 69.04 | 168.61 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 141 | 0.06 | 0.84 | 0 | 0.45 | 295.42 | 0.72 | 0.32 |
| Hex | 84 | 17 | 8D | 6 | 54 | 0 | 2D | 127 | 48 | 20 |
| Octal | 204 | 27 | 215 | 6 | 124 | 0 | 55 | 447 | 110 | 40 |
| Binary | 10000100 | 10111 | 10001101 | 110 | 1010100 | 0 | 101101 | 100100111 | 1001000 | 100000 |
Color Harmonies of #84178D
Complementary color
Monochromatic Colors of #84178D
Black with #84178D
Text Example
Text Example
White with #84178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84178D; }
p { color: rgb(132,23,141); }
H1.HeaderClassName
{
color: #84178D;
}
.AnyTagClassName
{
color: #84178D;
}
</style>
background-color css
<style>
a { background-color: #84178D; }
a { background-color: rgb(132,23,141); }
div.DivClassName
{
background-color: #84178D;
}
.BgClassName
{
background-color: #84178D;
}
</style>
border-color css
<style>
span { border-color: #84178D; }
span { border-color: rgb(132,23,141); }
td.TdClassName
{
border-color: #84178D;
}
.TagClassName
{
border-color: #84178D;
}
</style>