Shades of Eggplant #800164
Tints of Eggplant #800164
RGB
CMYK
RGB Variations
Color information
#800164 (or 0x800164) is known color: Eggplant. HEX triplet: 80, 01 and 64. RGB value is (128,1,100). Sum of RGB (Red+Green+Blue) = 128+1+100=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 100 (39.45% from 255 or 43.67% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #800164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800164 is #7FFE9B. Grayscale: #313131. Windows color (decimal): -8388252 or 6553984. OLE color: 6553984.
HSL color Cylindrical-coordinate representation of color #800164: hue angle of 313.23º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #800164 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 1 | 100 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.50 |
| HSL | 313.23º | 0.98% | 0.25% | - |
| HSV(B) | 313.23º | 0.99% | 0.5% | - |
| XYZ | 11.21 | 5.53 | 12.53 | - |
| YUV | 50.26 | 156.08 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 100 | 0 | 0.99 | 0.22 | 0.50 | 313.23 | 0.98 | 0.25 |
| Hex | 80 | 1 | 64 | 0 | 63 | 16 | 32 | 139 | 62 | 19 |
| Octal | 200 | 1 | 144 | 0 | 143 | 26 | 62 | 471 | 142 | 31 |
| Binary | 10000000 | 1 | 1100100 | 0 | 1100011 | 10110 | 110010 | 100111001 | 1100010 | 11001 |
Color Harmonies of #800164
Complementary color
Monochromatic Colors of #800164
Black with #800164
Text Example
Text Example
White with #800164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800164; }
p { color: rgb(128,1,100); }
H1.HeaderClassName
{
color: #800164;
}
.AnyTagClassName
{
color: #800164;
}
</style>
background-color css
<style>
a { background-color: #800164; }
a { background-color: rgb(128,1,100); }
div.DivClassName
{
background-color: #800164;
}
.BgClassName
{
background-color: #800164;
}
</style>
border-color css
<style>
span { border-color: #800164; }
span { border-color: rgb(128,1,100); }
td.TdClassName
{
border-color: #800164;
}
.TagClassName
{
border-color: #800164;
}
</style>