Shades of Eggplant #8C0F6B
Tints of Eggplant #8C0F6B
RGB
CMYK
RGB Variations
Color information
#8C0F6B (or 0x8C0F6B) is known color: Eggplant. HEX triplet: 8C, 0F and 6B. RGB value is (140,15,107). Sum of RGB (Red+Green+Blue) = 140+15+107=262 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.44% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0F6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0F6B is #73F094. Grayscale: #3E3E3E. Windows color (decimal): -7598229 or 7016332. OLE color: 7016332.
HSL color Cylindrical-coordinate representation of color #8C0F6B: hue angle of 315.84º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C0F6B is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 15 | 107 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.45 |
| HSL | 315.84º | 0.81% | 0.3% | - |
| HSV(B) | 315.84º | 0.89% | 0.55% | - |
| XYZ | 13.64 | 6.98 | 14.54 | - |
| YUV | 62.86 | 152.91 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 15 | 107 | 0 | 0.89 | 0.24 | 0.45 | 315.84 | 0.81 | 0.3 |
| Hex | 8C | F | 6B | 0 | 59 | 18 | 2D | 13C | 51 | 1E |
| Octal | 214 | 17 | 153 | 0 | 131 | 30 | 55 | 474 | 121 | 36 |
| Binary | 10001100 | 1111 | 1101011 | 0 | 1011001 | 11000 | 101101 | 100111100 | 1010001 | 11110 |
Color Harmonies of #8C0F6B
Complementary color
Monochromatic Colors of #8C0F6B
Black with #8C0F6B
Text Example
Text Example
White with #8C0F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0F6B; }
p { color: rgb(140,15,107); }
H1.HeaderClassName
{
color: #8C0F6B;
}
.AnyTagClassName
{
color: #8C0F6B;
}
</style>
background-color css
<style>
a { background-color: #8C0F6B; }
a { background-color: rgb(140,15,107); }
div.DivClassName
{
background-color: #8C0F6B;
}
.BgClassName
{
background-color: #8C0F6B;
}
</style>
border-color css
<style>
span { border-color: #8C0F6B; }
span { border-color: rgb(140,15,107); }
td.TdClassName
{
border-color: #8C0F6B;
}
.TagClassName
{
border-color: #8C0F6B;
}
</style>