Shades of Dark Purple #84197F
Tints of Dark Purple #84197F
RGB
CMYK
RGB Variations
Color information
#84197F (or 0x84197F) is known color: Dark Purple. HEX triplet: 84, 19 and 7F. RGB value is (132,25,127). Sum of RGB (Red+Green+Blue) = 132+25+127=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #84197F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84197F is #7BE680. Grayscale: #444444. Windows color (decimal): -8119937 or 8329604. OLE color: 8329604.
HSL color Cylindrical-coordinate representation of color #84197F: hue angle of 302.8º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #84197F is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 25 | 127 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.48 |
| HSL | 302.8º | 0.68% | 0.31% | - |
| HSV(B) | 302.8º | 0.81% | 0.52% | - |
| XYZ | 13.69 | 7.13 | 20.73 | - |
| YUV | 68.62 | 160.95 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 127 | 0 | 0.81 | 0.04 | 0.48 | 302.8 | 0.68 | 0.31 |
| Hex | 84 | 19 | 7F | 0 | 51 | 4 | 30 | 12F | 44 | 1F |
| Octal | 204 | 31 | 177 | 0 | 121 | 4 | 60 | 457 | 104 | 37 |
| Binary | 10000100 | 11001 | 1111111 | 0 | 1010001 | 100 | 110000 | 100101111 | 1000100 | 11111 |
Color Harmonies of #84197F
Complementary color
Monochromatic Colors of #84197F
Black with #84197F
Text Example
Text Example
White with #84197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84197F; }
p { color: rgb(132,25,127); }
H1.HeaderClassName
{
color: #84197F;
}
.AnyTagClassName
{
color: #84197F;
}
</style>
background-color css
<style>
a { background-color: #84197F; }
a { background-color: rgb(132,25,127); }
div.DivClassName
{
background-color: #84197F;
}
.BgClassName
{
background-color: #84197F;
}
</style>
border-color css
<style>
span { border-color: #84197F; }
span { border-color: rgb(132,25,127); }
td.TdClassName
{
border-color: #84197F;
}
.TagClassName
{
border-color: #84197F;
}
</style>