Shades of Purple #841080
Tints of Purple #841080
RGB
CMYK
RGB Variations
Color information
#841080 (or 0x841080) is known color: Purple. HEX triplet: 84, 10 and 80. RGB value is (132,16,128). Sum of RGB (Red+Green+Blue) = 132+16+128=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #841080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841080 is #7BEF7F. Grayscale: #3F3F3F. Windows color (decimal): -8122240 or 8392836. OLE color: 8392836.
HSL color Cylindrical-coordinate representation of color #841080: hue angle of 302.07º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841080 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 16 | 128 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.48 |
| HSL | 302.07º | 0.78% | 0.29% | - |
| HSV(B) | 302.07º | 0.88% | 0.52% | - |
| XYZ | 13.6 | 6.83 | 21.02 | - |
| YUV | 63.45 | 164.43 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 128 | 0 | 0.88 | 0.03 | 0.48 | 302.07 | 0.78 | 0.29 |
| Hex | 84 | 10 | 80 | 0 | 58 | 3 | 30 | 12E | 4E | 1D |
| Octal | 204 | 20 | 200 | 0 | 130 | 3 | 60 | 456 | 116 | 35 |
| Binary | 10000100 | 10000 | 10000000 | 0 | 1011000 | 11 | 110000 | 100101110 | 1001110 | 11101 |
Color Harmonies of #841080
Complementary color
Monochromatic Colors of #841080
Black with #841080
Text Example
Text Example
White with #841080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841080; }
p { color: rgb(132,16,128); }
H1.HeaderClassName
{
color: #841080;
}
.AnyTagClassName
{
color: #841080;
}
</style>
background-color css
<style>
a { background-color: #841080; }
a { background-color: rgb(132,16,128); }
div.DivClassName
{
background-color: #841080;
}
.BgClassName
{
background-color: #841080;
}
</style>
border-color css
<style>
span { border-color: #841080; }
span { border-color: rgb(132,16,128); }
td.TdClassName
{
border-color: #841080;
}
.TagClassName
{
border-color: #841080;
}
</style>