Shades of Eggplant #8C026A
Tints of Eggplant #8C026A
RGB
CMYK
RGB Variations
Color information
#8C026A (or 0x8C026A) is known color: Eggplant. HEX triplet: 8C, 02 and 6A. RGB value is (140,2,106). Sum of RGB (Red+Green+Blue) = 140+2+106=248 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.45% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 140 - color contains mainly: red. Hex color #8C026A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C026A is #73FD95. Grayscale: #363636. Windows color (decimal): -7601558 or 6947468. OLE color: 6947468.
HSL color Cylindrical-coordinate representation of color #8C026A: hue angle of 314.78º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C026A is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 106 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.45 |
| HSL | 314.78º | 0.97% | 0.28% | - |
| HSV(B) | 314.78º | 0.99% | 0.55% | - |
| XYZ | 13.44 | 6.66 | 14.21 | - |
| YUV | 55.12 | 156.72 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 106 | 0 | 0.99 | 0.24 | 0.45 | 314.78 | 0.97 | 0.28 |
| Hex | 8C | 2 | 6A | 0 | 63 | 18 | 2D | 13B | 61 | 1C |
| Octal | 214 | 2 | 152 | 0 | 143 | 30 | 55 | 473 | 141 | 34 |
| Binary | 10001100 | 10 | 1101010 | 0 | 1100011 | 11000 | 101101 | 100111011 | 1100001 | 11100 |
Color Harmonies of #8C026A
Complementary color
Monochromatic Colors of #8C026A
Black with #8C026A
Text Example
Text Example
White with #8C026A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C026A; }
p { color: rgb(140,2,106); }
H1.HeaderClassName
{
color: #8C026A;
}
.AnyTagClassName
{
color: #8C026A;
}
</style>
background-color css
<style>
a { background-color: #8C026A; }
a { background-color: rgb(140,2,106); }
div.DivClassName
{
background-color: #8C026A;
}
.BgClassName
{
background-color: #8C026A;
}
</style>
border-color css
<style>
span { border-color: #8C026A; }
span { border-color: rgb(140,2,106); }
td.TdClassName
{
border-color: #8C026A;
}
.TagClassName
{
border-color: #8C026A;
}
</style>