Shades of Dark Purple #832086
Tints of Dark Purple #832086
RGB
CMYK
RGB Variations
Color information
#832086 (or 0x832086) is known color: Dark Purple. HEX triplet: 83, 20 and 86. RGB value is (131,32,134). Sum of RGB (Red+Green+Blue) = 131+32+134=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 134 - color contains mainly: blue. Hex color #832086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832086 is #7CDF79. Grayscale: #484848. Windows color (decimal): -8183674 or 8790147. OLE color: 8790147.
HSL color Cylindrical-coordinate representation of color #832086: hue angle of 298.24º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #832086 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 32 | 134 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.47 |
| HSL | 298.24º | 0.61% | 0.33% | - |
| HSV(B) | 298.24º | 0.76% | 0.53% | - |
| XYZ | 14.18 | 7.58 | 23.27 | - |
| YUV | 73.23 | 162.3 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 32 | 134 | 0.02 | 0.76 | 0 | 0.47 | 298.24 | 0.61 | 0.33 |
| Hex | 83 | 20 | 86 | 2 | 4C | 0 | 2F | 12A | 3D | 21 |
| Octal | 203 | 40 | 206 | 2 | 114 | 0 | 57 | 452 | 75 | 41 |
| Binary | 10000011 | 100000 | 10000110 | 10 | 1001100 | 0 | 101111 | 100101010 | 111101 | 100001 |
Color Harmonies of #832086
Complementary color
Monochromatic Colors of #832086
Black with #832086
Text Example
Text Example
White with #832086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832086; }
p { color: rgb(131,32,134); }
H1.HeaderClassName
{
color: #832086;
}
.AnyTagClassName
{
color: #832086;
}
</style>
background-color css
<style>
a { background-color: #832086; }
a { background-color: rgb(131,32,134); }
div.DivClassName
{
background-color: #832086;
}
.BgClassName
{
background-color: #832086;
}
</style>
border-color css
<style>
span { border-color: #832086; }
span { border-color: rgb(131,32,134); }
td.TdClassName
{
border-color: #832086;
}
.TagClassName
{
border-color: #832086;
}
</style>