Shades of Eggplant #880F61
Tints of Eggplant #880F61
RGB
CMYK
RGB Variations
Color information
#880F61 (or 0x880F61) is known color: Eggplant. HEX triplet: 88, 0F and 61. RGB value is (136,15,97). Sum of RGB (Red+Green+Blue) = 136+15+97=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #880F61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880F61 is #77F09E. Grayscale: #3C3C3C. Windows color (decimal): -7860383 or 6360968. OLE color: 6360968.
HSL color Cylindrical-coordinate representation of color #880F61: hue angle of 319.34º 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 #880F61 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 15 | 97 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.47 |
| HSL | 319.34º | 0.8% | 0.3% | - |
| HSV(B) | 319.34º | 0.89% | 0.53% | - |
| XYZ | 12.48 | 6.44 | 11.89 | - |
| YUV | 60.53 | 148.59 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 97 | 0 | 0.89 | 0.29 | 0.47 | 319.34 | 0.8 | 0.3 |
| Hex | 88 | F | 61 | 0 | 59 | 1D | 2F | 13F | 50 | 1E |
| Octal | 210 | 17 | 141 | 0 | 131 | 35 | 57 | 477 | 120 | 36 |
| Binary | 10001000 | 1111 | 1100001 | 0 | 1011001 | 11101 | 101111 | 100111111 | 1010000 | 11110 |
Color Harmonies of #880F61
Complementary color
Monochromatic Colors of #880F61
Black with #880F61
Text Example
Text Example
White with #880F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880F61; }
p { color: rgb(136,15,97); }
H1.HeaderClassName
{
color: #880F61;
}
.AnyTagClassName
{
color: #880F61;
}
</style>
background-color css
<style>
a { background-color: #880F61; }
a { background-color: rgb(136,15,97); }
div.DivClassName
{
background-color: #880F61;
}
.BgClassName
{
background-color: #880F61;
}
</style>
border-color css
<style>
span { border-color: #880F61; }
span { border-color: rgb(136,15,97); }
td.TdClassName
{
border-color: #880F61;
}
.TagClassName
{
border-color: #880F61;
}
</style>