Shades of Eggplant #8C0D69
Tints of Eggplant #8C0D69
RGB
CMYK
RGB Variations
Color information
#8C0D69 (or 0x8C0D69) is known color: Eggplant. HEX triplet: 8C, 0D and 69. RGB value is (140,13,105). Sum of RGB (Red+Green+Blue) = 140+13+105=258 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.26% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0D69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0D69 is #73F296. Grayscale: #3D3D3D. Windows color (decimal): -7598743 or 6884748. OLE color: 6884748.
HSL color Cylindrical-coordinate representation of color #8C0D69: hue angle of 316.54º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0D69 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 13 | 105 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.45 |
| HSL | 316.54º | 0.83% | 0.3% | - |
| HSV(B) | 316.54º | 0.91% | 0.55% | - |
| XYZ | 13.51 | 6.88 | 13.98 | - |
| YUV | 61.46 | 152.58 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 13 | 105 | 0 | 0.91 | 0.25 | 0.45 | 316.54 | 0.83 | 0.3 |
| Hex | 8C | D | 69 | 0 | 5B | 19 | 2D | 13D | 53 | 1E |
| Octal | 214 | 15 | 151 | 0 | 133 | 31 | 55 | 475 | 123 | 36 |
| Binary | 10001100 | 1101 | 1101001 | 0 | 1011011 | 11001 | 101101 | 100111101 | 1010011 | 11110 |
Color Harmonies of #8C0D69
Complementary color
Monochromatic Colors of #8C0D69
Black with #8C0D69
Text Example
Text Example
White with #8C0D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0D69; }
p { color: rgb(140,13,105); }
H1.HeaderClassName
{
color: #8C0D69;
}
.AnyTagClassName
{
color: #8C0D69;
}
</style>
background-color css
<style>
a { background-color: #8C0D69; }
a { background-color: rgb(140,13,105); }
div.DivClassName
{
background-color: #8C0D69;
}
.BgClassName
{
background-color: #8C0D69;
}
</style>
border-color css
<style>
span { border-color: #8C0D69; }
span { border-color: rgb(140,13,105); }
td.TdClassName
{
border-color: #8C0D69;
}
.TagClassName
{
border-color: #8C0D69;
}
</style>