Shades of Purple #831185
Tints of Purple #831185
RGB
CMYK
RGB Variations
Color information
#831185 (or 0x831185) is known color: Purple. HEX triplet: 83, 11 and 85. RGB value is (131,17,133). Sum of RGB (Red+Green+Blue) = 131+17+133=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #831185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831185 is #7CEE7A. Grayscale: #3F3F3F. Windows color (decimal): -8187515 or 8720771. OLE color: 8720771.
HSL color Cylindrical-coordinate representation of color #831185: hue angle of 298.97º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #831185 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 17 | 133 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.48 |
| HSL | 298.97º | 0.77% | 0.29% | - |
| HSV(B) | 298.97º | 0.87% | 0.52% | - |
| XYZ | 13.79 | 6.92 | 22.8 | - |
| YUV | 64.31 | 166.77 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 17 | 133 | 0.02 | 0.87 | 0 | 0.48 | 298.97 | 0.77 | 0.29 |
| Hex | 83 | 11 | 85 | 2 | 57 | 0 | 30 | 12B | 4D | 1D |
| Octal | 203 | 21 | 205 | 2 | 127 | 0 | 60 | 453 | 115 | 35 |
| Binary | 10000011 | 10001 | 10000101 | 10 | 1010111 | 0 | 110000 | 100101011 | 1001101 | 11101 |
Color Harmonies of #831185
Complementary color
Monochromatic Colors of #831185
Black with #831185
Text Example
Text Example
White with #831185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831185; }
p { color: rgb(131,17,133); }
H1.HeaderClassName
{
color: #831185;
}
.AnyTagClassName
{
color: #831185;
}
</style>
background-color css
<style>
a { background-color: #831185; }
a { background-color: rgb(131,17,133); }
div.DivClassName
{
background-color: #831185;
}
.BgClassName
{
background-color: #831185;
}
</style>
border-color css
<style>
span { border-color: #831185; }
span { border-color: rgb(131,17,133); }
td.TdClassName
{
border-color: #831185;
}
.TagClassName
{
border-color: #831185;
}
</style>