Shades of Dark Purple #831D83
Tints of Dark Purple #831D83
RGB
CMYK
RGB Variations
Color information
#831D83 (or 0x831D83) is known color: Dark Purple. HEX triplet: 83, 1D and 83. RGB value is (131,29,131). Sum of RGB (Red+Green+Blue) = 131+29+131=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: red, blue. Hex color #831D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831D83 is #7CE27C. Grayscale: #464646. Windows color (decimal): -8184445 or 8592771. OLE color: 8592771.
HSL color Cylindrical-coordinate representation of color #831D83: hue angle of 300º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #831D83 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 29 | 131 | - |
| CMYK | 0 | 0.78 | 0 | 0.49 |
| HSL | 300º | 0.64% | 0.31% | - |
| HSV(B) | 300º | 0.78% | 0.51% | - |
| XYZ | 13.9 | 7.34 | 22.16 | - |
| YUV | 71.13 | 161.79 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 29 | 131 | 0 | 0.78 | 0 | 0.49 | 300 | 0.64 | 0.31 |
| Hex | 83 | 1D | 83 | 0 | 4E | 0 | 31 | 12C | 40 | 1F |
| Octal | 203 | 35 | 203 | 0 | 116 | 0 | 61 | 454 | 100 | 37 |
| Binary | 10000011 | 11101 | 10000011 | 0 | 1001110 | 0 | 110001 | 100101100 | 1000000 | 11111 |
Color Harmonies of #831D83
Complementary color
Monochromatic Colors of #831D83
Black with #831D83
Text Example
Text Example
White with #831D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831D83; }
p { color: rgb(131,29,131); }
H1.HeaderClassName
{
color: #831D83;
}
.AnyTagClassName
{
color: #831D83;
}
</style>
background-color css
<style>
a { background-color: #831D83; }
a { background-color: rgb(131,29,131); }
div.DivClassName
{
background-color: #831D83;
}
.BgClassName
{
background-color: #831D83;
}
</style>
border-color css
<style>
span { border-color: #831D83; }
span { border-color: rgb(131,29,131); }
td.TdClassName
{
border-color: #831D83;
}
.TagClassName
{
border-color: #831D83;
}
</style>