Shades of Eggplant #8C0C62
Tints of Eggplant #8C0C62
RGB
CMYK
RGB Variations
Color information
#8C0C62 (or 0x8C0C62) is known color: Eggplant. HEX triplet: 8C, 0C and 62. RGB value is (140,12,98). Sum of RGB (Red+Green+Blue) = 140+12+98=250 (33% of max value = 765). Red value is 140 (55.08% from 255 or 56% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0C62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0C62 is #73F39D. Grayscale: #3B3B3B. Windows color (decimal): -7599006 or 6425740. OLE color: 6425740.
HSL color Cylindrical-coordinate representation of color #8C0C62: hue angle of 319.69º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0C62 is Cyan = 0, Magento = 0.91, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 12 | 98 | - |
| CMYK | 0 | 0.91 | 0.3 | 0.45 |
| HSL | 319.69º | 0.84% | 0.3% | - |
| HSV(B) | 319.69º | 0.91% | 0.55% | - |
| XYZ | 13.15 | 6.72 | 12.16 | - |
| YUV | 60.08 | 149.41 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 12 | 98 | 0 | 0.91 | 0.3 | 0.45 | 319.69 | 0.84 | 0.3 |
| Hex | 8C | C | 62 | 0 | 5B | 1E | 2D | 140 | 54 | 1E |
| Octal | 214 | 14 | 142 | 0 | 133 | 36 | 55 | 500 | 124 | 36 |
| Binary | 10001100 | 1100 | 1100010 | 0 | 1011011 | 11110 | 101101 | 101000000 | 1010100 | 11110 |
Color Harmonies of #8C0C62
Complementary color
Monochromatic Colors of #8C0C62
Black with #8C0C62
Text Example
Text Example
White with #8C0C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0C62; }
p { color: rgb(140,12,98); }
H1.HeaderClassName
{
color: #8C0C62;
}
.AnyTagClassName
{
color: #8C0C62;
}
</style>
background-color css
<style>
a { background-color: #8C0C62; }
a { background-color: rgb(140,12,98); }
div.DivClassName
{
background-color: #8C0C62;
}
.BgClassName
{
background-color: #8C0C62;
}
</style>
border-color css
<style>
span { border-color: #8C0C62; }
span { border-color: rgb(140,12,98); }
td.TdClassName
{
border-color: #8C0C62;
}
.TagClassName
{
border-color: #8C0C62;
}
</style>