Shades of Eggplant #880963
Tints of Eggplant #880963
RGB
CMYK
RGB Variations
Color information
#880963 (or 0x880963) is known color: Eggplant. HEX triplet: 88, 09 and 63. RGB value is (136,9,99). Sum of RGB (Red+Green+Blue) = 136+9+99=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #880963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880963 is #77F69C. Grayscale: #393939. Windows color (decimal): -7861917 or 6490504. OLE color: 6490504.
HSL color Cylindrical-coordinate representation of color #880963: hue angle of 317.48º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880963 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 99 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.47 |
| HSL | 317.48º | 0.88% | 0.28% | - |
| HSV(B) | 317.48º | 0.93% | 0.53% | - |
| XYZ | 12.5 | 6.33 | 12.37 | - |
| YUV | 57.23 | 151.58 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 99 | 0 | 0.93 | 0.27 | 0.47 | 317.48 | 0.88 | 0.28 |
| Hex | 88 | 9 | 63 | 0 | 5D | 1B | 2F | 13D | 58 | 1C |
| Octal | 210 | 11 | 143 | 0 | 135 | 33 | 57 | 475 | 130 | 34 |
| Binary | 10001000 | 1001 | 1100011 | 0 | 1011101 | 11011 | 101111 | 100111101 | 1011000 | 11100 |
Color Harmonies of #880963
Complementary color
Monochromatic Colors of #880963
Black with #880963
Text Example
Text Example
White with #880963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880963; }
p { color: rgb(136,9,99); }
H1.HeaderClassName
{
color: #880963;
}
.AnyTagClassName
{
color: #880963;
}
</style>
background-color css
<style>
a { background-color: #880963; }
a { background-color: rgb(136,9,99); }
div.DivClassName
{
background-color: #880963;
}
.BgClassName
{
background-color: #880963;
}
</style>
border-color css
<style>
span { border-color: #880963; }
span { border-color: rgb(136,9,99); }
td.TdClassName
{
border-color: #880963;
}
.TagClassName
{
border-color: #880963;
}
</style>