Shades of Dark Purple #84167D
Tints of Dark Purple #84167D
RGB
CMYK
RGB Variations
Color information
#84167D (or 0x84167D) is known color: Dark Purple. HEX triplet: 84, 16 and 7D. RGB value is (132,22,125). Sum of RGB (Red+Green+Blue) = 132+22+125=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84167D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84167D is #7BE982. Grayscale: #424242. Windows color (decimal): -8120707 or 8197764. OLE color: 8197764.
HSL color Cylindrical-coordinate representation of color #84167D: hue angle of 303.82º 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 #84167D is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 22 | 125 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.48 |
| HSL | 303.82º | 0.71% | 0.3% | - |
| HSV(B) | 303.82º | 0.83% | 0.52% | - |
| XYZ | 13.5 | 6.96 | 20.03 | - |
| YUV | 66.63 | 160.94 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 22 | 125 | 0 | 0.83 | 0.05 | 0.48 | 303.82 | 0.71 | 0.3 |
| Hex | 84 | 16 | 7D | 0 | 53 | 5 | 30 | 130 | 47 | 1E |
| Octal | 204 | 26 | 175 | 0 | 123 | 5 | 60 | 460 | 107 | 36 |
| Binary | 10000100 | 10110 | 1111101 | 0 | 1010011 | 101 | 110000 | 100110000 | 1000111 | 11110 |
Color Harmonies of #84167D
Complementary color
Monochromatic Colors of #84167D
Black with #84167D
Text Example
Text Example
White with #84167D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84167D; }
p { color: rgb(132,22,125); }
H1.HeaderClassName
{
color: #84167D;
}
.AnyTagClassName
{
color: #84167D;
}
</style>
background-color css
<style>
a { background-color: #84167D; }
a { background-color: rgb(132,22,125); }
div.DivClassName
{
background-color: #84167D;
}
.BgClassName
{
background-color: #84167D;
}
</style>
border-color css
<style>
span { border-color: #84167D; }
span { border-color: rgb(132,22,125); }
td.TdClassName
{
border-color: #84167D;
}
.TagClassName
{
border-color: #84167D;
}
</style>