Shades of Dark Purple #84396F
Tints of Dark Purple #84396F
RGB
CMYK
RGB Variations
Color information
#84396F (or 0x84396F) is known color: Dark Purple. HEX triplet: 84, 39 and 6F. RGB value is (132,57,111). Sum of RGB (Red+Green+Blue) = 132+57+111=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 132 - color contains mainly: red. Hex color #84396F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84396F is #7BC690. Grayscale: #555555. Windows color (decimal): -8111761 or 7289220. OLE color: 7289220.
HSL color Cylindrical-coordinate representation of color #84396F: hue angle of 316.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84396F is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 57 | 111 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.48 |
| HSL | 316.8º | 0.4% | 0.37% | - |
| HSV(B) | 316.8º | 0.57% | 0.52% | - |
| XYZ | 13.85 | 8.98 | 16.04 | - |
| YUV | 85.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 57 | 111 | 0 | 0.57 | 0.16 | 0.48 | 316.8 | 0.4 | 0.37 |
| Hex | 84 | 39 | 6F | 0 | 39 | 10 | 30 | 13D | 28 | 25 |
| Octal | 204 | 71 | 157 | 0 | 71 | 20 | 60 | 475 | 50 | 45 |
| Binary | 10000100 | 111001 | 1101111 | 0 | 111001 | 10000 | 110000 | 100111101 | 101000 | 100101 |
Color Harmonies of #84396F
Complementary color
Monochromatic Colors of #84396F
Black with #84396F
Text Example
Text Example
White with #84396F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84396F; }
p { color: rgb(132,57,111); }
H1.HeaderClassName
{
color: #84396F;
}
.AnyTagClassName
{
color: #84396F;
}
</style>
background-color css
<style>
a { background-color: #84396F; }
a { background-color: rgb(132,57,111); }
div.DivClassName
{
background-color: #84396F;
}
.BgClassName
{
background-color: #84396F;
}
</style>
border-color css
<style>
span { border-color: #84396F; }
span { border-color: rgb(132,57,111); }
td.TdClassName
{
border-color: #84396F;
}
.TagClassName
{
border-color: #84396F;
}
</style>