Shades of Eggplant #880F63
Tints of Eggplant #880F63
RGB
CMYK
RGB Variations
Color information
#880F63 (or 0x880F63) is known color: Eggplant. HEX triplet: 88, 0F and 63. RGB value is (136,15,99). Sum of RGB (Red+Green+Blue) = 136+15+99=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #880F63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880F63 is #77F09C. Grayscale: #3C3C3C. Windows color (decimal): -7860381 or 6492040. OLE color: 6492040.
HSL color Cylindrical-coordinate representation of color #880F63: hue angle of 318.35º 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 #880F63 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 15 | 99 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.47 |
| HSL | 318.35º | 0.8% | 0.3% | - |
| HSV(B) | 318.35º | 0.89% | 0.53% | - |
| XYZ | 12.58 | 6.48 | 12.39 | - |
| YUV | 60.76 | 149.59 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 99 | 0 | 0.89 | 0.27 | 0.47 | 318.35 | 0.8 | 0.3 |
| Hex | 88 | F | 63 | 0 | 59 | 1B | 2F | 13E | 50 | 1E |
| Octal | 210 | 17 | 143 | 0 | 131 | 33 | 57 | 476 | 120 | 36 |
| Binary | 10001000 | 1111 | 1100011 | 0 | 1011001 | 11011 | 101111 | 100111110 | 1010000 | 11110 |
Color Harmonies of #880F63
Complementary color
Monochromatic Colors of #880F63
Black with #880F63
Text Example
Text Example
White with #880F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880F63; }
p { color: rgb(136,15,99); }
H1.HeaderClassName
{
color: #880F63;
}
.AnyTagClassName
{
color: #880F63;
}
</style>
background-color css
<style>
a { background-color: #880F63; }
a { background-color: rgb(136,15,99); }
div.DivClassName
{
background-color: #880F63;
}
.BgClassName
{
background-color: #880F63;
}
</style>
border-color css
<style>
span { border-color: #880F63; }
span { border-color: rgb(136,15,99); }
td.TdClassName
{
border-color: #880F63;
}
.TagClassName
{
border-color: #880F63;
}
</style>