Shades of Eggplant #880365
Tints of Eggplant #880365
RGB
CMYK
RGB Variations
Color information
#880365 (or 0x880365) is known color: Eggplant. HEX triplet: 88, 03 and 65. RGB value is (136,3,101). Sum of RGB (Red+Green+Blue) = 136+3+101=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #880365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880365 is #77FC9A. Grayscale: #353535. Windows color (decimal): -7863451 or 6620040. OLE color: 6620040.
HSL color Cylindrical-coordinate representation of color #880365: hue angle of 315.79º 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 #880365 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 3 | 101 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.47 |
| HSL | 315.79º | 0.96% | 0.27% | - |
| HSV(B) | 315.79º | 0.98% | 0.53% | - |
| XYZ | 12.53 | 6.24 | 12.86 | - |
| YUV | 53.94 | 154.56 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 101 | 0 | 0.98 | 0.26 | 0.47 | 315.79 | 0.96 | 0.27 |
| Hex | 88 | 3 | 65 | 0 | 62 | 1A | 2F | 13C | 60 | 1B |
| Octal | 210 | 3 | 145 | 0 | 142 | 32 | 57 | 474 | 140 | 33 |
| Binary | 10001000 | 11 | 1100101 | 0 | 1100010 | 11010 | 101111 | 100111100 | 1100000 | 11011 |
Color Harmonies of #880365
Complementary color
Monochromatic Colors of #880365
Black with #880365
Text Example
Text Example
White with #880365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880365; }
p { color: rgb(136,3,101); }
H1.HeaderClassName
{
color: #880365;
}
.AnyTagClassName
{
color: #880365;
}
</style>
background-color css
<style>
a { background-color: #880365; }
a { background-color: rgb(136,3,101); }
div.DivClassName
{
background-color: #880365;
}
.BgClassName
{
background-color: #880365;
}
</style>
border-color css
<style>
span { border-color: #880365; }
span { border-color: rgb(136,3,101); }
td.TdClassName
{
border-color: #880365;
}
.TagClassName
{
border-color: #880365;
}
</style>