Shades of Dark Purple #832084
Tints of Dark Purple #832084
RGB
CMYK
RGB Variations
Color information
#832084 (or 0x832084) is known color: Dark Purple. HEX triplet: 83, 20 and 84. RGB value is (131,32,132). Sum of RGB (Red+Green+Blue) = 131+32+132=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 132 - color contains mainly: blue. Hex color #832084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832084 is #7CDF7B. Grayscale: #484848. Windows color (decimal): -8183676 or 8659075. OLE color: 8659075.
HSL color Cylindrical-coordinate representation of color #832084: hue angle of 299.4º 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 #832084 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 32 | 132 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.48 |
| HSL | 299.4º | 0.61% | 0.32% | - |
| HSV(B) | 299.4º | 0.76% | 0.52% | - |
| XYZ | 14.04 | 7.52 | 22.54 | - |
| YUV | 73 | 161.3 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 32 | 132 | 0.01 | 0.76 | 0 | 0.48 | 299.4 | 0.61 | 0.32 |
| Hex | 83 | 20 | 84 | 1 | 4C | 0 | 30 | 12B | 3D | 20 |
| Octal | 203 | 40 | 204 | 1 | 114 | 0 | 60 | 453 | 75 | 40 |
| Binary | 10000011 | 100000 | 10000100 | 1 | 1001100 | 0 | 110000 | 100101011 | 111101 | 100000 |
Color Harmonies of #832084
Complementary color
Monochromatic Colors of #832084
Black with #832084
Text Example
Text Example
White with #832084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832084; }
p { color: rgb(131,32,132); }
H1.HeaderClassName
{
color: #832084;
}
.AnyTagClassName
{
color: #832084;
}
</style>
background-color css
<style>
a { background-color: #832084; }
a { background-color: rgb(131,32,132); }
div.DivClassName
{
background-color: #832084;
}
.BgClassName
{
background-color: #832084;
}
</style>
border-color css
<style>
span { border-color: #832084; }
span { border-color: rgb(131,32,132); }
td.TdClassName
{
border-color: #832084;
}
.TagClassName
{
border-color: #832084;
}
</style>