Shades of Eggplant #800365
Tints of Eggplant #800365
RGB
CMYK
RGB Variations
Color information
#800365 (or 0x800365) is known color: Eggplant. HEX triplet: 80, 03 and 65. RGB value is (128,3,101). Sum of RGB (Red+Green+Blue) = 128+3+101=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #800365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800365 is #7FFC9A. Grayscale: #333333. Windows color (decimal): -8387739 or 6620032. OLE color: 6620032.
HSL color Cylindrical-coordinate representation of color #800365: hue angle of 312.96º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #800365 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 3 | 101 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.50 |
| HSL | 312.96º | 0.95% | 0.26% | - |
| HSV(B) | 312.96º | 0.98% | 0.5% | - |
| XYZ | 11.28 | 5.59 | 12.8 | - |
| YUV | 51.55 | 155.91 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 3 | 101 | 0 | 0.98 | 0.21 | 0.50 | 312.96 | 0.95 | 0.26 |
| Hex | 80 | 3 | 65 | 0 | 62 | 15 | 32 | 139 | 5F | 1A |
| Octal | 200 | 3 | 145 | 0 | 142 | 25 | 62 | 471 | 137 | 32 |
| Binary | 10000000 | 11 | 1100101 | 0 | 1100010 | 10101 | 110010 | 100111001 | 1011111 | 11010 |
Color Harmonies of #800365
Complementary color
Monochromatic Colors of #800365
Black with #800365
Text Example
Text Example
White with #800365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800365; }
p { color: rgb(128,3,101); }
H1.HeaderClassName
{
color: #800365;
}
.AnyTagClassName
{
color: #800365;
}
</style>
background-color css
<style>
a { background-color: #800365; }
a { background-color: rgb(128,3,101); }
div.DivClassName
{
background-color: #800365;
}
.BgClassName
{
background-color: #800365;
}
</style>
border-color css
<style>
span { border-color: #800365; }
span { border-color: rgb(128,3,101); }
td.TdClassName
{
border-color: #800365;
}
.TagClassName
{
border-color: #800365;
}
</style>