Shades of Dark Purple #84147F
Tints of Dark Purple #84147F
RGB
CMYK
RGB Variations
Color information
#84147F (or 0x84147F) is known color: Dark Purple. HEX triplet: 84, 14 and 7F. RGB value is (132,20,127). Sum of RGB (Red+Green+Blue) = 132+20+127=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84147F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84147F is #7BEB80. Grayscale: #414141. Windows color (decimal): -8121217 or 8328324. OLE color: 8328324.
HSL color Cylindrical-coordinate representation of color #84147F: hue angle of 302.68º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84147F is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 127 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.48 |
| HSL | 302.68º | 0.74% | 0.3% | - |
| HSV(B) | 302.68º | 0.85% | 0.52% | - |
| XYZ | 13.6 | 6.94 | 20.7 | - |
| YUV | 65.69 | 162.61 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 127 | 0 | 0.85 | 0.04 | 0.48 | 302.68 | 0.74 | 0.3 |
| Hex | 84 | 14 | 7F | 0 | 55 | 4 | 30 | 12F | 4A | 1E |
| Octal | 204 | 24 | 177 | 0 | 125 | 4 | 60 | 457 | 112 | 36 |
| Binary | 10000100 | 10100 | 1111111 | 0 | 1010101 | 100 | 110000 | 100101111 | 1001010 | 11110 |
Color Harmonies of #84147F
Complementary color
Monochromatic Colors of #84147F
Black with #84147F
Text Example
Text Example
White with #84147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84147F; }
p { color: rgb(132,20,127); }
H1.HeaderClassName
{
color: #84147F;
}
.AnyTagClassName
{
color: #84147F;
}
</style>
background-color css
<style>
a { background-color: #84147F; }
a { background-color: rgb(132,20,127); }
div.DivClassName
{
background-color: #84147F;
}
.BgClassName
{
background-color: #84147F;
}
</style>
border-color css
<style>
span { border-color: #84147F; }
span { border-color: rgb(132,20,127); }
td.TdClassName
{
border-color: #84147F;
}
.TagClassName
{
border-color: #84147F;
}
</style>