Shades of Dark Purple #84176B
Tints of Dark Purple #84176B
RGB
CMYK
RGB Variations
Color information
#84176B (or 0x84176B) is known color: Dark Purple. HEX triplet: 84, 17 and 6B. RGB value is (132,23,107). Sum of RGB (Red+Green+Blue) = 132+23+107=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #84176B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84176B is #7BE894. Grayscale: #404040. Windows color (decimal): -8120469 or 7018372. OLE color: 7018372.
HSL color Cylindrical-coordinate representation of color #84176B: hue angle of 313.76º 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 #84176B is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 23 | 107 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.48 |
| HSL | 313.76º | 0.7% | 0.3% | - |
| HSV(B) | 313.76º | 0.83% | 0.52% | - |
| XYZ | 12.48 | 6.58 | 14.52 | - |
| YUV | 65.17 | 151.61 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 107 | 0 | 0.83 | 0.19 | 0.48 | 313.76 | 0.7 | 0.3 |
| Hex | 84 | 17 | 6B | 0 | 53 | 13 | 30 | 13A | 46 | 1E |
| Octal | 204 | 27 | 153 | 0 | 123 | 23 | 60 | 472 | 106 | 36 |
| Binary | 10000100 | 10111 | 1101011 | 0 | 1010011 | 10011 | 110000 | 100111010 | 1000110 | 11110 |
Color Harmonies of #84176B
Complementary color
Monochromatic Colors of #84176B
Black with #84176B
Text Example
Text Example
White with #84176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84176B; }
p { color: rgb(132,23,107); }
H1.HeaderClassName
{
color: #84176B;
}
.AnyTagClassName
{
color: #84176B;
}
</style>
background-color css
<style>
a { background-color: #84176B; }
a { background-color: rgb(132,23,107); }
div.DivClassName
{
background-color: #84176B;
}
.BgClassName
{
background-color: #84176B;
}
</style>
border-color css
<style>
span { border-color: #84176B; }
span { border-color: rgb(132,23,107); }
td.TdClassName
{
border-color: #84176B;
}
.TagClassName
{
border-color: #84176B;
}
</style>