Shades of Eggplant #880965
Tints of Eggplant #880965
RGB
CMYK
RGB Variations
Color information
#880965 (or 0x880965) is known color: Eggplant. HEX triplet: 88, 09 and 65. RGB value is (136,9,101). Sum of RGB (Red+Green+Blue) = 136+9+101=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #880965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880965 is #77F69A. Grayscale: #393939. Windows color (decimal): -7861915 or 6621576. OLE color: 6621576.
HSL color Cylindrical-coordinate representation of color #880965: hue angle of 316.54º 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 #880965 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 101 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.47 |
| HSL | 316.54º | 0.88% | 0.28% | - |
| HSV(B) | 316.54º | 0.93% | 0.53% | - |
| XYZ | 12.6 | 6.37 | 12.88 | - |
| YUV | 57.46 | 152.58 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 101 | 0 | 0.93 | 0.26 | 0.47 | 316.54 | 0.88 | 0.28 |
| Hex | 88 | 9 | 65 | 0 | 5D | 1A | 2F | 13D | 58 | 1C |
| Octal | 210 | 11 | 145 | 0 | 135 | 32 | 57 | 475 | 130 | 34 |
| Binary | 10001000 | 1001 | 1100101 | 0 | 1011101 | 11010 | 101111 | 100111101 | 1011000 | 11100 |
Color Harmonies of #880965
Complementary color
Monochromatic Colors of #880965
Black with #880965
Text Example
Text Example
White with #880965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880965; }
p { color: rgb(136,9,101); }
H1.HeaderClassName
{
color: #880965;
}
.AnyTagClassName
{
color: #880965;
}
</style>
background-color css
<style>
a { background-color: #880965; }
a { background-color: rgb(136,9,101); }
div.DivClassName
{
background-color: #880965;
}
.BgClassName
{
background-color: #880965;
}
</style>
border-color css
<style>
span { border-color: #880965; }
span { border-color: rgb(136,9,101); }
td.TdClassName
{
border-color: #880965;
}
.TagClassName
{
border-color: #880965;
}
</style>