Shades of Dark Purple #832082
Tints of Dark Purple #832082
RGB
CMYK
RGB Variations
Color information
#832082 (or 0x832082) is known color: Dark Purple. HEX triplet: 83, 20 and 82. RGB value is (131,32,130). Sum of RGB (Red+Green+Blue) = 131+32+130=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #832082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832082 is #7CDF7D. Grayscale: #484848. Windows color (decimal): -8183678 or 8528003. OLE color: 8528003.
HSL color Cylindrical-coordinate representation of color #832082: hue angle of 300.61º 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 #832082 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 32 | 130 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.49 |
| HSL | 300.61º | 0.61% | 0.32% | - |
| HSV(B) | 300.61º | 0.76% | 0.51% | - |
| XYZ | 13.91 | 7.47 | 21.83 | - |
| YUV | 72.77 | 160.3 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 32 | 130 | 0 | 0.76 | 0.01 | 0.49 | 300.61 | 0.61 | 0.32 |
| Hex | 83 | 20 | 82 | 0 | 4C | 1 | 31 | 12D | 3D | 20 |
| Octal | 203 | 40 | 202 | 0 | 114 | 1 | 61 | 455 | 75 | 40 |
| Binary | 10000011 | 100000 | 10000010 | 0 | 1001100 | 1 | 110001 | 100101101 | 111101 | 100000 |
Color Harmonies of #832082
Complementary color
Monochromatic Colors of #832082
Black with #832082
Text Example
Text Example
White with #832082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832082; }
p { color: rgb(131,32,130); }
H1.HeaderClassName
{
color: #832082;
}
.AnyTagClassName
{
color: #832082;
}
</style>
background-color css
<style>
a { background-color: #832082; }
a { background-color: rgb(131,32,130); }
div.DivClassName
{
background-color: #832082;
}
.BgClassName
{
background-color: #832082;
}
</style>
border-color css
<style>
span { border-color: #832082; }
span { border-color: rgb(131,32,130); }
td.TdClassName
{
border-color: #832082;
}
.TagClassName
{
border-color: #832082;
}
</style>