Shades of Dark Purple #84187C
Tints of Dark Purple #84187C
RGB
CMYK
RGB Variations
Color information
#84187C (or 0x84187C) is known color: Dark Purple. HEX triplet: 84, 18 and 7C. RGB value is (132,24,124). Sum of RGB (Red+Green+Blue) = 132+24+124=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #84187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84187C is #7BE783. Grayscale: #434343. Windows color (decimal): -8120196 or 8132740. OLE color: 8132740.
HSL color Cylindrical-coordinate representation of color #84187C: hue angle of 304.44º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84187C is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 124 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.48 |
| HSL | 304.44º | 0.69% | 0.31% | - |
| HSV(B) | 304.44º | 0.82% | 0.52% | - |
| XYZ | 13.48 | 7.01 | 19.71 | - |
| YUV | 67.69 | 159.78 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 124 | 0 | 0.82 | 0.06 | 0.48 | 304.44 | 0.69 | 0.31 |
| Hex | 84 | 18 | 7C | 0 | 52 | 6 | 30 | 130 | 45 | 1F |
| Octal | 204 | 30 | 174 | 0 | 122 | 6 | 60 | 460 | 105 | 37 |
| Binary | 10000100 | 11000 | 1111100 | 0 | 1010010 | 110 | 110000 | 100110000 | 1000101 | 11111 |
Color Harmonies of #84187C
Complementary color
Monochromatic Colors of #84187C
Black with #84187C
Text Example
Text Example
White with #84187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84187C; }
p { color: rgb(132,24,124); }
H1.HeaderClassName
{
color: #84187C;
}
.AnyTagClassName
{
color: #84187C;
}
</style>
background-color css
<style>
a { background-color: #84187C; }
a { background-color: rgb(132,24,124); }
div.DivClassName
{
background-color: #84187C;
}
.BgClassName
{
background-color: #84187C;
}
</style>
border-color css
<style>
span { border-color: #84187C; }
span { border-color: rgb(132,24,124); }
td.TdClassName
{
border-color: #84187C;
}
.TagClassName
{
border-color: #84187C;
}
</style>