Shades of Eggplant #830456
Tints of Eggplant #830456
RGB
CMYK
RGB Variations
Color information
#830456 (or 0x830456) is known color: Eggplant. HEX triplet: 83, 04 and 56. RGB value is (131,4,86). Sum of RGB (Red+Green+Blue) = 131+4+86=221 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.28% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 131 - color contains mainly: red. Hex color #830456 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830456 is #7CFBA9. Grayscale: #333333. Windows color (decimal): -8190890 or 5637251. OLE color: 5637251.
HSL color Cylindrical-coordinate representation of color #830456: hue angle of 321.26º 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 #830456 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 4 | 86 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.49 |
| HSL | 321.26º | 0.94% | 0.26% | - |
| HSV(B) | 321.26º | 0.97% | 0.51% | - |
| XYZ | 11.08 | 5.58 | 9.3 | - |
| YUV | 51.32 | 147.58 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 4 | 86 | 0 | 0.97 | 0.34 | 0.49 | 321.26 | 0.94 | 0.26 |
| Hex | 83 | 4 | 56 | 0 | 61 | 22 | 31 | 141 | 5E | 1A |
| Octal | 203 | 4 | 126 | 0 | 141 | 42 | 61 | 501 | 136 | 32 |
| Binary | 10000011 | 100 | 1010110 | 0 | 1100001 | 100010 | 110001 | 101000001 | 1011110 | 11010 |
Color Harmonies of #830456
Complementary color
Monochromatic Colors of #830456
Black with #830456
Text Example
Text Example
White with #830456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830456; }
p { color: rgb(131,4,86); }
H1.HeaderClassName
{
color: #830456;
}
.AnyTagClassName
{
color: #830456;
}
</style>
background-color css
<style>
a { background-color: #830456; }
a { background-color: rgb(131,4,86); }
div.DivClassName
{
background-color: #830456;
}
.BgClassName
{
background-color: #830456;
}
</style>
border-color css
<style>
span { border-color: #830456; }
span { border-color: rgb(131,4,86); }
td.TdClassName
{
border-color: #830456;
}
.TagClassName
{
border-color: #830456;
}
</style>