Shades of Eggplant #880869
Tints of Eggplant #880869
RGB
CMYK
RGB Variations
Color information
#880869 (or 0x880869) is known color: Eggplant. HEX triplet: 88, 08 and 69. RGB value is (136,8,105). Sum of RGB (Red+Green+Blue) = 136+8+105=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #880869 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880869 is #77F796. Grayscale: #393939. Windows color (decimal): -7862167 or 6883464. OLE color: 6883464.
HSL color Cylindrical-coordinate representation of color #880869: hue angle of 314.53º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880869 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 105 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.47 |
| HSL | 314.53º | 0.89% | 0.28% | - |
| HSV(B) | 314.53º | 0.94% | 0.53% | - |
| XYZ | 12.79 | 6.43 | 13.93 | - |
| YUV | 57.33 | 154.91 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 105 | 0 | 0.94 | 0.23 | 0.47 | 314.53 | 0.89 | 0.28 |
| Hex | 88 | 8 | 69 | 0 | 5E | 17 | 2F | 13B | 59 | 1C |
| Octal | 210 | 10 | 151 | 0 | 136 | 27 | 57 | 473 | 131 | 34 |
| Binary | 10001000 | 1000 | 1101001 | 0 | 1011110 | 10111 | 101111 | 100111011 | 1011001 | 11100 |
Color Harmonies of #880869
Complementary color
Monochromatic Colors of #880869
Black with #880869
Text Example
Text Example
White with #880869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880869; }
p { color: rgb(136,8,105); }
H1.HeaderClassName
{
color: #880869;
}
.AnyTagClassName
{
color: #880869;
}
</style>
background-color css
<style>
a { background-color: #880869; }
a { background-color: rgb(136,8,105); }
div.DivClassName
{
background-color: #880869;
}
.BgClassName
{
background-color: #880869;
}
</style>
border-color css
<style>
span { border-color: #880869; }
span { border-color: rgb(136,8,105); }
td.TdClassName
{
border-color: #880869;
}
.TagClassName
{
border-color: #880869;
}
</style>