Shades of Dark Purple #84166F
Tints of Dark Purple #84166F
RGB
CMYK
RGB Variations
Color information
#84166F (or 0x84166F) is known color: Dark Purple. HEX triplet: 84, 16 and 6F. RGB value is (132,22,111). Sum of RGB (Red+Green+Blue) = 132+22+111=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #84166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84166F is #7BE990. Grayscale: #404040. Windows color (decimal): -8120721 or 7280260. OLE color: 7280260.
HSL color Cylindrical-coordinate representation of color #84166F: hue angle of 311.45º 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 #84166F is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 22 | 111 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.48 |
| HSL | 311.45º | 0.71% | 0.3% | - |
| HSV(B) | 311.45º | 0.83% | 0.52% | - |
| XYZ | 12.67 | 6.63 | 15.65 | - |
| YUV | 65.04 | 153.94 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 22 | 111 | 0 | 0.83 | 0.16 | 0.48 | 311.45 | 0.71 | 0.3 |
| Hex | 84 | 16 | 6F | 0 | 53 | 10 | 30 | 137 | 47 | 1E |
| Octal | 204 | 26 | 157 | 0 | 123 | 20 | 60 | 467 | 107 | 36 |
| Binary | 10000100 | 10110 | 1101111 | 0 | 1010011 | 10000 | 110000 | 100110111 | 1000111 | 11110 |
Color Harmonies of #84166F
Complementary color
Monochromatic Colors of #84166F
Black with #84166F
Text Example
Text Example
White with #84166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84166F; }
p { color: rgb(132,22,111); }
H1.HeaderClassName
{
color: #84166F;
}
.AnyTagClassName
{
color: #84166F;
}
</style>
background-color css
<style>
a { background-color: #84166F; }
a { background-color: rgb(132,22,111); }
div.DivClassName
{
background-color: #84166F;
}
.BgClassName
{
background-color: #84166F;
}
</style>
border-color css
<style>
span { border-color: #84166F; }
span { border-color: rgb(132,22,111); }
td.TdClassName
{
border-color: #84166F;
}
.TagClassName
{
border-color: #84166F;
}
</style>