Shades of Purple #840D80
Tints of Purple #840D80
RGB
CMYK
RGB Variations
Color information
#840D80 (or 0x840D80) is known color: Purple. HEX triplet: 84, 0D and 80. RGB value is (132,13,128). Sum of RGB (Red+Green+Blue) = 132+13+128=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #840D80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840D80 is #7BF27F. Grayscale: #3D3D3D. Windows color (decimal): -8123008 or 8392068. OLE color: 8392068.
HSL color Cylindrical-coordinate representation of color #840D80: hue angle of 302.02º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840D80 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 13 | 128 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.48 |
| HSL | 302.02º | 0.82% | 0.28% | - |
| HSV(B) | 302.02º | 0.9% | 0.52% | - |
| XYZ | 13.56 | 6.75 | 21.01 | - |
| YUV | 61.69 | 165.42 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 13 | 128 | 0 | 0.90 | 0.03 | 0.48 | 302.02 | 0.82 | 0.28 |
| Hex | 84 | D | 80 | 0 | 5A | 3 | 30 | 12E | 52 | 1C |
| Octal | 204 | 15 | 200 | 0 | 132 | 3 | 60 | 456 | 122 | 34 |
| Binary | 10000100 | 1101 | 10000000 | 0 | 1011010 | 11 | 110000 | 100101110 | 1010010 | 11100 |
Color Harmonies of #840D80
Complementary color
Monochromatic Colors of #840D80
Black with #840D80
Text Example
Text Example
White with #840D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840D80; }
p { color: rgb(132,13,128); }
H1.HeaderClassName
{
color: #840D80;
}
.AnyTagClassName
{
color: #840D80;
}
</style>
background-color css
<style>
a { background-color: #840D80; }
a { background-color: rgb(132,13,128); }
div.DivClassName
{
background-color: #840D80;
}
.BgClassName
{
background-color: #840D80;
}
</style>
border-color css
<style>
span { border-color: #840D80; }
span { border-color: rgb(132,13,128); }
td.TdClassName
{
border-color: #840D80;
}
.TagClassName
{
border-color: #840D80;
}
</style>