Shades of Dark Purple #84166D
Tints of Dark Purple #84166D
RGB
CMYK
RGB Variations
Color information
#84166D (or 0x84166D) is known color: Dark Purple. HEX triplet: 84, 16 and 6D. RGB value is (132,22,109). Sum of RGB (Red+Green+Blue) = 132+22+109=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #84166D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84166D is #7BE992. Grayscale: #404040. Windows color (decimal): -8120723 or 7149188. OLE color: 7149188.
HSL color Cylindrical-coordinate representation of color #84166D: hue angle of 312.55º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84166D is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 22 | 109 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.48 |
| HSL | 312.55º | 0.71% | 0.3% | - |
| HSV(B) | 312.55º | 0.83% | 0.52% | - |
| XYZ | 12.56 | 6.58 | 15.08 | - |
| YUV | 64.81 | 152.94 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 22 | 109 | 0 | 0.83 | 0.17 | 0.48 | 312.55 | 0.71 | 0.3 |
| Hex | 84 | 16 | 6D | 0 | 53 | 11 | 30 | 139 | 47 | 1E |
| Octal | 204 | 26 | 155 | 0 | 123 | 21 | 60 | 471 | 107 | 36 |
| Binary | 10000100 | 10110 | 1101101 | 0 | 1010011 | 10001 | 110000 | 100111001 | 1000111 | 11110 |
Color Harmonies of #84166D
Complementary color
Monochromatic Colors of #84166D
Black with #84166D
Text Example
Text Example
White with #84166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84166D; }
p { color: rgb(132,22,109); }
H1.HeaderClassName
{
color: #84166D;
}
.AnyTagClassName
{
color: #84166D;
}
</style>
background-color css
<style>
a { background-color: #84166D; }
a { background-color: rgb(132,22,109); }
div.DivClassName
{
background-color: #84166D;
}
.BgClassName
{
background-color: #84166D;
}
</style>
border-color css
<style>
span { border-color: #84166D; }
span { border-color: rgb(132,22,109); }
td.TdClassName
{
border-color: #84166D;
}
.TagClassName
{
border-color: #84166D;
}
</style>