Shades of Eggplant #880867
Tints of Eggplant #880867
RGB
CMYK
RGB Variations
Color information
#880867 (or 0x880867) is known color: Eggplant. HEX triplet: 88, 08 and 67. RGB value is (136,8,103). Sum of RGB (Red+Green+Blue) = 136+8+103=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 103 (40.62% from 255 or 41.70% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #880867 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880867 is #77F798. Grayscale: #383838. Windows color (decimal): -7862169 or 6752392. OLE color: 6752392.
HSL color Cylindrical-coordinate representation of color #880867: hue angle of 315.47º 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 #880867 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 103 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.47 |
| HSL | 315.47º | 0.89% | 0.28% | - |
| HSV(B) | 315.47º | 0.94% | 0.53% | - |
| XYZ | 12.69 | 6.39 | 13.4 | - |
| YUV | 57.1 | 153.91 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 103 | 0 | 0.94 | 0.24 | 0.47 | 315.47 | 0.89 | 0.28 |
| Hex | 88 | 8 | 67 | 0 | 5E | 18 | 2F | 13B | 59 | 1C |
| Octal | 210 | 10 | 147 | 0 | 136 | 30 | 57 | 473 | 131 | 34 |
| Binary | 10001000 | 1000 | 1100111 | 0 | 1011110 | 11000 | 101111 | 100111011 | 1011001 | 11100 |
Color Harmonies of #880867
Complementary color
Monochromatic Colors of #880867
Black with #880867
Text Example
Text Example
White with #880867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880867; }
p { color: rgb(136,8,103); }
H1.HeaderClassName
{
color: #880867;
}
.AnyTagClassName
{
color: #880867;
}
</style>
background-color css
<style>
a { background-color: #880867; }
a { background-color: rgb(136,8,103); }
div.DivClassName
{
background-color: #880867;
}
.BgClassName
{
background-color: #880867;
}
</style>
border-color css
<style>
span { border-color: #880867; }
span { border-color: rgb(136,8,103); }
td.TdClassName
{
border-color: #880867;
}
.TagClassName
{
border-color: #880867;
}
</style>