Shades of Purple #840984
Tints of Purple #840984
RGB
CMYK
RGB Variations
Color information
#840984 (or 0x840984) is known color: Purple. HEX triplet: 84, 09 and 84. RGB value is (132,9,132). Sum of RGB (Red+Green+Blue) = 132+9+132=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #840984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840984 is #7BF67B. Grayscale: #3B3B3B. Windows color (decimal): -8124028 or 8653188. OLE color: 8653188.
HSL color Cylindrical-coordinate representation of color #840984: hue angle of 300º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #840984 is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 9 | 132 | - |
| CMYK | 0 | 0.93 | 0 | 0.48 |
| HSL | 300º | 0.87% | 0.28% | - |
| HSV(B) | 300º | 0.93% | 0.52% | - |
| XYZ | 13.78 | 6.77 | 22.41 | - |
| YUV | 59.8 | 168.75 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 132 | 0 | 0.93 | 0 | 0.48 | 300 | 0.87 | 0.28 |
| Hex | 84 | 9 | 84 | 0 | 5D | 0 | 30 | 12C | 57 | 1C |
| Octal | 204 | 11 | 204 | 0 | 135 | 0 | 60 | 454 | 127 | 34 |
| Binary | 10000100 | 1001 | 10000100 | 0 | 1011101 | 0 | 110000 | 100101100 | 1010111 | 11100 |
Color Harmonies of #840984
Complementary color
Monochromatic Colors of #840984
Black with #840984
Text Example
Text Example
White with #840984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840984; }
p { color: rgb(132,9,132); }
H1.HeaderClassName
{
color: #840984;
}
.AnyTagClassName
{
color: #840984;
}
</style>
background-color css
<style>
a { background-color: #840984; }
a { background-color: rgb(132,9,132); }
div.DivClassName
{
background-color: #840984;
}
.BgClassName
{
background-color: #840984;
}
</style>
border-color css
<style>
span { border-color: #840984; }
span { border-color: rgb(132,9,132); }
td.TdClassName
{
border-color: #840984;
}
.TagClassName
{
border-color: #840984;
}
</style>