Shades of Eggplant #800258
Tints of Eggplant #800258
RGB
CMYK
RGB Variations
Color information
#800258 (or 0x800258) is known color: Eggplant. HEX triplet: 80, 02 and 58. RGB value is (128,2,88). Sum of RGB (Red+Green+Blue) = 128+2+88=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #800258 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800258 is #7FFDA7. Grayscale: #313131. Windows color (decimal): -8388008 or 5767808. OLE color: 5767808.
HSL color Cylindrical-coordinate representation of color #800258: hue angle of 319.05º 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 #800258 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 2 | 88 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.50 |
| HSL | 319.05º | 0.97% | 0.25% | - |
| HSV(B) | 319.05º | 0.98% | 0.5% | - |
| XYZ | 10.69 | 5.34 | 9.7 | - |
| YUV | 49.48 | 149.74 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 88 | 0 | 0.98 | 0.31 | 0.50 | 319.05 | 0.97 | 0.25 |
| Hex | 80 | 2 | 58 | 0 | 62 | 1F | 32 | 13F | 61 | 19 |
| Octal | 200 | 2 | 130 | 0 | 142 | 37 | 62 | 477 | 141 | 31 |
| Binary | 10000000 | 10 | 1011000 | 0 | 1100010 | 11111 | 110010 | 100111111 | 1100001 | 11001 |
Color Harmonies of #800258
Complementary color
Monochromatic Colors of #800258
Black with #800258
Text Example
Text Example
White with #800258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800258; }
p { color: rgb(128,2,88); }
H1.HeaderClassName
{
color: #800258;
}
.AnyTagClassName
{
color: #800258;
}
</style>
background-color css
<style>
a { background-color: #800258; }
a { background-color: rgb(128,2,88); }
div.DivClassName
{
background-color: #800258;
}
.BgClassName
{
background-color: #800258;
}
</style>
border-color css
<style>
span { border-color: #800258; }
span { border-color: rgb(128,2,88); }
td.TdClassName
{
border-color: #800258;
}
.TagClassName
{
border-color: #800258;
}
</style>