Shades of Eggplant #880751
Tints of Eggplant #880751
RGB
CMYK
RGB Variations
Color information
#880751 (or 0x880751) is known color: Eggplant. HEX triplet: 88, 07 and 51. RGB value is (136,7,81). Sum of RGB (Red+Green+Blue) = 136+7+81=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #880751 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880751 is #77F8AE. Grayscale: #353535. Windows color (decimal): -7862447 or 5310344. OLE color: 5310344.
HSL color Cylindrical-coordinate representation of color #880751: hue angle of 325.58º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880751 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 7 | 81 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.47 |
| HSL | 325.58º | 0.9% | 0.28% | - |
| HSV(B) | 325.58º | 0.95% | 0.53% | - |
| XYZ | 11.71 | 5.98 | 8.32 | - |
| YUV | 54.01 | 143.24 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 7 | 81 | 0 | 0.95 | 0.40 | 0.47 | 325.58 | 0.9 | 0.28 |
| Hex | 88 | 7 | 51 | 0 | 5F | 28 | 2F | 146 | 5A | 1C |
| Octal | 210 | 7 | 121 | 0 | 137 | 50 | 57 | 506 | 132 | 34 |
| Binary | 10001000 | 111 | 1010001 | 0 | 1011111 | 101000 | 101111 | 101000110 | 1011010 | 11100 |
Color Harmonies of #880751
Complementary color
Monochromatic Colors of #880751
Black with #880751
Text Example
Text Example
White with #880751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880751; }
p { color: rgb(136,7,81); }
H1.HeaderClassName
{
color: #880751;
}
.AnyTagClassName
{
color: #880751;
}
</style>
background-color css
<style>
a { background-color: #880751; }
a { background-color: rgb(136,7,81); }
div.DivClassName
{
background-color: #880751;
}
.BgClassName
{
background-color: #880751;
}
</style>
border-color css
<style>
span { border-color: #880751; }
span { border-color: rgb(136,7,81); }
td.TdClassName
{
border-color: #880751;
}
.TagClassName
{
border-color: #880751;
}
</style>