Shades of Dark Purple #84176C
Tints of Dark Purple #84176C
RGB
CMYK
RGB Variations
Color information
#84176C (or 0x84176C) is known color: Dark Purple. HEX triplet: 84, 17 and 6C. RGB value is (132,23,108). Sum of RGB (Red+Green+Blue) = 132+23+108=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #84176C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84176C is #7BE893. Grayscale: #414141. Windows color (decimal): -8120468 or 7083908. OLE color: 7083908.
HSL color Cylindrical-coordinate representation of color #84176C: hue angle of 313.21º degrees, saturation: 0.7, 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 #84176C is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 23 | 108 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.48 |
| HSL | 313.21º | 0.7% | 0.3% | - |
| HSV(B) | 313.21º | 0.83% | 0.52% | - |
| XYZ | 12.53 | 6.6 | 14.8 | - |
| YUV | 65.28 | 152.11 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 108 | 0 | 0.83 | 0.18 | 0.48 | 313.21 | 0.7 | 0.3 |
| Hex | 84 | 17 | 6C | 0 | 53 | 12 | 30 | 139 | 46 | 1E |
| Octal | 204 | 27 | 154 | 0 | 123 | 22 | 60 | 471 | 106 | 36 |
| Binary | 10000100 | 10111 | 1101100 | 0 | 1010011 | 10010 | 110000 | 100111001 | 1000110 | 11110 |
Color Harmonies of #84176C
Complementary color
Monochromatic Colors of #84176C
Black with #84176C
Text Example
Text Example
White with #84176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84176C; }
p { color: rgb(132,23,108); }
H1.HeaderClassName
{
color: #84176C;
}
.AnyTagClassName
{
color: #84176C;
}
</style>
background-color css
<style>
a { background-color: #84176C; }
a { background-color: rgb(132,23,108); }
div.DivClassName
{
background-color: #84176C;
}
.BgClassName
{
background-color: #84176C;
}
</style>
border-color css
<style>
span { border-color: #84176C; }
span { border-color: rgb(132,23,108); }
td.TdClassName
{
border-color: #84176C;
}
.TagClassName
{
border-color: #84176C;
}
</style>