Shades of Eggplant #880F54
Tints of Eggplant #880F54
RGB
CMYK
RGB Variations
Color information
#880F54 (or 0x880F54) is known color: Eggplant. HEX triplet: 88, 0F and 54. RGB value is (136,15,84). Sum of RGB (Red+Green+Blue) = 136+15+84=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #880F54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880F54 is #77F0AB. Grayscale: #3A3A3A. Windows color (decimal): -7860396 or 5509000. OLE color: 5509000.
HSL color Cylindrical-coordinate representation of color #880F54: hue angle of 325.79º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #880F54 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 15 | 84 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.47 |
| HSL | 325.79º | 0.8% | 0.3% | - |
| HSV(B) | 325.79º | 0.89% | 0.53% | - |
| XYZ | 11.92 | 6.22 | 8.96 | - |
| YUV | 59.05 | 142.09 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 84 | 0 | 0.89 | 0.38 | 0.47 | 325.79 | 0.8 | 0.3 |
| Hex | 88 | F | 54 | 0 | 59 | 26 | 2F | 146 | 50 | 1E |
| Octal | 210 | 17 | 124 | 0 | 131 | 46 | 57 | 506 | 120 | 36 |
| Binary | 10001000 | 1111 | 1010100 | 0 | 1011001 | 100110 | 101111 | 101000110 | 1010000 | 11110 |
Color Harmonies of #880F54
Complementary color
Monochromatic Colors of #880F54
Black with #880F54
Text Example
Text Example
White with #880F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880F54; }
p { color: rgb(136,15,84); }
H1.HeaderClassName
{
color: #880F54;
}
.AnyTagClassName
{
color: #880F54;
}
</style>
background-color css
<style>
a { background-color: #880F54; }
a { background-color: rgb(136,15,84); }
div.DivClassName
{
background-color: #880F54;
}
.BgClassName
{
background-color: #880F54;
}
</style>
border-color css
<style>
span { border-color: #880F54; }
span { border-color: rgb(136,15,84); }
td.TdClassName
{
border-color: #880F54;
}
.TagClassName
{
border-color: #880F54;
}
</style>