Shades of Eggplant #8C0763
Tints of Eggplant #8C0763
RGB
CMYK
RGB Variations
Color information
#8C0763 (or 0x8C0763) is known color: Eggplant. HEX triplet: 8C, 07 and 63. RGB value is (140,7,99). Sum of RGB (Red+Green+Blue) = 140+7+99=246 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.91% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0763 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0763 is #73F89C. Grayscale: #393939. Windows color (decimal): -7600285 or 6489996. OLE color: 6489996.
HSL color Cylindrical-coordinate representation of color #8C0763: hue angle of 318.5º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0763 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 99 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.45 |
| HSL | 318.5º | 0.9% | 0.29% | - |
| HSV(B) | 318.5º | 0.95% | 0.55% | - |
| XYZ | 13.14 | 6.63 | 12.39 | - |
| YUV | 57.26 | 151.56 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 99 | 0 | 0.95 | 0.29 | 0.45 | 318.5 | 0.9 | 0.29 |
| Hex | 8C | 7 | 63 | 0 | 5F | 1D | 2D | 13E | 5A | 1D |
| Octal | 214 | 7 | 143 | 0 | 137 | 35 | 55 | 476 | 132 | 35 |
| Binary | 10001100 | 111 | 1100011 | 0 | 1011111 | 11101 | 101101 | 100111110 | 1011010 | 11101 |
Color Harmonies of #8C0763
Complementary color
Monochromatic Colors of #8C0763
Black with #8C0763
Text Example
Text Example
White with #8C0763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0763; }
p { color: rgb(140,7,99); }
H1.HeaderClassName
{
color: #8C0763;
}
.AnyTagClassName
{
color: #8C0763;
}
</style>
background-color css
<style>
a { background-color: #8C0763; }
a { background-color: rgb(140,7,99); }
div.DivClassName
{
background-color: #8C0763;
}
.BgClassName
{
background-color: #8C0763;
}
</style>
border-color css
<style>
span { border-color: #8C0763; }
span { border-color: rgb(140,7,99); }
td.TdClassName
{
border-color: #8C0763;
}
.TagClassName
{
border-color: #8C0763;
}
</style>