Shades of Dark Magenta #84179E
Tints of Dark Magenta #84179E
RGB
CMYK
RGB Variations
Color information
#84179E (or 0x84179E) is known color: Dark Magenta. HEX triplet: 84, 17 and 9E. RGB value is (132,23,158). Sum of RGB (Red+Green+Blue) = 132+23+158=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #84179E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84179E is #7BE861. Grayscale: #464646. Windows color (decimal): -8120418 or 10360708. OLE color: 10360708.
HSL color Cylindrical-coordinate representation of color #84179E: hue angle of 288.44º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84179E is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 23 | 158 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.38 |
| HSL | 288.44º | 0.75% | 0.35% | - |
| HSV(B) | 288.44º | 0.85% | 0.62% | - |
| XYZ | 15.99 | 7.99 | 33.05 | - |
| YUV | 70.98 | 177.11 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 158 | 0.16 | 0.85 | 0 | 0.38 | 288.44 | 0.75 | 0.35 |
| Hex | 84 | 17 | 9E | 10 | 55 | 0 | 26 | 120 | 4B | 23 |
| Octal | 204 | 27 | 236 | 20 | 125 | 0 | 46 | 440 | 113 | 43 |
| Binary | 10000100 | 10111 | 10011110 | 10000 | 1010101 | 0 | 100110 | 100100000 | 1001011 | 100011 |
Color Harmonies of #84179E
Complementary color
Monochromatic Colors of #84179E
Black with #84179E
Text Example
Text Example
White with #84179E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84179E; }
p { color: rgb(132,23,158); }
H1.HeaderClassName
{
color: #84179E;
}
.AnyTagClassName
{
color: #84179E;
}
</style>
background-color css
<style>
a { background-color: #84179E; }
a { background-color: rgb(132,23,158); }
div.DivClassName
{
background-color: #84179E;
}
.BgClassName
{
background-color: #84179E;
}
</style>
border-color css
<style>
span { border-color: #84179E; }
span { border-color: rgb(132,23,158); }
td.TdClassName
{
border-color: #84179E;
}
.TagClassName
{
border-color: #84179E;
}
</style>