Shades of Eggplant #800253
Tints of Eggplant #800253
RGB
CMYK
RGB Variations
Color information
#800253 (or 0x800253) is known color: Eggplant. HEX triplet: 80, 02 and 53. RGB value is (128,2,83). Sum of RGB (Red+Green+Blue) = 128+2+83=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #800253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800253 is #7FFDAC. Grayscale: #303030. Windows color (decimal): -8388013 or 5440128. OLE color: 5440128.
HSL color Cylindrical-coordinate representation of color #800253: hue angle of 321.43º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #800253 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 2 | 83 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.50 |
| HSL | 321.43º | 0.97% | 0.25% | - |
| HSV(B) | 321.43º | 0.98% | 0.5% | - |
| XYZ | 10.49 | 5.26 | 8.65 | - |
| YUV | 48.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 83 | 0 | 0.98 | 0.35 | 0.50 | 321.43 | 0.97 | 0.25 |
| Hex | 80 | 2 | 53 | 0 | 62 | 23 | 32 | 141 | 61 | 19 |
| Octal | 200 | 2 | 123 | 0 | 142 | 43 | 62 | 501 | 141 | 31 |
| Binary | 10000000 | 10 | 1010011 | 0 | 1100010 | 100011 | 110010 | 101000001 | 1100001 | 11001 |
Color Harmonies of #800253
Complementary color
Monochromatic Colors of #800253
Black with #800253
Text Example
Text Example
White with #800253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800253; }
p { color: rgb(128,2,83); }
H1.HeaderClassName
{
color: #800253;
}
.AnyTagClassName
{
color: #800253;
}
</style>
background-color css
<style>
a { background-color: #800253; }
a { background-color: rgb(128,2,83); }
div.DivClassName
{
background-color: #800253;
}
.BgClassName
{
background-color: #800253;
}
</style>
border-color css
<style>
span { border-color: #800253; }
span { border-color: rgb(128,2,83); }
td.TdClassName
{
border-color: #800253;
}
.TagClassName
{
border-color: #800253;
}
</style>