Shades of Dark Purple #84157F
Tints of Dark Purple #84157F
RGB
CMYK
RGB Variations
Color information
#84157F (or 0x84157F) is known color: Dark Purple. HEX triplet: 84, 15 and 7F. RGB value is (132,21,127). Sum of RGB (Red+Green+Blue) = 132+21+127=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #84157F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84157F is #7BEA80. Grayscale: #414141. Windows color (decimal): -8120961 or 8328580. OLE color: 8328580.
HSL color Cylindrical-coordinate representation of color #84157F: hue angle of 302.7º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84157F is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 21 | 127 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.48 |
| HSL | 302.7º | 0.73% | 0.3% | - |
| HSV(B) | 302.7º | 0.84% | 0.52% | - |
| XYZ | 13.61 | 6.97 | 20.71 | - |
| YUV | 66.27 | 162.27 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 127 | 0 | 0.84 | 0.04 | 0.48 | 302.7 | 0.73 | 0.3 |
| Hex | 84 | 15 | 7F | 0 | 54 | 4 | 30 | 12F | 49 | 1E |
| Octal | 204 | 25 | 177 | 0 | 124 | 4 | 60 | 457 | 111 | 36 |
| Binary | 10000100 | 10101 | 1111111 | 0 | 1010100 | 100 | 110000 | 100101111 | 1001001 | 11110 |
Color Harmonies of #84157F
Complementary color
Monochromatic Colors of #84157F
Black with #84157F
Text Example
Text Example
White with #84157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84157F; }
p { color: rgb(132,21,127); }
H1.HeaderClassName
{
color: #84157F;
}
.AnyTagClassName
{
color: #84157F;
}
</style>
background-color css
<style>
a { background-color: #84157F; }
a { background-color: rgb(132,21,127); }
div.DivClassName
{
background-color: #84157F;
}
.BgClassName
{
background-color: #84157F;
}
</style>
border-color css
<style>
span { border-color: #84157F; }
span { border-color: rgb(132,21,127); }
td.TdClassName
{
border-color: #84157F;
}
.TagClassName
{
border-color: #84157F;
}
</style>