Shades of Dark Purple #84167A
Tints of Dark Purple #84167A
RGB
CMYK
RGB Variations
Color information
#84167A (or 0x84167A) is known color: Dark Purple. HEX triplet: 84, 16 and 7A. RGB value is (132,22,122). Sum of RGB (Red+Green+Blue) = 132+22+122=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #84167A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84167A is #7BE985. Grayscale: #424242. Windows color (decimal): -8120710 or 8001156. OLE color: 8001156.
HSL color Cylindrical-coordinate representation of color #84167A: hue angle of 305.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 #84167A is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 22 | 122 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.48 |
| HSL | 305.45º | 0.71% | 0.3% | - |
| HSV(B) | 305.45º | 0.83% | 0.52% | - |
| XYZ | 13.32 | 6.88 | 19.04 | - |
| YUV | 66.29 | 159.44 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 22 | 122 | 0 | 0.83 | 0.08 | 0.48 | 305.45 | 0.71 | 0.3 |
| Hex | 84 | 16 | 7A | 0 | 53 | 8 | 30 | 131 | 47 | 1E |
| Octal | 204 | 26 | 172 | 0 | 123 | 10 | 60 | 461 | 107 | 36 |
| Binary | 10000100 | 10110 | 1111010 | 0 | 1010011 | 1000 | 110000 | 100110001 | 1000111 | 11110 |
Color Harmonies of #84167A
Complementary color
Monochromatic Colors of #84167A
Black with #84167A
Text Example
Text Example
White with #84167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84167A; }
p { color: rgb(132,22,122); }
H1.HeaderClassName
{
color: #84167A;
}
.AnyTagClassName
{
color: #84167A;
}
</style>
background-color css
<style>
a { background-color: #84167A; }
a { background-color: rgb(132,22,122); }
div.DivClassName
{
background-color: #84167A;
}
.BgClassName
{
background-color: #84167A;
}
</style>
border-color css
<style>
span { border-color: #84167A; }
span { border-color: rgb(132,22,122); }
td.TdClassName
{
border-color: #84167A;
}
.TagClassName
{
border-color: #84167A;
}
</style>