Shades of Eggplant #8C1763
Tints of Eggplant #8C1763
RGB
CMYK
RGB Variations
Color information
#8C1763 (or 0x8C1763) is known color: Eggplant. HEX triplet: 8C, 17 and 63. RGB value is (140,23,99). Sum of RGB (Red+Green+Blue) = 140+23+99=262 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.44% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1763 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1763 is #73E89C. Grayscale: #424242. Windows color (decimal): -7596189 or 6494092. OLE color: 6494092.
HSL color Cylindrical-coordinate representation of color #8C1763: hue angle of 321.03º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C1763 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 23 | 99 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.45 |
| HSL | 321.03º | 0.72% | 0.32% | - |
| HSV(B) | 321.03º | 0.84% | 0.55% | - |
| XYZ | 13.37 | 7.09 | 12.47 | - |
| YUV | 66.65 | 146.26 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 99 | 0 | 0.84 | 0.29 | 0.45 | 321.03 | 0.72 | 0.32 |
| Hex | 8C | 17 | 63 | 0 | 54 | 1D | 2D | 141 | 48 | 20 |
| Octal | 214 | 27 | 143 | 0 | 124 | 35 | 55 | 501 | 110 | 40 |
| Binary | 10001100 | 10111 | 1100011 | 0 | 1010100 | 11101 | 101101 | 101000001 | 1001000 | 100000 |
Color Harmonies of #8C1763
Complementary color
Monochromatic Colors of #8C1763
Black with #8C1763
Text Example
Text Example
White with #8C1763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1763; }
p { color: rgb(140,23,99); }
H1.HeaderClassName
{
color: #8C1763;
}
.AnyTagClassName
{
color: #8C1763;
}
</style>
background-color css
<style>
a { background-color: #8C1763; }
a { background-color: rgb(140,23,99); }
div.DivClassName
{
background-color: #8C1763;
}
.BgClassName
{
background-color: #8C1763;
}
</style>
border-color css
<style>
span { border-color: #8C1763; }
span { border-color: rgb(140,23,99); }
td.TdClassName
{
border-color: #8C1763;
}
.TagClassName
{
border-color: #8C1763;
}
</style>