Shades of Dark Purple #831E84
Tints of Dark Purple #831E84
RGB
CMYK
RGB Variations
Color information
#831E84 (or 0x831E84) is known color: Dark Purple. HEX triplet: 83, 1E and 84. RGB value is (131,30,132). Sum of RGB (Red+Green+Blue) = 131+30+132=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #831E84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831E84 is #7CE17B. Grayscale: #474747. Windows color (decimal): -8184188 or 8658563. OLE color: 8658563.
HSL color Cylindrical-coordinate representation of color #831E84: hue angle of 299.41º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #831E84 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 30 | 132 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.48 |
| HSL | 299.41º | 0.63% | 0.32% | - |
| HSV(B) | 299.41º | 0.77% | 0.52% | - |
| XYZ | 13.99 | 7.42 | 22.52 | - |
| YUV | 71.83 | 161.96 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 30 | 132 | 0.01 | 0.77 | 0 | 0.48 | 299.41 | 0.63 | 0.32 |
| Hex | 83 | 1E | 84 | 1 | 4D | 0 | 30 | 12B | 3F | 20 |
| Octal | 203 | 36 | 204 | 1 | 115 | 0 | 60 | 453 | 77 | 40 |
| Binary | 10000011 | 11110 | 10000100 | 1 | 1001101 | 0 | 110000 | 100101011 | 111111 | 100000 |
Color Harmonies of #831E84
Complementary color
Monochromatic Colors of #831E84
Black with #831E84
Text Example
Text Example
White with #831E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831E84; }
p { color: rgb(131,30,132); }
H1.HeaderClassName
{
color: #831E84;
}
.AnyTagClassName
{
color: #831E84;
}
</style>
background-color css
<style>
a { background-color: #831E84; }
a { background-color: rgb(131,30,132); }
div.DivClassName
{
background-color: #831E84;
}
.BgClassName
{
background-color: #831E84;
}
</style>
border-color css
<style>
span { border-color: #831E84; }
span { border-color: rgb(131,30,132); }
td.TdClassName
{
border-color: #831E84;
}
.TagClassName
{
border-color: #831E84;
}
</style>