Shades of Purple #831387
Tints of Purple #831387
RGB
CMYK
RGB Variations
Color information
#831387 (or 0x831387) is known color: Purple. HEX triplet: 83, 13 and 87. RGB value is (131,19,135). Sum of RGB (Red+Green+Blue) = 131+19+135=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 135 - color contains mainly: blue. Hex color #831387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831387 is #7CEC78. Grayscale: #414141. Windows color (decimal): -8187001 or 8852355. OLE color: 8852355.
HSL color Cylindrical-coordinate representation of color #831387: hue angle of 297.93º 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 #831387 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 19 | 135 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.47 |
| HSL | 297.93º | 0.75% | 0.3% | - |
| HSV(B) | 297.93º | 0.86% | 0.53% | - |
| XYZ | 13.97 | 7.04 | 23.54 | - |
| YUV | 65.71 | 167.11 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 19 | 135 | 0.03 | 0.86 | 0 | 0.47 | 297.93 | 0.75 | 0.3 |
| Hex | 83 | 13 | 87 | 3 | 56 | 0 | 2F | 12A | 4B | 1E |
| Octal | 203 | 23 | 207 | 3 | 126 | 0 | 57 | 452 | 113 | 36 |
| Binary | 10000011 | 10011 | 10000111 | 11 | 1010110 | 0 | 101111 | 100101010 | 1001011 | 11110 |
Color Harmonies of #831387
Complementary color
Monochromatic Colors of #831387
Black with #831387
Text Example
Text Example
White with #831387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831387; }
p { color: rgb(131,19,135); }
H1.HeaderClassName
{
color: #831387;
}
.AnyTagClassName
{
color: #831387;
}
</style>
background-color css
<style>
a { background-color: #831387; }
a { background-color: rgb(131,19,135); }
div.DivClassName
{
background-color: #831387;
}
.BgClassName
{
background-color: #831387;
}
</style>
border-color css
<style>
span { border-color: #831387; }
span { border-color: rgb(131,19,135); }
td.TdClassName
{
border-color: #831387;
}
.TagClassName
{
border-color: #831387;
}
</style>