Shades of Dark Purple #831986
Tints of Dark Purple #831986
RGB
CMYK
RGB Variations
Color information
#831986 (or 0x831986) is known color: Dark Purple. HEX triplet: 83, 19 and 86. RGB value is (131,25,134). Sum of RGB (Red+Green+Blue) = 131+25+134=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 134 (52.73% from 255 or 46.21% from 290); Max value from RGB is 134 - color contains mainly: blue. Hex color #831986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831986 is #7CE679. Grayscale: #444444. Windows color (decimal): -8185466 or 8788355. OLE color: 8788355.
HSL color Cylindrical-coordinate representation of color #831986: hue angle of 298.35º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #831986 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 25 | 134 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.47 |
| HSL | 298.35º | 0.69% | 0.31% | - |
| HSV(B) | 298.35º | 0.81% | 0.53% | - |
| XYZ | 14.01 | 7.24 | 23.21 | - |
| YUV | 69.12 | 164.62 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 25 | 134 | 0.02 | 0.81 | 0 | 0.47 | 298.35 | 0.69 | 0.31 |
| Hex | 83 | 19 | 86 | 2 | 51 | 0 | 2F | 12A | 45 | 1F |
| Octal | 203 | 31 | 206 | 2 | 121 | 0 | 57 | 452 | 105 | 37 |
| Binary | 10000011 | 11001 | 10000110 | 10 | 1010001 | 0 | 101111 | 100101010 | 1000101 | 11111 |
Color Harmonies of #831986
Complementary color
Monochromatic Colors of #831986
Black with #831986
Text Example
Text Example
White with #831986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831986; }
p { color: rgb(131,25,134); }
H1.HeaderClassName
{
color: #831986;
}
.AnyTagClassName
{
color: #831986;
}
</style>
background-color css
<style>
a { background-color: #831986; }
a { background-color: rgb(131,25,134); }
div.DivClassName
{
background-color: #831986;
}
.BgClassName
{
background-color: #831986;
}
</style>
border-color css
<style>
span { border-color: #831986; }
span { border-color: rgb(131,25,134); }
td.TdClassName
{
border-color: #831986;
}
.TagClassName
{
border-color: #831986;
}
</style>