Shades of Eggplant #830059
Tints of Eggplant #830059
RGB
CMYK
RGB Variations
Color information
#830059 (or 0x830059) is known color: Eggplant. HEX triplet: 83, 00 and 59. RGB value is (131,0,89). Sum of RGB (Red+Green+Blue) = 131+0+89=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #830059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830059 is #7CFFA6. Grayscale: #313131. Windows color (decimal): -8191911 or 5832835. OLE color: 5832835.
HSL color Cylindrical-coordinate representation of color #830059: hue angle of 319.24º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #830059 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.32 | 0.49 |
| HSL | 319.24º | 1% | 0.26% | - |
| HSV(B) | 319.24º | 1% | 0.51% | - |
| XYZ | 11.16 | 5.55 | 9.93 | - |
| YUV | 49.32 | 150.4 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 89 | 0 | 1 | 0.32 | 0.49 | 319.24 | 1 | 0.26 |
| Hex | 83 | 0 | 59 | 0 | 64 | 20 | 31 | 13F | 64 | 1A |
| Octal | 203 | 0 | 131 | 0 | 144 | 40 | 61 | 477 | 144 | 32 |
| Binary | 10000011 | 0 | 1011001 | 0 | 1100100 | 100000 | 110001 | 100111111 | 1100100 | 11010 |
Color Harmonies of #830059
Complementary color
Monochromatic Colors of #830059
Black with #830059
Text Example
Text Example
White with #830059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830059; }
p { color: rgb(131,0,89); }
H1.HeaderClassName
{
color: #830059;
}
.AnyTagClassName
{
color: #830059;
}
</style>
background-color css
<style>
a { background-color: #830059; }
a { background-color: rgb(131,0,89); }
div.DivClassName
{
background-color: #830059;
}
.BgClassName
{
background-color: #830059;
}
</style>
border-color css
<style>
span { border-color: #830059; }
span { border-color: rgb(131,0,89); }
td.TdClassName
{
border-color: #830059;
}
.TagClassName
{
border-color: #830059;
}
</style>