Shades of Eggplant #830460
Tints of Eggplant #830460
RGB
CMYK
RGB Variations
Color information
#830460 (or 0x830460) is known color: Eggplant. HEX triplet: 83, 04 and 60. RGB value is (131,4,96). Sum of RGB (Red+Green+Blue) = 131+4+96=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #830460 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830460 is #7CFB9F. Grayscale: #343434. Windows color (decimal): -8190880 or 6292611. OLE color: 6292611.
HSL color Cylindrical-coordinate representation of color #830460: hue angle of 316.54º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #830460 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 4 | 96 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.49 |
| HSL | 316.54º | 0.94% | 0.26% | - |
| HSV(B) | 316.54º | 0.97% | 0.51% | - |
| XYZ | 11.51 | 5.76 | 11.57 | - |
| YUV | 52.46 | 152.58 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 4 | 96 | 0 | 0.97 | 0.27 | 0.49 | 316.54 | 0.94 | 0.26 |
| Hex | 83 | 4 | 60 | 0 | 61 | 1B | 31 | 13D | 5E | 1A |
| Octal | 203 | 4 | 140 | 0 | 141 | 33 | 61 | 475 | 136 | 32 |
| Binary | 10000011 | 100 | 1100000 | 0 | 1100001 | 11011 | 110001 | 100111101 | 1011110 | 11010 |
Color Harmonies of #830460
Complementary color
Monochromatic Colors of #830460
Black with #830460
Text Example
Text Example
White with #830460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830460; }
p { color: rgb(131,4,96); }
H1.HeaderClassName
{
color: #830460;
}
.AnyTagClassName
{
color: #830460;
}
</style>
background-color css
<style>
a { background-color: #830460; }
a { background-color: rgb(131,4,96); }
div.DivClassName
{
background-color: #830460;
}
.BgClassName
{
background-color: #830460;
}
</style>
border-color css
<style>
span { border-color: #830460; }
span { border-color: rgb(131,4,96); }
td.TdClassName
{
border-color: #830460;
}
.TagClassName
{
border-color: #830460;
}
</style>