Shades of Dark Purple #842083
Tints of Dark Purple #842083
RGB
CMYK
RGB Variations
Color information
#842083 (or 0x842083) is known color: Dark Purple. HEX triplet: 84, 20 and 83. RGB value is (132,32,131). Sum of RGB (Red+Green+Blue) = 132+32+131=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #842083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842083 is #7BDF7C. Grayscale: #484848. Windows color (decimal): -8118141 or 8593540. OLE color: 8593540.
HSL color Cylindrical-coordinate representation of color #842083: hue angle of 300.6º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842083 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 32 | 131 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.48 |
| HSL | 300.6º | 0.61% | 0.32% | - |
| HSV(B) | 300.6º | 0.76% | 0.52% | - |
| XYZ | 14.13 | 7.58 | 22.19 | - |
| YUV | 73.19 | 160.63 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 131 | 0 | 0.76 | 0.01 | 0.48 | 300.6 | 0.61 | 0.32 |
| Hex | 84 | 20 | 83 | 0 | 4C | 1 | 30 | 12D | 3D | 20 |
| Octal | 204 | 40 | 203 | 0 | 114 | 1 | 60 | 455 | 75 | 40 |
| Binary | 10000100 | 100000 | 10000011 | 0 | 1001100 | 1 | 110000 | 100101101 | 111101 | 100000 |
Color Harmonies of #842083
Complementary color
Monochromatic Colors of #842083
Black with #842083
Text Example
Text Example
White with #842083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842083; }
p { color: rgb(132,32,131); }
H1.HeaderClassName
{
color: #842083;
}
.AnyTagClassName
{
color: #842083;
}
</style>
background-color css
<style>
a { background-color: #842083; }
a { background-color: rgb(132,32,131); }
div.DivClassName
{
background-color: #842083;
}
.BgClassName
{
background-color: #842083;
}
</style>
border-color css
<style>
span { border-color: #842083; }
span { border-color: rgb(132,32,131); }
td.TdClassName
{
border-color: #842083;
}
.TagClassName
{
border-color: #842083;
}
</style>