Shades of Dark Purple #84157C
Tints of Dark Purple #84157C
RGB
CMYK
RGB Variations
Color information
#84157C (or 0x84157C) is known color: Dark Purple. HEX triplet: 84, 15 and 7C. RGB value is (132,21,124). Sum of RGB (Red+Green+Blue) = 132+21+124=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #84157C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84157C is #7BEA83. Grayscale: #414141. Windows color (decimal): -8120964 or 8131972. OLE color: 8131972.
HSL color Cylindrical-coordinate representation of color #84157C: hue angle of 304.32º 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 #84157C is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 21 | 124 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.48 |
| HSL | 304.32º | 0.73% | 0.3% | - |
| HSV(B) | 304.32º | 0.84% | 0.52% | - |
| XYZ | 13.42 | 6.9 | 19.69 | - |
| YUV | 65.93 | 160.77 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 124 | 0 | 0.84 | 0.06 | 0.48 | 304.32 | 0.73 | 0.3 |
| Hex | 84 | 15 | 7C | 0 | 54 | 6 | 30 | 130 | 49 | 1E |
| Octal | 204 | 25 | 174 | 0 | 124 | 6 | 60 | 460 | 111 | 36 |
| Binary | 10000100 | 10101 | 1111100 | 0 | 1010100 | 110 | 110000 | 100110000 | 1001001 | 11110 |
Color Harmonies of #84157C
Complementary color
Monochromatic Colors of #84157C
Black with #84157C
Text Example
Text Example
White with #84157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84157C; }
p { color: rgb(132,21,124); }
H1.HeaderClassName
{
color: #84157C;
}
.AnyTagClassName
{
color: #84157C;
}
</style>
background-color css
<style>
a { background-color: #84157C; }
a { background-color: rgb(132,21,124); }
div.DivClassName
{
background-color: #84157C;
}
.BgClassName
{
background-color: #84157C;
}
</style>
border-color css
<style>
span { border-color: #84157C; }
span { border-color: rgb(132,21,124); }
td.TdClassName
{
border-color: #84157C;
}
.TagClassName
{
border-color: #84157C;
}
</style>