Shades of Eggplant #8C0266
Tints of Eggplant #8C0266
RGB
CMYK
RGB Variations
Color information
#8C0266 (or 0x8C0266) is known color: Eggplant. HEX triplet: 8C, 02 and 66. RGB value is (140,2,102). Sum of RGB (Red+Green+Blue) = 140+2+102=244 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.38% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0266 is #73FD99. Grayscale: #363636. Windows color (decimal): -7601562 or 6685324. OLE color: 6685324.
HSL color Cylindrical-coordinate representation of color #8C0266: hue angle of 316.52º 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 #8C0266 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 102 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.45 |
| HSL | 316.52º | 0.97% | 0.28% | - |
| HSV(B) | 316.52º | 0.99% | 0.55% | - |
| XYZ | 13.24 | 6.58 | 13.14 | - |
| YUV | 54.66 | 154.72 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 102 | 0 | 0.99 | 0.27 | 0.45 | 316.52 | 0.97 | 0.28 |
| Hex | 8C | 2 | 66 | 0 | 63 | 1B | 2D | 13D | 61 | 1C |
| Octal | 214 | 2 | 146 | 0 | 143 | 33 | 55 | 475 | 141 | 34 |
| Binary | 10001100 | 10 | 1100110 | 0 | 1100011 | 11011 | 101101 | 100111101 | 1100001 | 11100 |
Color Harmonies of #8C0266
Complementary color
Monochromatic Colors of #8C0266
Black with #8C0266
Text Example
Text Example
White with #8C0266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0266; }
p { color: rgb(140,2,102); }
H1.HeaderClassName
{
color: #8C0266;
}
.AnyTagClassName
{
color: #8C0266;
}
</style>
background-color css
<style>
a { background-color: #8C0266; }
a { background-color: rgb(140,2,102); }
div.DivClassName
{
background-color: #8C0266;
}
.BgClassName
{
background-color: #8C0266;
}
</style>
border-color css
<style>
span { border-color: #8C0266; }
span { border-color: rgb(140,2,102); }
td.TdClassName
{
border-color: #8C0266;
}
.TagClassName
{
border-color: #8C0266;
}
</style>