Shades of Eggplant #880C50
Tints of Eggplant #880C50
RGB
CMYK
RGB Variations
Color information
#880C50 (or 0x880C50) is known color: Eggplant. HEX triplet: 88, 0C and 50. RGB value is (136,12,80). Sum of RGB (Red+Green+Blue) = 136+12+80=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #880C50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880C50 is #77F3AF. Grayscale: #383838. Windows color (decimal): -7861168 or 5246088. OLE color: 5246088.
HSL color Cylindrical-coordinate representation of color #880C50: hue angle of 327.1º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880C50 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 80 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.47 |
| HSL | 327.1º | 0.84% | 0.29% | - |
| HSV(B) | 327.1º | 0.91% | 0.53% | - |
| XYZ | 11.73 | 6.08 | 8.14 | - |
| YUV | 56.83 | 141.08 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 80 | 0 | 0.91 | 0.41 | 0.47 | 327.1 | 0.84 | 0.29 |
| Hex | 88 | C | 50 | 0 | 5B | 29 | 2F | 147 | 54 | 1D |
| Octal | 210 | 14 | 120 | 0 | 133 | 51 | 57 | 507 | 124 | 35 |
| Binary | 10001000 | 1100 | 1010000 | 0 | 1011011 | 101001 | 101111 | 101000111 | 1010100 | 11101 |
Color Harmonies of #880C50
Complementary color
Monochromatic Colors of #880C50
Black with #880C50
Text Example
Text Example
White with #880C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C50; }
p { color: rgb(136,12,80); }
H1.HeaderClassName
{
color: #880C50;
}
.AnyTagClassName
{
color: #880C50;
}
</style>
background-color css
<style>
a { background-color: #880C50; }
a { background-color: rgb(136,12,80); }
div.DivClassName
{
background-color: #880C50;
}
.BgClassName
{
background-color: #880C50;
}
</style>
border-color css
<style>
span { border-color: #880C50; }
span { border-color: rgb(136,12,80); }
td.TdClassName
{
border-color: #880C50;
}
.TagClassName
{
border-color: #880C50;
}
</style>