Shades of Eggplant #880865
Tints of Eggplant #880865
RGB
CMYK
RGB Variations
Color information
#880865 (or 0x880865) is known color: Eggplant. HEX triplet: 88, 08 and 65. RGB value is (136,8,101). Sum of RGB (Red+Green+Blue) = 136+8+101=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #880865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880865 is #77F79A. Grayscale: #383838. Windows color (decimal): -7862171 or 6621320. OLE color: 6621320.
HSL color Cylindrical-coordinate representation of color #880865: hue angle of 316.41º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880865 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 101 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.47 |
| HSL | 316.41º | 0.89% | 0.28% | - |
| HSV(B) | 316.41º | 0.94% | 0.53% | - |
| XYZ | 12.59 | 6.35 | 12.87 | - |
| YUV | 56.87 | 152.91 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 101 | 0 | 0.94 | 0.26 | 0.47 | 316.41 | 0.89 | 0.28 |
| Hex | 88 | 8 | 65 | 0 | 5E | 1A | 2F | 13C | 59 | 1C |
| Octal | 210 | 10 | 145 | 0 | 136 | 32 | 57 | 474 | 131 | 34 |
| Binary | 10001000 | 1000 | 1100101 | 0 | 1011110 | 11010 | 101111 | 100111100 | 1011001 | 11100 |
Color Harmonies of #880865
Complementary color
Monochromatic Colors of #880865
Black with #880865
Text Example
Text Example
White with #880865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880865; }
p { color: rgb(136,8,101); }
H1.HeaderClassName
{
color: #880865;
}
.AnyTagClassName
{
color: #880865;
}
</style>
background-color css
<style>
a { background-color: #880865; }
a { background-color: rgb(136,8,101); }
div.DivClassName
{
background-color: #880865;
}
.BgClassName
{
background-color: #880865;
}
</style>
border-color css
<style>
span { border-color: #880865; }
span { border-color: rgb(136,8,101); }
td.TdClassName
{
border-color: #880865;
}
.TagClassName
{
border-color: #880865;
}
</style>