Shades of Eggplant #8C0468
Tints of Eggplant #8C0468
RGB
CMYK
RGB Variations
Color information
#8C0468 (or 0x8C0468) is known color: Eggplant. HEX triplet: 8C, 04 and 68. RGB value is (140,4,104). Sum of RGB (Red+Green+Blue) = 140+4+104=248 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.45% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0468 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0468 is #73FB97. Grayscale: #373737. Windows color (decimal): -7601048 or 6816908. OLE color: 6816908.
HSL color Cylindrical-coordinate representation of color #8C0468: hue angle of 315.88º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C0468 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 4 | 104 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.45 |
| HSL | 315.88º | 0.94% | 0.28% | - |
| HSV(B) | 315.88º | 0.97% | 0.55% | - |
| XYZ | 13.36 | 6.66 | 13.68 | - |
| YUV | 56.06 | 155.06 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 4 | 104 | 0 | 0.97 | 0.26 | 0.45 | 315.88 | 0.94 | 0.28 |
| Hex | 8C | 4 | 68 | 0 | 61 | 1A | 2D | 13C | 5E | 1C |
| Octal | 214 | 4 | 150 | 0 | 141 | 32 | 55 | 474 | 136 | 34 |
| Binary | 10001100 | 100 | 1101000 | 0 | 1100001 | 11010 | 101101 | 100111100 | 1011110 | 11100 |
Color Harmonies of #8C0468
Complementary color
Monochromatic Colors of #8C0468
Black with #8C0468
Text Example
Text Example
White with #8C0468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0468; }
p { color: rgb(140,4,104); }
H1.HeaderClassName
{
color: #8C0468;
}
.AnyTagClassName
{
color: #8C0468;
}
</style>
background-color css
<style>
a { background-color: #8C0468; }
a { background-color: rgb(140,4,104); }
div.DivClassName
{
background-color: #8C0468;
}
.BgClassName
{
background-color: #8C0468;
}
</style>
border-color css
<style>
span { border-color: #8C0468; }
span { border-color: rgb(140,4,104); }
td.TdClassName
{
border-color: #8C0468;
}
.TagClassName
{
border-color: #8C0468;
}
</style>