Shades of Dark Purple #84116C
Tints of Dark Purple #84116C
RGB
CMYK
RGB Variations
Color information
#84116C (or 0x84116C) is known color: Dark Purple. HEX triplet: 84, 11 and 6C. RGB value is (132,17,108). Sum of RGB (Red+Green+Blue) = 132+17+108=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #84116C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84116C is #7BEE93. Grayscale: #3D3D3D. Windows color (decimal): -8122004 or 7082372. OLE color: 7082372.
HSL color Cylindrical-coordinate representation of color #84116C: hue angle of 312.52º 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 #84116C is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 17 | 108 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.48 |
| HSL | 312.52º | 0.77% | 0.29% | - |
| HSV(B) | 312.52º | 0.87% | 0.52% | - |
| XYZ | 12.42 | 6.39 | 14.77 | - |
| YUV | 61.76 | 154.1 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 108 | 0 | 0.87 | 0.18 | 0.48 | 312.52 | 0.77 | 0.29 |
| Hex | 84 | 11 | 6C | 0 | 57 | 12 | 30 | 139 | 4D | 1D |
| Octal | 204 | 21 | 154 | 0 | 127 | 22 | 60 | 471 | 115 | 35 |
| Binary | 10000100 | 10001 | 1101100 | 0 | 1010111 | 10010 | 110000 | 100111001 | 1001101 | 11101 |
Color Harmonies of #84116C
Complementary color
Monochromatic Colors of #84116C
Black with #84116C
Text Example
Text Example
White with #84116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84116C; }
p { color: rgb(132,17,108); }
H1.HeaderClassName
{
color: #84116C;
}
.AnyTagClassName
{
color: #84116C;
}
</style>
background-color css
<style>
a { background-color: #84116C; }
a { background-color: rgb(132,17,108); }
div.DivClassName
{
background-color: #84116C;
}
.BgClassName
{
background-color: #84116C;
}
</style>
border-color css
<style>
span { border-color: #84116C; }
span { border-color: rgb(132,17,108); }
td.TdClassName
{
border-color: #84116C;
}
.TagClassName
{
border-color: #84116C;
}
</style>