Shades of Dark Purple #832083
Tints of Dark Purple #832083
RGB
CMYK
RGB Variations
Color information
#832083 (or 0x832083) is known color: Dark Purple. HEX triplet: 83, 20 and 83. RGB value is (131,32,131). Sum of RGB (Red+Green+Blue) = 131+32+131=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 131 - color contains mainly: red, blue. Hex color #832083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832083 is #7CDF7C. Grayscale: #484848. Windows color (decimal): -8183677 or 8593539. OLE color: 8593539.
HSL color Cylindrical-coordinate representation of color #832083: hue angle of 300º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #832083 is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 32 | 131 | - |
| CMYK | 0 | 0.76 | 0 | 0.49 |
| HSL | 300º | 0.61% | 0.32% | - |
| HSV(B) | 300º | 0.76% | 0.51% | - |
| XYZ | 13.97 | 7.5 | 22.18 | - |
| YUV | 72.89 | 160.8 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 32 | 131 | 0 | 0.76 | 0 | 0.49 | 300 | 0.61 | 0.32 |
| Hex | 83 | 20 | 83 | 0 | 4C | 0 | 31 | 12C | 3D | 20 |
| Octal | 203 | 40 | 203 | 0 | 114 | 0 | 61 | 454 | 75 | 40 |
| Binary | 10000011 | 100000 | 10000011 | 0 | 1001100 | 0 | 110001 | 100101100 | 111101 | 100000 |
Color Harmonies of #832083
Complementary color
Monochromatic Colors of #832083
Black with #832083
Text Example
Text Example
White with #832083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832083; }
p { color: rgb(131,32,131); }
H1.HeaderClassName
{
color: #832083;
}
.AnyTagClassName
{
color: #832083;
}
</style>
background-color css
<style>
a { background-color: #832083; }
a { background-color: rgb(131,32,131); }
div.DivClassName
{
background-color: #832083;
}
.BgClassName
{
background-color: #832083;
}
</style>
border-color css
<style>
span { border-color: #832083; }
span { border-color: rgb(131,32,131); }
td.TdClassName
{
border-color: #832083;
}
.TagClassName
{
border-color: #832083;
}
</style>