Shades of Purple #831386
Tints of Purple #831386
RGB
CMYK
RGB Variations
Color information
#831386 (or 0x831386) is known color: Purple. HEX triplet: 83, 13 and 86. RGB value is (131,19,134). Sum of RGB (Red+Green+Blue) = 131+19+134=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 134 (52.73% from 255 or 47.18% from 284); Max value from RGB is 134 - color contains mainly: blue. Hex color #831386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831386 is #7CEC79. Grayscale: #414141. Windows color (decimal): -8187002 or 8786819. OLE color: 8786819.
HSL color Cylindrical-coordinate representation of color #831386: hue angle of 298.43º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831386 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 19 | 134 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.47 |
| HSL | 298.43º | 0.75% | 0.3% | - |
| HSV(B) | 298.43º | 0.86% | 0.53% | - |
| XYZ | 13.9 | 7.01 | 23.18 | - |
| YUV | 65.6 | 166.61 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 19 | 134 | 0.02 | 0.86 | 0 | 0.47 | 298.43 | 0.75 | 0.3 |
| Hex | 83 | 13 | 86 | 2 | 56 | 0 | 2F | 12A | 4B | 1E |
| Octal | 203 | 23 | 206 | 2 | 126 | 0 | 57 | 452 | 113 | 36 |
| Binary | 10000011 | 10011 | 10000110 | 10 | 1010110 | 0 | 101111 | 100101010 | 1001011 | 11110 |
Color Harmonies of #831386
Complementary color
Monochromatic Colors of #831386
Black with #831386
Text Example
Text Example
White with #831386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831386; }
p { color: rgb(131,19,134); }
H1.HeaderClassName
{
color: #831386;
}
.AnyTagClassName
{
color: #831386;
}
</style>
background-color css
<style>
a { background-color: #831386; }
a { background-color: rgb(131,19,134); }
div.DivClassName
{
background-color: #831386;
}
.BgClassName
{
background-color: #831386;
}
</style>
border-color css
<style>
span { border-color: #831386; }
span { border-color: rgb(131,19,134); }
td.TdClassName
{
border-color: #831386;
}
.TagClassName
{
border-color: #831386;
}
</style>