Shades of Purple #840176
Tints of Purple #840176
RGB
CMYK
RGB Variations
Color information
#840176 (or 0x840176) is known color: Purple. HEX triplet: 84, 01 and 76. RGB value is (132,1,118). Sum of RGB (Red+Green+Blue) = 132+1+118=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #840176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840176 is #7BFE89. Grayscale: #353535. Windows color (decimal): -8126090 or 7733636. OLE color: 7733636.
HSL color Cylindrical-coordinate representation of color #840176: hue angle of 306.41º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #840176 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 1 | 118 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.48 |
| HSL | 306.41º | 0.98% | 0.26% | - |
| HSV(B) | 306.41º | 0.99% | 0.52% | - |
| XYZ | 12.8 | 6.24 | 17.67 | - |
| YUV | 53.51 | 164.4 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 118 | 0 | 0.99 | 0.11 | 0.48 | 306.41 | 0.98 | 0.26 |
| Hex | 84 | 1 | 76 | 0 | 63 | B | 30 | 132 | 62 | 1A |
| Octal | 204 | 1 | 166 | 0 | 143 | 13 | 60 | 462 | 142 | 32 |
| Binary | 10000100 | 1 | 1110110 | 0 | 1100011 | 1011 | 110000 | 100110010 | 1100010 | 11010 |
Color Harmonies of #840176
Complementary color
Monochromatic Colors of #840176
Black with #840176
Text Example
Text Example
White with #840176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840176; }
p { color: rgb(132,1,118); }
H1.HeaderClassName
{
color: #840176;
}
.AnyTagClassName
{
color: #840176;
}
</style>
background-color css
<style>
a { background-color: #840176; }
a { background-color: rgb(132,1,118); }
div.DivClassName
{
background-color: #840176;
}
.BgClassName
{
background-color: #840176;
}
</style>
border-color css
<style>
span { border-color: #840176; }
span { border-color: rgb(132,1,118); }
td.TdClassName
{
border-color: #840176;
}
.TagClassName
{
border-color: #840176;
}
</style>