Shades of Eggplant #831063
Tints of Eggplant #831063
RGB
CMYK
RGB Variations
Color information
#831063 (or 0x831063) is known color: Eggplant. HEX triplet: 83, 10 and 63. RGB value is (131,16,99). Sum of RGB (Red+Green+Blue) = 131+16+99=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #831063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831063 is #7CEF9C. Grayscale: #3B3B3B. Windows color (decimal): -8187805 or 6492291. OLE color: 6492291.
HSL color Cylindrical-coordinate representation of color #831063: hue angle of 316.7º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831063 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 16 | 99 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.49 |
| HSL | 316.7º | 0.78% | 0.29% | - |
| HSV(B) | 316.7º | 0.88% | 0.51% | - |
| XYZ | 11.8 | 6.1 | 12.36 | - |
| YUV | 59.85 | 150.1 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 16 | 99 | 0 | 0.88 | 0.24 | 0.49 | 316.7 | 0.78 | 0.29 |
| Hex | 83 | 10 | 63 | 0 | 58 | 18 | 31 | 13D | 4E | 1D |
| Octal | 203 | 20 | 143 | 0 | 130 | 30 | 61 | 475 | 116 | 35 |
| Binary | 10000011 | 10000 | 1100011 | 0 | 1011000 | 11000 | 110001 | 100111101 | 1001110 | 11101 |
Color Harmonies of #831063
Complementary color
Monochromatic Colors of #831063
Black with #831063
Text Example
Text Example
White with #831063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831063; }
p { color: rgb(131,16,99); }
H1.HeaderClassName
{
color: #831063;
}
.AnyTagClassName
{
color: #831063;
}
</style>
background-color css
<style>
a { background-color: #831063; }
a { background-color: rgb(131,16,99); }
div.DivClassName
{
background-color: #831063;
}
.BgClassName
{
background-color: #831063;
}
</style>
border-color css
<style>
span { border-color: #831063; }
span { border-color: rgb(131,16,99); }
td.TdClassName
{
border-color: #831063;
}
.TagClassName
{
border-color: #831063;
}
</style>