Shades of Eggplant #8C0D62
Tints of Eggplant #8C0D62
RGB
CMYK
RGB Variations
Color information
#8C0D62 (or 0x8C0D62) is known color: Eggplant. HEX triplet: 8C, 0D and 62. RGB value is (140,13,98). Sum of RGB (Red+Green+Blue) = 140+13+98=251 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.78% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0D62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0D62 is #73F29D. Grayscale: #3C3C3C. Windows color (decimal): -7598750 or 6425996. OLE color: 6425996.
HSL color Cylindrical-coordinate representation of color #8C0D62: hue angle of 319.84º degrees, saturation: 0.83, 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 #8C0D62 is Cyan = 0, Magento = 0.91, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 13 | 98 | - |
| CMYK | 0 | 0.91 | 0.3 | 0.45 |
| HSL | 319.84º | 0.83% | 0.3% | - |
| HSV(B) | 319.84º | 0.91% | 0.55% | - |
| XYZ | 13.16 | 6.75 | 12.16 | - |
| YUV | 60.66 | 149.08 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 13 | 98 | 0 | 0.91 | 0.3 | 0.45 | 319.84 | 0.83 | 0.3 |
| Hex | 8C | D | 62 | 0 | 5B | 1E | 2D | 140 | 53 | 1E |
| Octal | 214 | 15 | 142 | 0 | 133 | 36 | 55 | 500 | 123 | 36 |
| Binary | 10001100 | 1101 | 1100010 | 0 | 1011011 | 11110 | 101101 | 101000000 | 1010011 | 11110 |
Color Harmonies of #8C0D62
Complementary color
Monochromatic Colors of #8C0D62
Black with #8C0D62
Text Example
Text Example
White with #8C0D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0D62; }
p { color: rgb(140,13,98); }
H1.HeaderClassName
{
color: #8C0D62;
}
.AnyTagClassName
{
color: #8C0D62;
}
</style>
background-color css
<style>
a { background-color: #8C0D62; }
a { background-color: rgb(140,13,98); }
div.DivClassName
{
background-color: #8C0D62;
}
.BgClassName
{
background-color: #8C0D62;
}
</style>
border-color css
<style>
span { border-color: #8C0D62; }
span { border-color: rgb(140,13,98); }
td.TdClassName
{
border-color: #8C0D62;
}
.TagClassName
{
border-color: #8C0D62;
}
</style>