Shades of Dark Purple #831785
Tints of Dark Purple #831785
RGB
CMYK
RGB Variations
Color information
#831785 (or 0x831785) is known color: Dark Purple. HEX triplet: 83, 17 and 85. RGB value is (131,23,133). Sum of RGB (Red+Green+Blue) = 131+23+133=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #831785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831785 is #7CE87A. Grayscale: #434343. Windows color (decimal): -8185979 or 8722307. OLE color: 8722307.
HSL color Cylindrical-coordinate representation of color #831785: hue angle of 298.91º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #831785 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 23 | 133 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.48 |
| HSL | 298.91º | 0.71% | 0.31% | - |
| HSV(B) | 298.91º | 0.83% | 0.52% | - |
| XYZ | 13.9 | 7.13 | 22.83 | - |
| YUV | 67.83 | 164.78 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 23 | 133 | 0.02 | 0.83 | 0 | 0.48 | 298.91 | 0.71 | 0.31 |
| Hex | 83 | 17 | 85 | 2 | 53 | 0 | 30 | 12B | 47 | 1F |
| Octal | 203 | 27 | 205 | 2 | 123 | 0 | 60 | 453 | 107 | 37 |
| Binary | 10000011 | 10111 | 10000101 | 10 | 1010011 | 0 | 110000 | 100101011 | 1000111 | 11111 |
Color Harmonies of #831785
Complementary color
Monochromatic Colors of #831785
Black with #831785
Text Example
Text Example
White with #831785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831785; }
p { color: rgb(131,23,133); }
H1.HeaderClassName
{
color: #831785;
}
.AnyTagClassName
{
color: #831785;
}
</style>
background-color css
<style>
a { background-color: #831785; }
a { background-color: rgb(131,23,133); }
div.DivClassName
{
background-color: #831785;
}
.BgClassName
{
background-color: #831785;
}
</style>
border-color css
<style>
span { border-color: #831785; }
span { border-color: rgb(131,23,133); }
td.TdClassName
{
border-color: #831785;
}
.TagClassName
{
border-color: #831785;
}
</style>