Shades of Eggplant #830854
Tints of Eggplant #830854
RGB
CMYK
RGB Variations
Color information
#830854 (or 0x830854) is known color: Eggplant. HEX triplet: 83, 08 and 54. RGB value is (131,8,84). Sum of RGB (Red+Green+Blue) = 131+8+84=223 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.74% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 131 - color contains mainly: red. Hex color #830854 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830854 is #7CF7AB. Grayscale: #353535. Windows color (decimal): -8189868 or 5507203. OLE color: 5507203.
HSL color Cylindrical-coordinate representation of color #830854: hue angle of 322.93º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830854 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 8 | 84 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.49 |
| HSL | 322.93º | 0.88% | 0.27% | - |
| HSV(B) | 322.93º | 0.94% | 0.51% | - |
| XYZ | 11.05 | 5.64 | 8.89 | - |
| YUV | 53.44 | 145.25 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 84 | 0 | 0.94 | 0.36 | 0.49 | 322.93 | 0.88 | 0.27 |
| Hex | 83 | 8 | 54 | 0 | 5E | 24 | 31 | 143 | 58 | 1B |
| Octal | 203 | 10 | 124 | 0 | 136 | 44 | 61 | 503 | 130 | 33 |
| Binary | 10000011 | 1000 | 1010100 | 0 | 1011110 | 100100 | 110001 | 101000011 | 1011000 | 11011 |
Color Harmonies of #830854
Complementary color
Monochromatic Colors of #830854
Black with #830854
Text Example
Text Example
White with #830854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830854; }
p { color: rgb(131,8,84); }
H1.HeaderClassName
{
color: #830854;
}
.AnyTagClassName
{
color: #830854;
}
</style>
background-color css
<style>
a { background-color: #830854; }
a { background-color: rgb(131,8,84); }
div.DivClassName
{
background-color: #830854;
}
.BgClassName
{
background-color: #830854;
}
</style>
border-color css
<style>
span { border-color: #830854; }
span { border-color: rgb(131,8,84); }
td.TdClassName
{
border-color: #830854;
}
.TagClassName
{
border-color: #830854;
}
</style>