Shades of Eggplant #8C0665
Tints of Eggplant #8C0665
RGB
CMYK
RGB Variations
Color information
#8C0665 (or 0x8C0665) is known color: Eggplant. HEX triplet: 8C, 06 and 65. RGB value is (140,6,101). Sum of RGB (Red+Green+Blue) = 140+6+101=247 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.68% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0665 is #73F99A. Grayscale: #383838. Windows color (decimal): -7600539 or 6620812. OLE color: 6620812.
HSL color Cylindrical-coordinate representation of color #8C0665: hue angle of 317.46º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0665 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 6 | 101 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.45 |
| HSL | 317.46º | 0.92% | 0.29% | - |
| HSV(B) | 317.46º | 0.96% | 0.55% | - |
| XYZ | 13.23 | 6.65 | 12.9 | - |
| YUV | 56.9 | 152.89 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 101 | 0 | 0.96 | 0.28 | 0.45 | 317.46 | 0.92 | 0.29 |
| Hex | 8C | 6 | 65 | 0 | 60 | 1C | 2D | 13D | 5C | 1D |
| Octal | 214 | 6 | 145 | 0 | 140 | 34 | 55 | 475 | 134 | 35 |
| Binary | 10001100 | 110 | 1100101 | 0 | 1100000 | 11100 | 101101 | 100111101 | 1011100 | 11101 |
Color Harmonies of #8C0665
Complementary color
Monochromatic Colors of #8C0665
Black with #8C0665
Text Example
Text Example
White with #8C0665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0665; }
p { color: rgb(140,6,101); }
H1.HeaderClassName
{
color: #8C0665;
}
.AnyTagClassName
{
color: #8C0665;
}
</style>
background-color css
<style>
a { background-color: #8C0665; }
a { background-color: rgb(140,6,101); }
div.DivClassName
{
background-color: #8C0665;
}
.BgClassName
{
background-color: #8C0665;
}
</style>
border-color css
<style>
span { border-color: #8C0665; }
span { border-color: rgb(140,6,101); }
td.TdClassName
{
border-color: #8C0665;
}
.TagClassName
{
border-color: #8C0665;
}
</style>