Shades of Dark Purple #84116F
Tints of Dark Purple #84116F
RGB
CMYK
RGB Variations
Color information
#84116F (or 0x84116F) is known color: Dark Purple. HEX triplet: 84, 11 and 6F. RGB value is (132,17,111). Sum of RGB (Red+Green+Blue) = 132+17+111=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84116F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84116F is #7BEE90. Grayscale: #3D3D3D. Windows color (decimal): -8122001 or 7278980. OLE color: 7278980.
HSL color Cylindrical-coordinate representation of color #84116F: hue angle of 310.96º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84116F is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 17 | 111 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.48 |
| HSL | 310.96º | 0.77% | 0.29% | - |
| HSV(B) | 310.96º | 0.87% | 0.52% | - |
| XYZ | 12.59 | 6.45 | 15.62 | - |
| YUV | 62.1 | 155.6 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 111 | 0 | 0.87 | 0.16 | 0.48 | 310.96 | 0.77 | 0.29 |
| Hex | 84 | 11 | 6F | 0 | 57 | 10 | 30 | 137 | 4D | 1D |
| Octal | 204 | 21 | 157 | 0 | 127 | 20 | 60 | 467 | 115 | 35 |
| Binary | 10000100 | 10001 | 1101111 | 0 | 1010111 | 10000 | 110000 | 100110111 | 1001101 | 11101 |
Color Harmonies of #84116F
Complementary color
Monochromatic Colors of #84116F
Black with #84116F
Text Example
Text Example
White with #84116F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84116F; }
p { color: rgb(132,17,111); }
H1.HeaderClassName
{
color: #84116F;
}
.AnyTagClassName
{
color: #84116F;
}
</style>
background-color css
<style>
a { background-color: #84116F; }
a { background-color: rgb(132,17,111); }
div.DivClassName
{
background-color: #84116F;
}
.BgClassName
{
background-color: #84116F;
}
</style>
border-color css
<style>
span { border-color: #84116F; }
span { border-color: rgb(132,17,111); }
td.TdClassName
{
border-color: #84116F;
}
.TagClassName
{
border-color: #84116F;
}
</style>