Shades of Eggplant #831054
Tints of Eggplant #831054
RGB
CMYK
RGB Variations
Color information
#831054 (or 0x831054) is known color: Eggplant. HEX triplet: 83, 10 and 54. RGB value is (131,16,84). Sum of RGB (Red+Green+Blue) = 131+16+84=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #831054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831054 is #7CEFAB. Grayscale: #393939. Windows color (decimal): -8187820 or 5509251. OLE color: 5509251.
HSL color Cylindrical-coordinate representation of color #831054: hue angle of 324.52º 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 #831054 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 16 | 84 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.49 |
| HSL | 324.52º | 0.78% | 0.29% | - |
| HSV(B) | 324.52º | 0.88% | 0.51% | - |
| XYZ | 11.15 | 5.84 | 8.93 | - |
| YUV | 58.14 | 142.6 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 16 | 84 | 0 | 0.88 | 0.36 | 0.49 | 324.52 | 0.78 | 0.29 |
| Hex | 83 | 10 | 54 | 0 | 58 | 24 | 31 | 145 | 4E | 1D |
| Octal | 203 | 20 | 124 | 0 | 130 | 44 | 61 | 505 | 116 | 35 |
| Binary | 10000011 | 10000 | 1010100 | 0 | 1011000 | 100100 | 110001 | 101000101 | 1001110 | 11101 |
Color Harmonies of #831054
Complementary color
Monochromatic Colors of #831054
Black with #831054
Text Example
Text Example
White with #831054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831054; }
p { color: rgb(131,16,84); }
H1.HeaderClassName
{
color: #831054;
}
.AnyTagClassName
{
color: #831054;
}
</style>
background-color css
<style>
a { background-color: #831054; }
a { background-color: rgb(131,16,84); }
div.DivClassName
{
background-color: #831054;
}
.BgClassName
{
background-color: #831054;
}
</style>
border-color css
<style>
span { border-color: #831054; }
span { border-color: rgb(131,16,84); }
td.TdClassName
{
border-color: #831054;
}
.TagClassName
{
border-color: #831054;
}
</style>