Shades of Eggplant #8C006A
Tints of Eggplant #8C006A
RGB
CMYK
RGB Variations
Color information
#8C006A (or 0x8C006A) is known color: Eggplant. HEX triplet: 8C, 00 and 6A. RGB value is (140,0,106). Sum of RGB (Red+Green+Blue) = 140+0+106=246 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.91% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 140 - color contains mainly: red. Hex color #8C006A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C006A is #73FF95. Grayscale: #353535. Windows color (decimal): -7602070 or 6946956. OLE color: 6946956.
HSL color Cylindrical-coordinate representation of color #8C006A: hue angle of 314.57º 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 #8C006A is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 0 | 106 | - |
| CMYK | 0 | 1 | 0.24 | 0.45 |
| HSL | 314.57º | 1% | 0.27% | - |
| HSV(B) | 314.57º | 1% | 0.55% | - |
| XYZ | 13.42 | 6.62 | 14.21 | - |
| YUV | 53.94 | 157.38 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 0 | 106 | 0 | 1 | 0.24 | 0.45 | 314.57 | 1 | 0.27 |
| Hex | 8C | 0 | 6A | 0 | 64 | 18 | 2D | 13B | 64 | 1B |
| Octal | 214 | 0 | 152 | 0 | 144 | 30 | 55 | 473 | 144 | 33 |
| Binary | 10001100 | 0 | 1101010 | 0 | 1100100 | 11000 | 101101 | 100111011 | 1100100 | 11011 |
Color Harmonies of #8C006A
Complementary color
Monochromatic Colors of #8C006A
Black with #8C006A
Text Example
Text Example
White with #8C006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C006A; }
p { color: rgb(140,0,106); }
H1.HeaderClassName
{
color: #8C006A;
}
.AnyTagClassName
{
color: #8C006A;
}
</style>
background-color css
<style>
a { background-color: #8C006A; }
a { background-color: rgb(140,0,106); }
div.DivClassName
{
background-color: #8C006A;
}
.BgClassName
{
background-color: #8C006A;
}
</style>
border-color css
<style>
span { border-color: #8C006A; }
span { border-color: rgb(140,0,106); }
td.TdClassName
{
border-color: #8C006A;
}
.TagClassName
{
border-color: #8C006A;
}
</style>