Shades of Eggplant #800265
Tints of Eggplant #800265
RGB
CMYK
RGB Variations
Color information
#800265 (or 0x800265) is known color: Eggplant. HEX triplet: 80, 02 and 65. RGB value is (128,2,101). Sum of RGB (Red+Green+Blue) = 128+2+101=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #800265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800265 is #7FFD9A. Grayscale: #323232. Windows color (decimal): -8387995 or 6619776. OLE color: 6619776.
HSL color Cylindrical-coordinate representation of color #800265: hue angle of 312.86º 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 #800265 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 2 | 101 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.50 |
| HSL | 312.86º | 0.97% | 0.25% | - |
| HSV(B) | 312.86º | 0.98% | 0.5% | - |
| XYZ | 11.27 | 5.57 | 12.79 | - |
| YUV | 50.96 | 156.24 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 101 | 0 | 0.98 | 0.21 | 0.50 | 312.86 | 0.97 | 0.25 |
| Hex | 80 | 2 | 65 | 0 | 62 | 15 | 32 | 139 | 61 | 19 |
| Octal | 200 | 2 | 145 | 0 | 142 | 25 | 62 | 471 | 141 | 31 |
| Binary | 10000000 | 10 | 1100101 | 0 | 1100010 | 10101 | 110010 | 100111001 | 1100001 | 11001 |
Color Harmonies of #800265
Complementary color
Monochromatic Colors of #800265
Black with #800265
Text Example
Text Example
White with #800265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800265; }
p { color: rgb(128,2,101); }
H1.HeaderClassName
{
color: #800265;
}
.AnyTagClassName
{
color: #800265;
}
</style>
background-color css
<style>
a { background-color: #800265; }
a { background-color: rgb(128,2,101); }
div.DivClassName
{
background-color: #800265;
}
.BgClassName
{
background-color: #800265;
}
</style>
border-color css
<style>
span { border-color: #800265; }
span { border-color: rgb(128,2,101); }
td.TdClassName
{
border-color: #800265;
}
.TagClassName
{
border-color: #800265;
}
</style>