Shades of Eggplant #880F65
Tints of Eggplant #880F65
RGB
CMYK
RGB Variations
Color information
#880F65 (or 0x880F65) is known color: Eggplant. HEX triplet: 88, 0F and 65. RGB value is (136,15,101). Sum of RGB (Red+Green+Blue) = 136+15+101=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #880F65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880F65 is #77F09A. Grayscale: #3C3C3C. Windows color (decimal): -7860379 or 6623112. OLE color: 6623112.
HSL color Cylindrical-coordinate representation of color #880F65: hue angle of 317.36º 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 #880F65 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 15 | 101 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.47 |
| HSL | 317.36º | 0.8% | 0.3% | - |
| HSV(B) | 317.36º | 0.89% | 0.53% | - |
| XYZ | 12.67 | 6.52 | 12.9 | - |
| YUV | 60.98 | 150.59 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 101 | 0 | 0.89 | 0.26 | 0.47 | 317.36 | 0.8 | 0.3 |
| Hex | 88 | F | 65 | 0 | 59 | 1A | 2F | 13D | 50 | 1E |
| Octal | 210 | 17 | 145 | 0 | 131 | 32 | 57 | 475 | 120 | 36 |
| Binary | 10001000 | 1111 | 1100101 | 0 | 1011001 | 11010 | 101111 | 100111101 | 1010000 | 11110 |
Color Harmonies of #880F65
Complementary color
Monochromatic Colors of #880F65
Black with #880F65
Text Example
Text Example
White with #880F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880F65; }
p { color: rgb(136,15,101); }
H1.HeaderClassName
{
color: #880F65;
}
.AnyTagClassName
{
color: #880F65;
}
</style>
background-color css
<style>
a { background-color: #880F65; }
a { background-color: rgb(136,15,101); }
div.DivClassName
{
background-color: #880F65;
}
.BgClassName
{
background-color: #880F65;
}
</style>
border-color css
<style>
span { border-color: #880F65; }
span { border-color: rgb(136,15,101); }
td.TdClassName
{
border-color: #880F65;
}
.TagClassName
{
border-color: #880F65;
}
</style>