Shades of Eggplant #8C006C
Tints of Eggplant #8C006C
RGB
CMYK
RGB Variations
Color information
#8C006C (or 0x8C006C) is known color: Eggplant. HEX triplet: 8C, 00 and 6C. RGB value is (140,0,108). Sum of RGB (Red+Green+Blue) = 140+0+108=248 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.45% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 140 - color contains mainly: red. Hex color #8C006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C006C is #73FF93. Grayscale: #353535. Windows color (decimal): -7602068 or 7078028. OLE color: 7078028.
HSL color Cylindrical-coordinate representation of color #8C006C: hue angle of 313.71º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C006C is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.23 | 0.45 |
| HSL | 313.71º | 1% | 0.27% | - |
| HSV(B) | 313.71º | 1% | 0.55% | - |
| XYZ | 13.52 | 6.66 | 14.76 | - |
| YUV | 54.17 | 158.38 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 0 | 108 | 0 | 1 | 0.23 | 0.45 | 313.71 | 1 | 0.27 |
| Hex | 8C | 0 | 6C | 0 | 64 | 17 | 2D | 13A | 64 | 1B |
| Octal | 214 | 0 | 154 | 0 | 144 | 27 | 55 | 472 | 144 | 33 |
| Binary | 10001100 | 0 | 1101100 | 0 | 1100100 | 10111 | 101101 | 100111010 | 1100100 | 11011 |
Color Harmonies of #8C006C
Complementary color
Monochromatic Colors of #8C006C
Black with #8C006C
Text Example
Text Example
White with #8C006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C006C; }
p { color: rgb(140,0,108); }
H1.HeaderClassName
{
color: #8C006C;
}
.AnyTagClassName
{
color: #8C006C;
}
</style>
background-color css
<style>
a { background-color: #8C006C; }
a { background-color: rgb(140,0,108); }
div.DivClassName
{
background-color: #8C006C;
}
.BgClassName
{
background-color: #8C006C;
}
</style>
border-color css
<style>
span { border-color: #8C006C; }
span { border-color: rgb(140,0,108); }
td.TdClassName
{
border-color: #8C006C;
}
.TagClassName
{
border-color: #8C006C;
}
</style>