Shades of Eggplant #830053
Tints of Eggplant #830053
RGB
CMYK
RGB Variations
Color information
#830053 (or 0x830053) is known color: Eggplant. HEX triplet: 83, 00 and 53. RGB value is (131,0,83). Sum of RGB (Red+Green+Blue) = 131+0+83=214 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.21% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 131 - color contains mainly: red. Hex color #830053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830053 is #7CFFAC. Grayscale: #303030. Windows color (decimal): -8191917 or 5439619. OLE color: 5439619.
HSL color Cylindrical-coordinate representation of color #830053: hue angle of 321.98º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #830053 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.37 | 0.49 |
| HSL | 321.98º | 1% | 0.26% | - |
| HSV(B) | 321.98º | 1% | 0.51% | - |
| XYZ | 10.92 | 5.45 | 8.66 | - |
| YUV | 48.63 | 147.4 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 83 | 0 | 1 | 0.37 | 0.49 | 321.98 | 1 | 0.26 |
| Hex | 83 | 0 | 53 | 0 | 64 | 25 | 31 | 142 | 64 | 1A |
| Octal | 203 | 0 | 123 | 0 | 144 | 45 | 61 | 502 | 144 | 32 |
| Binary | 10000011 | 0 | 1010011 | 0 | 1100100 | 100101 | 110001 | 101000010 | 1100100 | 11010 |
Color Harmonies of #830053
Complementary color
Monochromatic Colors of #830053
Black with #830053
Text Example
Text Example
White with #830053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830053; }
p { color: rgb(131,0,83); }
H1.HeaderClassName
{
color: #830053;
}
.AnyTagClassName
{
color: #830053;
}
</style>
background-color css
<style>
a { background-color: #830053; }
a { background-color: rgb(131,0,83); }
div.DivClassName
{
background-color: #830053;
}
.BgClassName
{
background-color: #830053;
}
</style>
border-color css
<style>
span { border-color: #830053; }
span { border-color: rgb(131,0,83); }
td.TdClassName
{
border-color: #830053;
}
.TagClassName
{
border-color: #830053;
}
</style>