Shades of Dark Purple #84117D
Tints of Dark Purple #84117D
RGB
CMYK
RGB Variations
Color information
#84117D (or 0x84117D) is known color: Dark Purple. HEX triplet: 84, 11 and 7D. RGB value is (132,17,125). Sum of RGB (Red+Green+Blue) = 132+17+125=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #84117D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84117D is #7BEE82. Grayscale: #3F3F3F. Windows color (decimal): -8121987 or 8196484. OLE color: 8196484.
HSL color Cylindrical-coordinate representation of color #84117D: hue angle of 303.65º 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 #84117D is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 17 | 125 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.48 |
| HSL | 303.65º | 0.77% | 0.29% | - |
| HSV(B) | 303.65º | 0.87% | 0.52% | - |
| XYZ | 13.42 | 6.79 | 20 | - |
| YUV | 63.7 | 162.6 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 125 | 0 | 0.87 | 0.05 | 0.48 | 303.65 | 0.77 | 0.29 |
| Hex | 84 | 11 | 7D | 0 | 57 | 5 | 30 | 130 | 4D | 1D |
| Octal | 204 | 21 | 175 | 0 | 127 | 5 | 60 | 460 | 115 | 35 |
| Binary | 10000100 | 10001 | 1111101 | 0 | 1010111 | 101 | 110000 | 100110000 | 1001101 | 11101 |
Color Harmonies of #84117D
Complementary color
Monochromatic Colors of #84117D
Black with #84117D
Text Example
Text Example
White with #84117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84117D; }
p { color: rgb(132,17,125); }
H1.HeaderClassName
{
color: #84117D;
}
.AnyTagClassName
{
color: #84117D;
}
</style>
background-color css
<style>
a { background-color: #84117D; }
a { background-color: rgb(132,17,125); }
div.DivClassName
{
background-color: #84117D;
}
.BgClassName
{
background-color: #84117D;
}
</style>
border-color css
<style>
span { border-color: #84117D; }
span { border-color: rgb(132,17,125); }
td.TdClassName
{
border-color: #84117D;
}
.TagClassName
{
border-color: #84117D;
}
</style>