Shades of Eggplant #8C0268
Tints of Eggplant #8C0268
RGB
CMYK
RGB Variations
Color information
#8C0268 (or 0x8C0268) is known color: Eggplant. HEX triplet: 8C, 02 and 68. RGB value is (140,2,104). Sum of RGB (Red+Green+Blue) = 140+2+104=246 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.91% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0268 is #73FD97. Grayscale: #363636. Windows color (decimal): -7601560 or 6816396. OLE color: 6816396.
HSL color Cylindrical-coordinate representation of color #8C0268: hue angle of 315.65º 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 #8C0268 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 104 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.45 |
| HSL | 315.65º | 0.97% | 0.28% | - |
| HSV(B) | 315.65º | 0.99% | 0.55% | - |
| XYZ | 13.34 | 6.62 | 13.67 | - |
| YUV | 54.89 | 155.72 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 104 | 0 | 0.99 | 0.26 | 0.45 | 315.65 | 0.97 | 0.28 |
| Hex | 8C | 2 | 68 | 0 | 63 | 1A | 2D | 13C | 61 | 1C |
| Octal | 214 | 2 | 150 | 0 | 143 | 32 | 55 | 474 | 141 | 34 |
| Binary | 10001100 | 10 | 1101000 | 0 | 1100011 | 11010 | 101101 | 100111100 | 1100001 | 11100 |
Color Harmonies of #8C0268
Complementary color
Monochromatic Colors of #8C0268
Black with #8C0268
Text Example
Text Example
White with #8C0268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0268; }
p { color: rgb(140,2,104); }
H1.HeaderClassName
{
color: #8C0268;
}
.AnyTagClassName
{
color: #8C0268;
}
</style>
background-color css
<style>
a { background-color: #8C0268; }
a { background-color: rgb(140,2,104); }
div.DivClassName
{
background-color: #8C0268;
}
.BgClassName
{
background-color: #8C0268;
}
</style>
border-color css
<style>
span { border-color: #8C0268; }
span { border-color: rgb(140,2,104); }
td.TdClassName
{
border-color: #8C0268;
}
.TagClassName
{
border-color: #8C0268;
}
</style>