Shades of Dark Purple #831381
Tints of Dark Purple #831381
RGB
CMYK
RGB Variations
Color information
#831381 (or 0x831381) is known color: Dark Purple. HEX triplet: 83, 13 and 81. RGB value is (131,19,129). Sum of RGB (Red+Green+Blue) = 131+19+129=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #831381 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831381 is #7CEC7E. Grayscale: #404040. Windows color (decimal): -8187007 or 8459139. OLE color: 8459139.
HSL color Cylindrical-coordinate representation of color #831381: hue angle of 301.07º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831381 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 19 | 129 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.49 |
| HSL | 301.07º | 0.75% | 0.29% | - |
| HSV(B) | 301.07º | 0.85% | 0.51% | - |
| XYZ | 13.56 | 6.88 | 21.38 | - |
| YUV | 65.03 | 164.11 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 19 | 129 | 0 | 0.85 | 0.02 | 0.49 | 301.07 | 0.75 | 0.29 |
| Hex | 83 | 13 | 81 | 0 | 55 | 2 | 31 | 12D | 4B | 1D |
| Octal | 203 | 23 | 201 | 0 | 125 | 2 | 61 | 455 | 113 | 35 |
| Binary | 10000011 | 10011 | 10000001 | 0 | 1010101 | 10 | 110001 | 100101101 | 1001011 | 11101 |
Color Harmonies of #831381
Complementary color
Monochromatic Colors of #831381
Black with #831381
Text Example
Text Example
White with #831381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831381; }
p { color: rgb(131,19,129); }
H1.HeaderClassName
{
color: #831381;
}
.AnyTagClassName
{
color: #831381;
}
</style>
background-color css
<style>
a { background-color: #831381; }
a { background-color: rgb(131,19,129); }
div.DivClassName
{
background-color: #831381;
}
.BgClassName
{
background-color: #831381;
}
</style>
border-color css
<style>
span { border-color: #831381; }
span { border-color: rgb(131,19,129); }
td.TdClassName
{
border-color: #831381;
}
.TagClassName
{
border-color: #831381;
}
</style>