Shades of Eggplant #8C1063
Tints of Eggplant #8C1063
RGB
CMYK
RGB Variations
Color information
#8C1063 (or 0x8C1063) is known color: Eggplant. HEX triplet: 8C, 10 and 63. RGB value is (140,16,99). Sum of RGB (Red+Green+Blue) = 140+16+99=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1063 is #73EF9C. Grayscale: #3E3E3E. Windows color (decimal): -7597981 or 6492300. OLE color: 6492300.
HSL color Cylindrical-coordinate representation of color #8C1063: hue angle of 319.84º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C1063 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 16 | 99 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.45 |
| HSL | 319.84º | 0.79% | 0.31% | - |
| HSV(B) | 319.84º | 0.89% | 0.55% | - |
| XYZ | 13.25 | 6.85 | 12.43 | - |
| YUV | 62.54 | 148.58 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 99 | 0 | 0.89 | 0.29 | 0.45 | 319.84 | 0.79 | 0.31 |
| Hex | 8C | 10 | 63 | 0 | 59 | 1D | 2D | 140 | 4F | 1F |
| Octal | 214 | 20 | 143 | 0 | 131 | 35 | 55 | 500 | 117 | 37 |
| Binary | 10001100 | 10000 | 1100011 | 0 | 1011001 | 11101 | 101101 | 101000000 | 1001111 | 11111 |
Color Harmonies of #8C1063
Complementary color
Monochromatic Colors of #8C1063
Black with #8C1063
Text Example
Text Example
White with #8C1063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1063; }
p { color: rgb(140,16,99); }
H1.HeaderClassName
{
color: #8C1063;
}
.AnyTagClassName
{
color: #8C1063;
}
</style>
background-color css
<style>
a { background-color: #8C1063; }
a { background-color: rgb(140,16,99); }
div.DivClassName
{
background-color: #8C1063;
}
.BgClassName
{
background-color: #8C1063;
}
</style>
border-color css
<style>
span { border-color: #8C1063; }
span { border-color: rgb(140,16,99); }
td.TdClassName
{
border-color: #8C1063;
}
.TagClassName
{
border-color: #8C1063;
}
</style>