Shades of Dark Purple #84187D
Tints of Dark Purple #84187D
RGB
CMYK
RGB Variations
Color information
#84187D (or 0x84187D) is known color: Dark Purple. HEX triplet: 84, 18 and 7D. RGB value is (132,24,125). Sum of RGB (Red+Green+Blue) = 132+24+125=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #84187D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84187D is #7BE782. Grayscale: #434343. Windows color (decimal): -8120195 or 8198276. OLE color: 8198276.
HSL color Cylindrical-coordinate representation of color #84187D: hue angle of 303.89º 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 #84187D is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 125 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.48 |
| HSL | 303.89º | 0.69% | 0.31% | - |
| HSV(B) | 303.89º | 0.82% | 0.52% | - |
| XYZ | 13.54 | 7.04 | 20.05 | - |
| YUV | 67.81 | 160.28 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 125 | 0 | 0.82 | 0.05 | 0.48 | 303.89 | 0.69 | 0.31 |
| Hex | 84 | 18 | 7D | 0 | 52 | 5 | 30 | 130 | 45 | 1F |
| Octal | 204 | 30 | 175 | 0 | 122 | 5 | 60 | 460 | 105 | 37 |
| Binary | 10000100 | 11000 | 1111101 | 0 | 1010010 | 101 | 110000 | 100110000 | 1000101 | 11111 |
Color Harmonies of #84187D
Complementary color
Monochromatic Colors of #84187D
Black with #84187D
Text Example
Text Example
White with #84187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84187D; }
p { color: rgb(132,24,125); }
H1.HeaderClassName
{
color: #84187D;
}
.AnyTagClassName
{
color: #84187D;
}
</style>
background-color css
<style>
a { background-color: #84187D; }
a { background-color: rgb(132,24,125); }
div.DivClassName
{
background-color: #84187D;
}
.BgClassName
{
background-color: #84187D;
}
</style>
border-color css
<style>
span { border-color: #84187D; }
span { border-color: rgb(132,24,125); }
td.TdClassName
{
border-color: #84187D;
}
.TagClassName
{
border-color: #84187D;
}
</style>