Shades of Purple #840F80
Tints of Purple #840F80
RGB
CMYK
RGB Variations
Color information
#840F80 (or 0x840F80) is known color: Purple. HEX triplet: 84, 0F and 80. RGB value is (132,15,128). Sum of RGB (Red+Green+Blue) = 132+15+128=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #840F80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840F80 is #7BF07F. Grayscale: #3E3E3E. Windows color (decimal): -8122496 or 8392580. OLE color: 8392580.
HSL color Cylindrical-coordinate representation of color #840F80: hue angle of 302.05º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #840F80 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 15 | 128 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.48 |
| HSL | 302.05º | 0.8% | 0.29% | - |
| HSV(B) | 302.05º | 0.89% | 0.52% | - |
| XYZ | 13.58 | 6.81 | 21.02 | - |
| YUV | 62.87 | 164.76 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 15 | 128 | 0 | 0.89 | 0.03 | 0.48 | 302.05 | 0.8 | 0.29 |
| Hex | 84 | F | 80 | 0 | 59 | 3 | 30 | 12E | 50 | 1D |
| Octal | 204 | 17 | 200 | 0 | 131 | 3 | 60 | 456 | 120 | 35 |
| Binary | 10000100 | 1111 | 10000000 | 0 | 1011001 | 11 | 110000 | 100101110 | 1010000 | 11101 |
Color Harmonies of #840F80
Complementary color
Monochromatic Colors of #840F80
Black with #840F80
Text Example
Text Example
White with #840F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840F80; }
p { color: rgb(132,15,128); }
H1.HeaderClassName
{
color: #840F80;
}
.AnyTagClassName
{
color: #840F80;
}
</style>
background-color css
<style>
a { background-color: #840F80; }
a { background-color: rgb(132,15,128); }
div.DivClassName
{
background-color: #840F80;
}
.BgClassName
{
background-color: #840F80;
}
</style>
border-color css
<style>
span { border-color: #840F80; }
span { border-color: rgb(132,15,128); }
td.TdClassName
{
border-color: #840F80;
}
.TagClassName
{
border-color: #840F80;
}
</style>