Shades of Eggplant #880C62
Tints of Eggplant #880C62
RGB
CMYK
RGB Variations
Color information
#880C62 (or 0x880C62) is known color: Eggplant. HEX triplet: 88, 0C and 62. RGB value is (136,12,98). Sum of RGB (Red+Green+Blue) = 136+12+98=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #880C62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880C62 is #77F39D. Grayscale: #3A3A3A. Windows color (decimal): -7861150 or 6425736. OLE color: 6425736.
HSL color Cylindrical-coordinate representation of color #880C62: hue angle of 318.39º 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 #880C62 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 98 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.47 |
| HSL | 318.39º | 0.84% | 0.29% | - |
| HSV(B) | 318.39º | 0.91% | 0.53% | - |
| XYZ | 12.49 | 6.38 | 12.13 | - |
| YUV | 58.88 | 150.08 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 98 | 0 | 0.91 | 0.28 | 0.47 | 318.39 | 0.84 | 0.29 |
| Hex | 88 | C | 62 | 0 | 5B | 1C | 2F | 13E | 54 | 1D |
| Octal | 210 | 14 | 142 | 0 | 133 | 34 | 57 | 476 | 124 | 35 |
| Binary | 10001000 | 1100 | 1100010 | 0 | 1011011 | 11100 | 101111 | 100111110 | 1010100 | 11101 |
Color Harmonies of #880C62
Complementary color
Monochromatic Colors of #880C62
Black with #880C62
Text Example
Text Example
White with #880C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C62; }
p { color: rgb(136,12,98); }
H1.HeaderClassName
{
color: #880C62;
}
.AnyTagClassName
{
color: #880C62;
}
</style>
background-color css
<style>
a { background-color: #880C62; }
a { background-color: rgb(136,12,98); }
div.DivClassName
{
background-color: #880C62;
}
.BgClassName
{
background-color: #880C62;
}
</style>
border-color css
<style>
span { border-color: #880C62; }
span { border-color: rgb(136,12,98); }
td.TdClassName
{
border-color: #880C62;
}
.TagClassName
{
border-color: #880C62;
}
</style>