Shades of Eggplant #8C0A68
Tints of Eggplant #8C0A68
RGB
CMYK
RGB Variations
Color information
#8C0A68 (or 0x8C0A68) is known color: Eggplant. HEX triplet: 8C, 0A and 68. RGB value is (140,10,104). Sum of RGB (Red+Green+Blue) = 140+10+104=254 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.12% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0A68 is #73F597. Grayscale: #3B3B3B. Windows color (decimal): -7599512 or 6818444. OLE color: 6818444.
HSL color Cylindrical-coordinate representation of color #8C0A68: hue angle of 316.62º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0A68 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 10 | 104 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.45 |
| HSL | 316.62º | 0.87% | 0.29% | - |
| HSV(B) | 316.62º | 0.93% | 0.55% | - |
| XYZ | 13.42 | 6.79 | 13.7 | - |
| YUV | 59.59 | 153.07 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 104 | 0 | 0.93 | 0.26 | 0.45 | 316.62 | 0.87 | 0.29 |
| Hex | 8C | A | 68 | 0 | 5D | 1A | 2D | 13D | 57 | 1D |
| Octal | 214 | 12 | 150 | 0 | 135 | 32 | 55 | 475 | 127 | 35 |
| Binary | 10001100 | 1010 | 1101000 | 0 | 1011101 | 11010 | 101101 | 100111101 | 1010111 | 11101 |
Color Harmonies of #8C0A68
Complementary color
Monochromatic Colors of #8C0A68
Black with #8C0A68
Text Example
Text Example
White with #8C0A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0A68; }
p { color: rgb(140,10,104); }
H1.HeaderClassName
{
color: #8C0A68;
}
.AnyTagClassName
{
color: #8C0A68;
}
</style>
background-color css
<style>
a { background-color: #8C0A68; }
a { background-color: rgb(140,10,104); }
div.DivClassName
{
background-color: #8C0A68;
}
.BgClassName
{
background-color: #8C0A68;
}
</style>
border-color css
<style>
span { border-color: #8C0A68; }
span { border-color: rgb(140,10,104); }
td.TdClassName
{
border-color: #8C0A68;
}
.TagClassName
{
border-color: #8C0A68;
}
</style>