Shades of Dark Purple #831F85
Tints of Dark Purple #831F85
RGB
CMYK
RGB Variations
Color information
#831F85 (or 0x831F85) is known color: Dark Purple. HEX triplet: 83, 1F and 85. RGB value is (131,31,133). Sum of RGB (Red+Green+Blue) = 131+31+133=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #831F85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831F85 is #7CE07A. Grayscale: #484848. Windows color (decimal): -8183931 or 8724355. OLE color: 8724355.
HSL color Cylindrical-coordinate representation of color #831F85: hue angle of 298.82º degrees, saturation: 0.62, 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 #831F85 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 31 | 133 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.48 |
| HSL | 298.82º | 0.62% | 0.32% | - |
| HSV(B) | 298.82º | 0.77% | 0.52% | - |
| XYZ | 14.08 | 7.5 | 22.9 | - |
| YUV | 72.53 | 162.13 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 31 | 133 | 0.02 | 0.77 | 0 | 0.48 | 298.82 | 0.62 | 0.32 |
| Hex | 83 | 1F | 85 | 2 | 4D | 0 | 30 | 12B | 3E | 20 |
| Octal | 203 | 37 | 205 | 2 | 115 | 0 | 60 | 453 | 76 | 40 |
| Binary | 10000011 | 11111 | 10000101 | 10 | 1001101 | 0 | 110000 | 100101011 | 111110 | 100000 |
Color Harmonies of #831F85
Complementary color
Monochromatic Colors of #831F85
Black with #831F85
Text Example
Text Example
White with #831F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831F85; }
p { color: rgb(131,31,133); }
H1.HeaderClassName
{
color: #831F85;
}
.AnyTagClassName
{
color: #831F85;
}
</style>
background-color css
<style>
a { background-color: #831F85; }
a { background-color: rgb(131,31,133); }
div.DivClassName
{
background-color: #831F85;
}
.BgClassName
{
background-color: #831F85;
}
</style>
border-color css
<style>
span { border-color: #831F85; }
span { border-color: rgb(131,31,133); }
td.TdClassName
{
border-color: #831F85;
}
.TagClassName
{
border-color: #831F85;
}
</style>