Shades of Purple #840983
Tints of Purple #840983
RGB
CMYK
RGB Variations
Color information
#840983 (or 0x840983) is known color: Purple. HEX triplet: 84, 09 and 83. RGB value is (132,9,131). Sum of RGB (Red+Green+Blue) = 132+9+131=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #840983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840983 is #7BF67C. Grayscale: #3B3B3B. Windows color (decimal): -8124029 or 8587652. OLE color: 8587652.
HSL color Cylindrical-coordinate representation of color #840983: hue angle of 300.49º 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 #840983 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 9 | 131 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.48 |
| HSL | 300.49º | 0.87% | 0.28% | - |
| HSV(B) | 300.49º | 0.93% | 0.52% | - |
| XYZ | 13.71 | 6.74 | 22.05 | - |
| YUV | 59.69 | 168.25 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 131 | 0 | 0.93 | 0.01 | 0.48 | 300.49 | 0.87 | 0.28 |
| Hex | 84 | 9 | 83 | 0 | 5D | 1 | 30 | 12C | 57 | 1C |
| Octal | 204 | 11 | 203 | 0 | 135 | 1 | 60 | 454 | 127 | 34 |
| Binary | 10000100 | 1001 | 10000011 | 0 | 1011101 | 1 | 110000 | 100101100 | 1010111 | 11100 |
Color Harmonies of #840983
Complementary color
Monochromatic Colors of #840983
Black with #840983
Text Example
Text Example
White with #840983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840983; }
p { color: rgb(132,9,131); }
H1.HeaderClassName
{
color: #840983;
}
.AnyTagClassName
{
color: #840983;
}
</style>
background-color css
<style>
a { background-color: #840983; }
a { background-color: rgb(132,9,131); }
div.DivClassName
{
background-color: #840983;
}
.BgClassName
{
background-color: #840983;
}
</style>
border-color css
<style>
span { border-color: #840983; }
span { border-color: rgb(132,9,131); }
td.TdClassName
{
border-color: #840983;
}
.TagClassName
{
border-color: #840983;
}
</style>