Shades of Eggplant #831156
Tints of Eggplant #831156
RGB
CMYK
RGB Variations
Color information
#831156 (or 0x831156) is known color: Eggplant. HEX triplet: 83, 11 and 56. RGB value is (131,17,86). Sum of RGB (Red+Green+Blue) = 131+17+86=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #831156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831156 is #7CEEA9. Grayscale: #3A3A3A. Windows color (decimal): -8187562 or 5640579. OLE color: 5640579.
HSL color Cylindrical-coordinate representation of color #831156: hue angle of 323.68º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #831156 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 17 | 86 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.49 |
| HSL | 323.68º | 0.77% | 0.29% | - |
| HSV(B) | 323.68º | 0.87% | 0.51% | - |
| XYZ | 11.24 | 5.9 | 9.35 | - |
| YUV | 58.95 | 143.27 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 17 | 86 | 0 | 0.87 | 0.34 | 0.49 | 323.68 | 0.77 | 0.29 |
| Hex | 83 | 11 | 56 | 0 | 57 | 22 | 31 | 144 | 4D | 1D |
| Octal | 203 | 21 | 126 | 0 | 127 | 42 | 61 | 504 | 115 | 35 |
| Binary | 10000011 | 10001 | 1010110 | 0 | 1010111 | 100010 | 110001 | 101000100 | 1001101 | 11101 |
Color Harmonies of #831156
Complementary color
Monochromatic Colors of #831156
Black with #831156
Text Example
Text Example
White with #831156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831156; }
p { color: rgb(131,17,86); }
H1.HeaderClassName
{
color: #831156;
}
.AnyTagClassName
{
color: #831156;
}
</style>
background-color css
<style>
a { background-color: #831156; }
a { background-color: rgb(131,17,86); }
div.DivClassName
{
background-color: #831156;
}
.BgClassName
{
background-color: #831156;
}
</style>
border-color css
<style>
span { border-color: #831156; }
span { border-color: rgb(131,17,86); }
td.TdClassName
{
border-color: #831156;
}
.TagClassName
{
border-color: #831156;
}
</style>