Shades of Dark Purple #84187F
Tints of Dark Purple #84187F
RGB
CMYK
RGB Variations
Color information
#84187F (or 0x84187F) is known color: Dark Purple. HEX triplet: 84, 18 and 7F. RGB value is (132,24,127). Sum of RGB (Red+Green+Blue) = 132+24+127=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #84187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84187F is #7BE780. Grayscale: #434343. Windows color (decimal): -8120193 or 8329348. OLE color: 8329348.
HSL color Cylindrical-coordinate representation of color #84187F: hue angle of 302.78º 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 #84187F is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 127 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.48 |
| HSL | 302.78º | 0.69% | 0.31% | - |
| HSV(B) | 302.78º | 0.82% | 0.52% | - |
| XYZ | 13.67 | 7.09 | 20.73 | - |
| YUV | 68.03 | 161.28 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 127 | 0 | 0.82 | 0.04 | 0.48 | 302.78 | 0.69 | 0.31 |
| Hex | 84 | 18 | 7F | 0 | 52 | 4 | 30 | 12F | 45 | 1F |
| Octal | 204 | 30 | 177 | 0 | 122 | 4 | 60 | 457 | 105 | 37 |
| Binary | 10000100 | 11000 | 1111111 | 0 | 1010010 | 100 | 110000 | 100101111 | 1000101 | 11111 |
Color Harmonies of #84187F
Complementary color
Monochromatic Colors of #84187F
Black with #84187F
Text Example
Text Example
White with #84187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84187F; }
p { color: rgb(132,24,127); }
H1.HeaderClassName
{
color: #84187F;
}
.AnyTagClassName
{
color: #84187F;
}
</style>
background-color css
<style>
a { background-color: #84187F; }
a { background-color: rgb(132,24,127); }
div.DivClassName
{
background-color: #84187F;
}
.BgClassName
{
background-color: #84187F;
}
</style>
border-color css
<style>
span { border-color: #84187F; }
span { border-color: rgb(132,24,127); }
td.TdClassName
{
border-color: #84187F;
}
.TagClassName
{
border-color: #84187F;
}
</style>