Shades of Eggplant #880065
Tints of Eggplant #880065
RGB
CMYK
RGB Variations
Color information
#880065 (or 0x880065) is known color: Eggplant. HEX triplet: 88, 00 and 65. RGB value is (136,0,101). Sum of RGB (Red+Green+Blue) = 136+0+101=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #880065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880065 is #77FF9A. Grayscale: #333333. Windows color (decimal): -7864219 or 6619272. OLE color: 6619272.
HSL color Cylindrical-coordinate representation of color #880065: hue angle of 315.44º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #880065 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.26 | 0.47 |
| HSL | 315.44º | 1% | 0.27% | - |
| HSV(B) | 315.44º | 1% | 0.53% | - |
| XYZ | 12.5 | 6.17 | 12.84 | - |
| YUV | 52.18 | 155.56 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 101 | 0 | 1 | 0.26 | 0.47 | 315.44 | 1 | 0.27 |
| Hex | 88 | 0 | 65 | 0 | 64 | 1A | 2F | 13B | 64 | 1B |
| Octal | 210 | 0 | 145 | 0 | 144 | 32 | 57 | 473 | 144 | 33 |
| Binary | 10001000 | 0 | 1100101 | 0 | 1100100 | 11010 | 101111 | 100111011 | 1100100 | 11011 |
Color Harmonies of #880065
Complementary color
Monochromatic Colors of #880065
Black with #880065
Text Example
Text Example
White with #880065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880065; }
p { color: rgb(136,0,101); }
H1.HeaderClassName
{
color: #880065;
}
.AnyTagClassName
{
color: #880065;
}
</style>
background-color css
<style>
a { background-color: #880065; }
a { background-color: rgb(136,0,101); }
div.DivClassName
{
background-color: #880065;
}
.BgClassName
{
background-color: #880065;
}
</style>
border-color css
<style>
span { border-color: #880065; }
span { border-color: rgb(136,0,101); }
td.TdClassName
{
border-color: #880065;
}
.TagClassName
{
border-color: #880065;
}
</style>