Shades of Eggplant #880C65
Tints of Eggplant #880C65
RGB
CMYK
RGB Variations
Color information
#880C65 (or 0x880C65) is known color: Eggplant. HEX triplet: 88, 0C and 65. RGB value is (136,12,101). Sum of RGB (Red+Green+Blue) = 136+12+101=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #880C65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880C65 is #77F39A. Grayscale: #3A3A3A. Windows color (decimal): -7861147 or 6622344. OLE color: 6622344.
HSL color Cylindrical-coordinate representation of color #880C65: hue angle of 316.94º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880C65 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 101 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.47 |
| HSL | 316.94º | 0.84% | 0.29% | - |
| HSV(B) | 316.94º | 0.91% | 0.53% | - |
| XYZ | 12.63 | 6.44 | 12.89 | - |
| YUV | 59.22 | 151.58 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 101 | 0 | 0.91 | 0.26 | 0.47 | 316.94 | 0.84 | 0.29 |
| Hex | 88 | C | 65 | 0 | 5B | 1A | 2F | 13D | 54 | 1D |
| Octal | 210 | 14 | 145 | 0 | 133 | 32 | 57 | 475 | 124 | 35 |
| Binary | 10001000 | 1100 | 1100101 | 0 | 1011011 | 11010 | 101111 | 100111101 | 1010100 | 11101 |
Color Harmonies of #880C65
Complementary color
Monochromatic Colors of #880C65
Black with #880C65
Text Example
Text Example
White with #880C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C65; }
p { color: rgb(136,12,101); }
H1.HeaderClassName
{
color: #880C65;
}
.AnyTagClassName
{
color: #880C65;
}
</style>
background-color css
<style>
a { background-color: #880C65; }
a { background-color: rgb(136,12,101); }
div.DivClassName
{
background-color: #880C65;
}
.BgClassName
{
background-color: #880C65;
}
</style>
border-color css
<style>
span { border-color: #880C65; }
span { border-color: rgb(136,12,101); }
td.TdClassName
{
border-color: #880C65;
}
.TagClassName
{
border-color: #880C65;
}
</style>