Shades of Dark Purple #84206D
Tints of Dark Purple #84206D
RGB
CMYK
RGB Variations
Color information
#84206D (or 0x84206D) is known color: Dark Purple. HEX triplet: 84, 20 and 6D. RGB value is (132,32,109). Sum of RGB (Red+Green+Blue) = 132+32+109=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #84206D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84206D is #7BDF92. Grayscale: #464646. Windows color (decimal): -8118163 or 7151748. OLE color: 7151748.
HSL color Cylindrical-coordinate representation of color #84206D: hue angle of 313.8º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #84206D is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 32 | 109 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.48 |
| HSL | 313.8º | 0.61% | 0.32% | - |
| HSV(B) | 313.8º | 0.76% | 0.52% | - |
| XYZ | 12.79 | 7.04 | 15.15 | - |
| YUV | 70.68 | 149.63 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 109 | 0 | 0.76 | 0.17 | 0.48 | 313.8 | 0.61 | 0.32 |
| Hex | 84 | 20 | 6D | 0 | 4C | 11 | 30 | 13A | 3D | 20 |
| Octal | 204 | 40 | 155 | 0 | 114 | 21 | 60 | 472 | 75 | 40 |
| Binary | 10000100 | 100000 | 1101101 | 0 | 1001100 | 10001 | 110000 | 100111010 | 111101 | 100000 |
Color Harmonies of #84206D
Complementary color
Monochromatic Colors of #84206D
Black with #84206D
Text Example
Text Example
White with #84206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84206D; }
p { color: rgb(132,32,109); }
H1.HeaderClassName
{
color: #84206D;
}
.AnyTagClassName
{
color: #84206D;
}
</style>
background-color css
<style>
a { background-color: #84206D; }
a { background-color: rgb(132,32,109); }
div.DivClassName
{
background-color: #84206D;
}
.BgClassName
{
background-color: #84206D;
}
</style>
border-color css
<style>
span { border-color: #84206D; }
span { border-color: rgb(132,32,109); }
td.TdClassName
{
border-color: #84206D;
}
.TagClassName
{
border-color: #84206D;
}
</style>