Shades of Eggplant #880658
Tints of Eggplant #880658
RGB
CMYK
RGB Variations
Color information
#880658 (or 0x880658) is known color: Eggplant. HEX triplet: 88, 06 and 58. RGB value is (136,6,88). Sum of RGB (Red+Green+Blue) = 136+6+88=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #880658 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880658 is #77F9A7. Grayscale: #363636. Windows color (decimal): -7862696 or 5768840. OLE color: 5768840.
HSL color Cylindrical-coordinate representation of color #880658: hue angle of 322.15º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880658 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 6 | 88 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.47 |
| HSL | 322.15º | 0.92% | 0.28% | - |
| HSV(B) | 322.15º | 0.96% | 0.53% | - |
| XYZ | 11.98 | 6.07 | 9.77 | - |
| YUV | 54.22 | 147.07 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 6 | 88 | 0 | 0.96 | 0.35 | 0.47 | 322.15 | 0.92 | 0.28 |
| Hex | 88 | 6 | 58 | 0 | 60 | 23 | 2F | 142 | 5C | 1C |
| Octal | 210 | 6 | 130 | 0 | 140 | 43 | 57 | 502 | 134 | 34 |
| Binary | 10001000 | 110 | 1011000 | 0 | 1100000 | 100011 | 101111 | 101000010 | 1011100 | 11100 |
Color Harmonies of #880658
Complementary color
Monochromatic Colors of #880658
Black with #880658
Text Example
Text Example
White with #880658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880658; }
p { color: rgb(136,6,88); }
H1.HeaderClassName
{
color: #880658;
}
.AnyTagClassName
{
color: #880658;
}
</style>
background-color css
<style>
a { background-color: #880658; }
a { background-color: rgb(136,6,88); }
div.DivClassName
{
background-color: #880658;
}
.BgClassName
{
background-color: #880658;
}
</style>
border-color css
<style>
span { border-color: #880658; }
span { border-color: rgb(136,6,88); }
td.TdClassName
{
border-color: #880658;
}
.TagClassName
{
border-color: #880658;
}
</style>