Shades of Eggplant #8C0264
Tints of Eggplant #8C0264
RGB
CMYK
RGB Variations
Color information
#8C0264 (or 0x8C0264) is known color: Eggplant. HEX triplet: 8C, 02 and 64. RGB value is (140,2,100). Sum of RGB (Red+Green+Blue) = 140+2+100=242 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.85% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 100 (39.45% from 255 or 41.32% from 242); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0264 is #73FD9B. Grayscale: #363636. Windows color (decimal): -7601564 or 6554252. OLE color: 6554252.
HSL color Cylindrical-coordinate representation of color #8C0264: hue angle of 317.39º 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 #8C0264 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 100 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.45 |
| HSL | 317.39º | 0.97% | 0.28% | - |
| HSV(B) | 317.39º | 0.99% | 0.55% | - |
| XYZ | 13.14 | 6.54 | 12.63 | - |
| YUV | 54.43 | 153.72 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 100 | 0 | 0.99 | 0.29 | 0.45 | 317.39 | 0.97 | 0.28 |
| Hex | 8C | 2 | 64 | 0 | 63 | 1D | 2D | 13D | 61 | 1C |
| Octal | 214 | 2 | 144 | 0 | 143 | 35 | 55 | 475 | 141 | 34 |
| Binary | 10001100 | 10 | 1100100 | 0 | 1100011 | 11101 | 101101 | 100111101 | 1100001 | 11100 |
Color Harmonies of #8C0264
Complementary color
Monochromatic Colors of #8C0264
Black with #8C0264
Text Example
Text Example
White with #8C0264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0264; }
p { color: rgb(140,2,100); }
H1.HeaderClassName
{
color: #8C0264;
}
.AnyTagClassName
{
color: #8C0264;
}
</style>
background-color css
<style>
a { background-color: #8C0264; }
a { background-color: rgb(140,2,100); }
div.DivClassName
{
background-color: #8C0264;
}
.BgClassName
{
background-color: #8C0264;
}
</style>
border-color css
<style>
span { border-color: #8C0264; }
span { border-color: rgb(140,2,100); }
td.TdClassName
{
border-color: #8C0264;
}
.TagClassName
{
border-color: #8C0264;
}
</style>