Shades of Eggplant #880A5C
Tints of Eggplant #880A5C
RGB
CMYK
RGB Variations
Color information
#880A5C (or 0x880A5C) is known color: Eggplant. HEX triplet: 88, 0A and 5C. RGB value is (136,10,92). Sum of RGB (Red+Green+Blue) = 136+10+92=238 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.14% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 136 - color contains mainly: red. Hex color #880A5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880A5C is #77F5A3. Grayscale: #383838. Windows color (decimal): -7861668 or 6032008. OLE color: 6032008.
HSL color Cylindrical-coordinate representation of color #880A5C: hue angle of 320.95º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A5C is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 92 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.47 |
| HSL | 320.95º | 0.86% | 0.29% | - |
| HSV(B) | 320.95º | 0.93% | 0.53% | - |
| XYZ | 12.19 | 6.22 | 10.68 | - |
| YUV | 57.02 | 147.74 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 92 | 0 | 0.93 | 0.32 | 0.47 | 320.95 | 0.86 | 0.29 |
| Hex | 88 | A | 5C | 0 | 5D | 20 | 2F | 141 | 56 | 1D |
| Octal | 210 | 12 | 134 | 0 | 135 | 40 | 57 | 501 | 126 | 35 |
| Binary | 10001000 | 1010 | 1011100 | 0 | 1011101 | 100000 | 101111 | 101000001 | 1010110 | 11101 |
Color Harmonies of #880A5C
Complementary color
Monochromatic Colors of #880A5C
Black with #880A5C
Text Example
Text Example
White with #880A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A5C; }
p { color: rgb(136,10,92); }
H1.HeaderClassName
{
color: #880A5C;
}
.AnyTagClassName
{
color: #880A5C;
}
</style>
background-color css
<style>
a { background-color: #880A5C; }
a { background-color: rgb(136,10,92); }
div.DivClassName
{
background-color: #880A5C;
}
.BgClassName
{
background-color: #880A5C;
}
</style>
border-color css
<style>
span { border-color: #880A5C; }
span { border-color: rgb(136,10,92); }
td.TdClassName
{
border-color: #880A5C;
}
.TagClassName
{
border-color: #880A5C;
}
</style>