Shades of Eggplant #880768
Tints of Eggplant #880768
RGB
CMYK
RGB Variations
Color information
#880768 (or 0x880768) is known color: Eggplant. HEX triplet: 88, 07 and 68. RGB value is (136,7,104). Sum of RGB (Red+Green+Blue) = 136+7+104=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #880768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880768 is #77F897. Grayscale: #383838. Windows color (decimal): -7862424 or 6817672. OLE color: 6817672.
HSL color Cylindrical-coordinate representation of color #880768: hue angle of 314.88º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880768 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 7 | 104 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.47 |
| HSL | 314.88º | 0.9% | 0.28% | - |
| HSV(B) | 314.88º | 0.95% | 0.53% | - |
| XYZ | 12.73 | 6.39 | 13.66 | - |
| YUV | 56.63 | 154.74 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 7 | 104 | 0 | 0.95 | 0.24 | 0.47 | 314.88 | 0.9 | 0.28 |
| Hex | 88 | 7 | 68 | 0 | 5F | 18 | 2F | 13B | 5A | 1C |
| Octal | 210 | 7 | 150 | 0 | 137 | 30 | 57 | 473 | 132 | 34 |
| Binary | 10001000 | 111 | 1101000 | 0 | 1011111 | 11000 | 101111 | 100111011 | 1011010 | 11100 |
Color Harmonies of #880768
Complementary color
Monochromatic Colors of #880768
Black with #880768
Text Example
Text Example
White with #880768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880768; }
p { color: rgb(136,7,104); }
H1.HeaderClassName
{
color: #880768;
}
.AnyTagClassName
{
color: #880768;
}
</style>
background-color css
<style>
a { background-color: #880768; }
a { background-color: rgb(136,7,104); }
div.DivClassName
{
background-color: #880768;
}
.BgClassName
{
background-color: #880768;
}
</style>
border-color css
<style>
span { border-color: #880768; }
span { border-color: rgb(136,7,104); }
td.TdClassName
{
border-color: #880768;
}
.TagClassName
{
border-color: #880768;
}
</style>