Shades of Eggplant #830563
Tints of Eggplant #830563
RGB
CMYK
RGB Variations
Color information
#830563 (or 0x830563) is known color: Eggplant. HEX triplet: 83, 05 and 63. RGB value is (131,5,99). Sum of RGB (Red+Green+Blue) = 131+5+99=235 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.74% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 131 - color contains mainly: red. Hex color #830563 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830563 is #7CFA9C. Grayscale: #353535. Windows color (decimal): -8190621 or 6489475. OLE color: 6489475.
HSL color Cylindrical-coordinate representation of color #830563: hue angle of 315.24º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #830563 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 5 | 99 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.49 |
| HSL | 315.24º | 0.93% | 0.27% | - |
| HSV(B) | 315.24º | 0.96% | 0.51% | - |
| XYZ | 11.67 | 5.83 | 12.32 | - |
| YUV | 53.39 | 153.74 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 5 | 99 | 0 | 0.96 | 0.24 | 0.49 | 315.24 | 0.93 | 0.27 |
| Hex | 83 | 5 | 63 | 0 | 60 | 18 | 31 | 13B | 5D | 1B |
| Octal | 203 | 5 | 143 | 0 | 140 | 30 | 61 | 473 | 135 | 33 |
| Binary | 10000011 | 101 | 1100011 | 0 | 1100000 | 11000 | 110001 | 100111011 | 1011101 | 11011 |
Color Harmonies of #830563
Complementary color
Monochromatic Colors of #830563
Black with #830563
Text Example
Text Example
White with #830563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830563; }
p { color: rgb(131,5,99); }
H1.HeaderClassName
{
color: #830563;
}
.AnyTagClassName
{
color: #830563;
}
</style>
background-color css
<style>
a { background-color: #830563; }
a { background-color: rgb(131,5,99); }
div.DivClassName
{
background-color: #830563;
}
.BgClassName
{
background-color: #830563;
}
</style>
border-color css
<style>
span { border-color: #830563; }
span { border-color: rgb(131,5,99); }
td.TdClassName
{
border-color: #830563;
}
.TagClassName
{
border-color: #830563;
}
</style>