Shades of Eggplant #880358
Tints of Eggplant #880358
RGB
CMYK
RGB Variations
Color information
#880358 (or 0x880358) is known color: Eggplant. HEX triplet: 88, 03 and 58. RGB value is (136,3,88). Sum of RGB (Red+Green+Blue) = 136+3+88=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #880358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880358 is #77FCA7. Grayscale: #343434. Windows color (decimal): -7863464 or 5768072. OLE color: 5768072.
HSL color Cylindrical-coordinate representation of color #880358: hue angle of 321.65º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #880358 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 3 | 88 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.47 |
| HSL | 321.65º | 0.96% | 0.27% | - |
| HSV(B) | 321.65º | 0.98% | 0.53% | - |
| XYZ | 11.95 | 6 | 9.76 | - |
| YUV | 52.46 | 148.06 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 88 | 0 | 0.98 | 0.35 | 0.47 | 321.65 | 0.96 | 0.27 |
| Hex | 88 | 3 | 58 | 0 | 62 | 23 | 2F | 142 | 60 | 1B |
| Octal | 210 | 3 | 130 | 0 | 142 | 43 | 57 | 502 | 140 | 33 |
| Binary | 10001000 | 11 | 1011000 | 0 | 1100010 | 100011 | 101111 | 101000010 | 1100000 | 11011 |
Color Harmonies of #880358
Complementary color
Monochromatic Colors of #880358
Black with #880358
Text Example
Text Example
White with #880358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880358; }
p { color: rgb(136,3,88); }
H1.HeaderClassName
{
color: #880358;
}
.AnyTagClassName
{
color: #880358;
}
</style>
background-color css
<style>
a { background-color: #880358; }
a { background-color: rgb(136,3,88); }
div.DivClassName
{
background-color: #880358;
}
.BgClassName
{
background-color: #880358;
}
</style>
border-color css
<style>
span { border-color: #880358; }
span { border-color: rgb(136,3,88); }
td.TdClassName
{
border-color: #880358;
}
.TagClassName
{
border-color: #880358;
}
</style>