Shades of Dark Purple #831782
Tints of Dark Purple #831782
RGB
CMYK
RGB Variations
Color information
#831782 (or 0x831782) is known color: Dark Purple. HEX triplet: 83, 17 and 82. RGB value is (131,23,130). Sum of RGB (Red+Green+Blue) = 131+23+130=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 131 - color contains mainly: red. Hex color #831782 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831782 is #7CE87D. Grayscale: #434343. Windows color (decimal): -8185982 or 8525699. OLE color: 8525699.
HSL color Cylindrical-coordinate representation of color #831782: hue angle of 300.56º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #831782 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 23 | 130 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.49 |
| HSL | 300.56º | 0.7% | 0.3% | - |
| HSV(B) | 300.56º | 0.82% | 0.51% | - |
| XYZ | 13.7 | 7.05 | 21.76 | - |
| YUV | 67.49 | 163.28 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 23 | 130 | 0 | 0.82 | 0.01 | 0.49 | 300.56 | 0.7 | 0.3 |
| Hex | 83 | 17 | 82 | 0 | 52 | 1 | 31 | 12D | 46 | 1E |
| Octal | 203 | 27 | 202 | 0 | 122 | 1 | 61 | 455 | 106 | 36 |
| Binary | 10000011 | 10111 | 10000010 | 0 | 1010010 | 1 | 110001 | 100101101 | 1000110 | 11110 |
Color Harmonies of #831782
Complementary color
Monochromatic Colors of #831782
Black with #831782
Text Example
Text Example
White with #831782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831782; }
p { color: rgb(131,23,130); }
H1.HeaderClassName
{
color: #831782;
}
.AnyTagClassName
{
color: #831782;
}
</style>
background-color css
<style>
a { background-color: #831782; }
a { background-color: rgb(131,23,130); }
div.DivClassName
{
background-color: #831782;
}
.BgClassName
{
background-color: #831782;
}
</style>
border-color css
<style>
span { border-color: #831782; }
span { border-color: rgb(131,23,130); }
td.TdClassName
{
border-color: #831782;
}
.TagClassName
{
border-color: #831782;
}
</style>