Shades of Dark Purple #84196D
Tints of Dark Purple #84196D
RGB
CMYK
RGB Variations
Color information
#84196D (or 0x84196D) is known color: Dark Purple. HEX triplet: 84, 19 and 6D. RGB value is (132,25,109). Sum of RGB (Red+Green+Blue) = 132+25+109=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #84196D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84196D is #7BE692. Grayscale: #424242. Windows color (decimal): -8119955 or 7149956. OLE color: 7149956.
HSL color Cylindrical-coordinate representation of color #84196D: hue angle of 312.9º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #84196D is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 25 | 109 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.48 |
| HSL | 312.9º | 0.68% | 0.31% | - |
| HSV(B) | 312.9º | 0.81% | 0.52% | - |
| XYZ | 12.62 | 6.7 | 15.1 | - |
| YUV | 66.57 | 151.95 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 109 | 0 | 0.81 | 0.17 | 0.48 | 312.9 | 0.68 | 0.31 |
| Hex | 84 | 19 | 6D | 0 | 51 | 11 | 30 | 139 | 44 | 1F |
| Octal | 204 | 31 | 155 | 0 | 121 | 21 | 60 | 471 | 104 | 37 |
| Binary | 10000100 | 11001 | 1101101 | 0 | 1010001 | 10001 | 110000 | 100111001 | 1000100 | 11111 |
Color Harmonies of #84196D
Complementary color
Monochromatic Colors of #84196D
Black with #84196D
Text Example
Text Example
White with #84196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84196D; }
p { color: rgb(132,25,109); }
H1.HeaderClassName
{
color: #84196D;
}
.AnyTagClassName
{
color: #84196D;
}
</style>
background-color css
<style>
a { background-color: #84196D; }
a { background-color: rgb(132,25,109); }
div.DivClassName
{
background-color: #84196D;
}
.BgClassName
{
background-color: #84196D;
}
</style>
border-color css
<style>
span { border-color: #84196D; }
span { border-color: rgb(132,25,109); }
td.TdClassName
{
border-color: #84196D;
}
.TagClassName
{
border-color: #84196D;
}
</style>