Shades of Eggplant #880360
Tints of Eggplant #880360
RGB
CMYK
RGB Variations
Color information
#880360 (or 0x880360) is known color: Eggplant. HEX triplet: 88, 03 and 60. RGB value is (136,3,96). Sum of RGB (Red+Green+Blue) = 136+3+96=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #880360 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880360 is #77FC9F. Grayscale: #353535. Windows color (decimal): -7863456 or 6292360. OLE color: 6292360.
HSL color Cylindrical-coordinate representation of color #880360: hue angle of 318.05º 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 #880360 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 3 | 96 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.47 |
| HSL | 318.05º | 0.96% | 0.27% | - |
| HSV(B) | 318.05º | 0.98% | 0.53% | - |
| XYZ | 12.3 | 6.14 | 11.6 | - |
| YUV | 53.37 | 152.06 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 96 | 0 | 0.98 | 0.29 | 0.47 | 318.05 | 0.96 | 0.27 |
| Hex | 88 | 3 | 60 | 0 | 62 | 1D | 2F | 13E | 60 | 1B |
| Octal | 210 | 3 | 140 | 0 | 142 | 35 | 57 | 476 | 140 | 33 |
| Binary | 10001000 | 11 | 1100000 | 0 | 1100010 | 11101 | 101111 | 100111110 | 1100000 | 11011 |
Color Harmonies of #880360
Complementary color
Monochromatic Colors of #880360
Black with #880360
Text Example
Text Example
White with #880360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880360; }
p { color: rgb(136,3,96); }
H1.HeaderClassName
{
color: #880360;
}
.AnyTagClassName
{
color: #880360;
}
</style>
background-color css
<style>
a { background-color: #880360; }
a { background-color: rgb(136,3,96); }
div.DivClassName
{
background-color: #880360;
}
.BgClassName
{
background-color: #880360;
}
</style>
border-color css
<style>
span { border-color: #880360; }
span { border-color: rgb(136,3,96); }
td.TdClassName
{
border-color: #880360;
}
.TagClassName
{
border-color: #880360;
}
</style>