Shades of Eggplant #800065
Tints of Eggplant #800065
RGB
CMYK
RGB Variations
Color information
#800065 (or 0x800065) is known color: Eggplant. HEX triplet: 80, 00 and 65. RGB value is (128,0,101). Sum of RGB (Red+Green+Blue) = 128+0+101=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #800065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800065 is #7FFF9A. Grayscale: #313131. Windows color (decimal): -8388507 or 6619264. OLE color: 6619264.
HSL color Cylindrical-coordinate representation of color #800065: hue angle of 312.66º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #800065 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.21 | 0.50 |
| HSL | 312.66º | 1% | 0.25% | - |
| HSV(B) | 312.66º | 1% | 0.5% | - |
| XYZ | 11.25 | 5.53 | 12.79 | - |
| YUV | 49.79 | 156.91 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 101 | 0 | 1 | 0.21 | 0.50 | 312.66 | 1 | 0.25 |
| Hex | 80 | 0 | 65 | 0 | 64 | 15 | 32 | 139 | 64 | 19 |
| Octal | 200 | 0 | 145 | 0 | 144 | 25 | 62 | 471 | 144 | 31 |
| Binary | 10000000 | 0 | 1100101 | 0 | 1100100 | 10101 | 110010 | 100111001 | 1100100 | 11001 |
Color Harmonies of #800065
Complementary color
Monochromatic Colors of #800065
Black with #800065
Text Example
Text Example
White with #800065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800065; }
p { color: rgb(128,0,101); }
H1.HeaderClassName
{
color: #800065;
}
.AnyTagClassName
{
color: #800065;
}
</style>
background-color css
<style>
a { background-color: #800065; }
a { background-color: rgb(128,0,101); }
div.DivClassName
{
background-color: #800065;
}
.BgClassName
{
background-color: #800065;
}
</style>
border-color css
<style>
span { border-color: #800065; }
span { border-color: rgb(128,0,101); }
td.TdClassName
{
border-color: #800065;
}
.TagClassName
{
border-color: #800065;
}
</style>