Shades of Eggplant #8C0661
Tints of Eggplant #8C0661
RGB
CMYK
RGB Variations
Color information
#8C0661 (or 0x8C0661) is known color: Eggplant. HEX triplet: 8C, 06 and 61. RGB value is (140,6,97). Sum of RGB (Red+Green+Blue) = 140+6+97=243 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.61% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0661 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0661 is #73F99E. Grayscale: #383838. Windows color (decimal): -7600543 or 6358668. OLE color: 6358668.
HSL color Cylindrical-coordinate representation of color #8C0661: hue angle of 319.25º 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 #8C0661 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 6 | 97 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.45 |
| HSL | 319.25º | 0.92% | 0.29% | - |
| HSV(B) | 319.25º | 0.96% | 0.55% | - |
| XYZ | 13.04 | 6.57 | 11.89 | - |
| YUV | 56.44 | 150.89 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 97 | 0 | 0.96 | 0.31 | 0.45 | 319.25 | 0.92 | 0.29 |
| Hex | 8C | 6 | 61 | 0 | 60 | 1F | 2D | 13F | 5C | 1D |
| Octal | 214 | 6 | 141 | 0 | 140 | 37 | 55 | 477 | 134 | 35 |
| Binary | 10001100 | 110 | 1100001 | 0 | 1100000 | 11111 | 101101 | 100111111 | 1011100 | 11101 |
Color Harmonies of #8C0661
Complementary color
Monochromatic Colors of #8C0661
Black with #8C0661
Text Example
Text Example
White with #8C0661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0661; }
p { color: rgb(140,6,97); }
H1.HeaderClassName
{
color: #8C0661;
}
.AnyTagClassName
{
color: #8C0661;
}
</style>
background-color css
<style>
a { background-color: #8C0661; }
a { background-color: rgb(140,6,97); }
div.DivClassName
{
background-color: #8C0661;
}
.BgClassName
{
background-color: #8C0661;
}
</style>
border-color css
<style>
span { border-color: #8C0661; }
span { border-color: rgb(140,6,97); }
td.TdClassName
{
border-color: #8C0661;
}
.TagClassName
{
border-color: #8C0661;
}
</style>