Shades of Eggplant #880D5C
Tints of Eggplant #880D5C
RGB
CMYK
RGB Variations
Color information
#880D5C (or 0x880D5C) is known color: Eggplant. HEX triplet: 88, 0D and 5C. RGB value is (136,13,92). Sum of RGB (Red+Green+Blue) = 136+13+92=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #880D5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880D5C is #77F2A3. Grayscale: #3A3A3A. Windows color (decimal): -7860900 or 6032776. OLE color: 6032776.
HSL color Cylindrical-coordinate representation of color #880D5C: hue angle of 321.46º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880D5C is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 13 | 92 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.47 |
| HSL | 321.46º | 0.83% | 0.29% | - |
| HSV(B) | 321.46º | 0.9% | 0.53% | - |
| XYZ | 12.23 | 6.29 | 10.7 | - |
| YUV | 58.78 | 146.75 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 92 | 0 | 0.90 | 0.32 | 0.47 | 321.46 | 0.83 | 0.29 |
| Hex | 88 | D | 5C | 0 | 5A | 20 | 2F | 141 | 53 | 1D |
| Octal | 210 | 15 | 134 | 0 | 132 | 40 | 57 | 501 | 123 | 35 |
| Binary | 10001000 | 1101 | 1011100 | 0 | 1011010 | 100000 | 101111 | 101000001 | 1010011 | 11101 |
Color Harmonies of #880D5C
Complementary color
Monochromatic Colors of #880D5C
Black with #880D5C
Text Example
Text Example
White with #880D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880D5C; }
p { color: rgb(136,13,92); }
H1.HeaderClassName
{
color: #880D5C;
}
.AnyTagClassName
{
color: #880D5C;
}
</style>
background-color css
<style>
a { background-color: #880D5C; }
a { background-color: rgb(136,13,92); }
div.DivClassName
{
background-color: #880D5C;
}
.BgClassName
{
background-color: #880D5C;
}
</style>
border-color css
<style>
span { border-color: #880D5C; }
span { border-color: rgb(136,13,92); }
td.TdClassName
{
border-color: #880D5C;
}
.TagClassName
{
border-color: #880D5C;
}
</style>