Shades of Eggplant #8C0B64
Tints of Eggplant #8C0B64
RGB
CMYK
RGB Variations
Color information
#8C0B64 (or 0x8C0B64) is known color: Eggplant. HEX triplet: 8C, 0B and 64. RGB value is (140,11,100). Sum of RGB (Red+Green+Blue) = 140+11+100=251 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.78% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 100 (39.45% from 255 or 39.84% from 251); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0B64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0B64 is #73F49B. Grayscale: #3B3B3B. Windows color (decimal): -7599260 or 6556556. OLE color: 6556556.
HSL color Cylindrical-coordinate representation of color #8C0B64: hue angle of 318.6º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C0B64 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 11 | 100 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.45 |
| HSL | 318.6º | 0.85% | 0.3% | - |
| HSV(B) | 318.6º | 0.92% | 0.55% | - |
| XYZ | 13.24 | 6.73 | 12.66 | - |
| YUV | 59.72 | 150.74 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 11 | 100 | 0 | 0.92 | 0.29 | 0.45 | 318.6 | 0.85 | 0.3 |
| Hex | 8C | B | 64 | 0 | 5C | 1D | 2D | 13F | 55 | 1E |
| Octal | 214 | 13 | 144 | 0 | 134 | 35 | 55 | 477 | 125 | 36 |
| Binary | 10001100 | 1011 | 1100100 | 0 | 1011100 | 11101 | 101101 | 100111111 | 1010101 | 11110 |
Color Harmonies of #8C0B64
Complementary color
Monochromatic Colors of #8C0B64
Black with #8C0B64
Text Example
Text Example
White with #8C0B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0B64; }
p { color: rgb(140,11,100); }
H1.HeaderClassName
{
color: #8C0B64;
}
.AnyTagClassName
{
color: #8C0B64;
}
</style>
background-color css
<style>
a { background-color: #8C0B64; }
a { background-color: rgb(140,11,100); }
div.DivClassName
{
background-color: #8C0B64;
}
.BgClassName
{
background-color: #8C0B64;
}
</style>
border-color css
<style>
span { border-color: #8C0B64; }
span { border-color: rgb(140,11,100); }
td.TdClassName
{
border-color: #8C0B64;
}
.TagClassName
{
border-color: #8C0B64;
}
</style>