Shades of Eggplant #830353
Tints of Eggplant #830353
RGB
CMYK
RGB Variations
Color information
#830353 (or 0x830353) is known color: Eggplant. HEX triplet: 83, 03 and 53. RGB value is (131,3,83). Sum of RGB (Red+Green+Blue) = 131+3+83=217 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.37% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 131 - color contains mainly: red. Hex color #830353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830353 is #7CFCAC. Grayscale: #323232. Windows color (decimal): -8191149 or 5440387. OLE color: 5440387.
HSL color Cylindrical-coordinate representation of color #830353: hue angle of 322.5º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #830353 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 3 | 83 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.49 |
| HSL | 322.5º | 0.96% | 0.26% | - |
| HSV(B) | 322.5º | 0.98% | 0.51% | - |
| XYZ | 10.95 | 5.51 | 8.67 | - |
| YUV | 50.39 | 146.41 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 83 | 0 | 0.98 | 0.37 | 0.49 | 322.5 | 0.96 | 0.26 |
| Hex | 83 | 3 | 53 | 0 | 62 | 25 | 31 | 142 | 60 | 1A |
| Octal | 203 | 3 | 123 | 0 | 142 | 45 | 61 | 502 | 140 | 32 |
| Binary | 10000011 | 11 | 1010011 | 0 | 1100010 | 100101 | 110001 | 101000010 | 1100000 | 11010 |
Color Harmonies of #830353
Complementary color
Monochromatic Colors of #830353
Black with #830353
Text Example
Text Example
White with #830353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830353; }
p { color: rgb(131,3,83); }
H1.HeaderClassName
{
color: #830353;
}
.AnyTagClassName
{
color: #830353;
}
</style>
background-color css
<style>
a { background-color: #830353; }
a { background-color: rgb(131,3,83); }
div.DivClassName
{
background-color: #830353;
}
.BgClassName
{
background-color: #830353;
}
</style>
border-color css
<style>
span { border-color: #830353; }
span { border-color: rgb(131,3,83); }
td.TdClassName
{
border-color: #830353;
}
.TagClassName
{
border-color: #830353;
}
</style>