Shades of Eggplant #880350
Tints of Eggplant #880350
RGB
CMYK
RGB Variations
Color information
#880350 (or 0x880350) is known color: Eggplant. HEX triplet: 88, 03 and 50. RGB value is (136,3,80). Sum of RGB (Red+Green+Blue) = 136+3+80=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #880350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880350 is #77FCAF. Grayscale: #333333. Windows color (decimal): -7863472 or 5243784. OLE color: 5243784.
HSL color Cylindrical-coordinate representation of color #880350: hue angle of 325.26º 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 #880350 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 3 | 80 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.47 |
| HSL | 325.26º | 0.96% | 0.27% | - |
| HSV(B) | 325.26º | 0.98% | 0.53% | - |
| XYZ | 11.63 | 5.88 | 8.11 | - |
| YUV | 51.55 | 144.06 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 80 | 0 | 0.98 | 0.41 | 0.47 | 325.26 | 0.96 | 0.27 |
| Hex | 88 | 3 | 50 | 0 | 62 | 29 | 2F | 145 | 60 | 1B |
| Octal | 210 | 3 | 120 | 0 | 142 | 51 | 57 | 505 | 140 | 33 |
| Binary | 10001000 | 11 | 1010000 | 0 | 1100010 | 101001 | 101111 | 101000101 | 1100000 | 11011 |
Color Harmonies of #880350
Complementary color
Monochromatic Colors of #880350
Black with #880350
Text Example
Text Example
White with #880350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880350; }
p { color: rgb(136,3,80); }
H1.HeaderClassName
{
color: #880350;
}
.AnyTagClassName
{
color: #880350;
}
</style>
background-color css
<style>
a { background-color: #880350; }
a { background-color: rgb(136,3,80); }
div.DivClassName
{
background-color: #880350;
}
.BgClassName
{
background-color: #880350;
}
</style>
border-color css
<style>
span { border-color: #880350; }
span { border-color: rgb(136,3,80); }
td.TdClassName
{
border-color: #880350;
}
.TagClassName
{
border-color: #880350;
}
</style>