Shades of Eggplant #8C0069
Tints of Eggplant #8C0069
RGB
CMYK
RGB Variations
Color information
#8C0069 (or 0x8C0069) is known color: Eggplant. HEX triplet: 8C, 00 and 69. RGB value is (140,0,105). Sum of RGB (Red+Green+Blue) = 140+0+105=245 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.14% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0069 is #73FF96. Grayscale: #353535. Windows color (decimal): -7602071 or 6881420. OLE color: 6881420.
HSL color Cylindrical-coordinate representation of color #8C0069: hue angle of 315º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C0069 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.25 | 0.45 |
| HSL | 315º | 1% | 0.27% | - |
| HSV(B) | 315º | 1% | 0.55% | - |
| XYZ | 13.37 | 6.6 | 13.93 | - |
| YUV | 53.83 | 156.88 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 0 | 105 | 0 | 1 | 0.25 | 0.45 | 315 | 1 | 0.27 |
| Hex | 8C | 0 | 69 | 0 | 64 | 19 | 2D | 13B | 64 | 1B |
| Octal | 214 | 0 | 151 | 0 | 144 | 31 | 55 | 473 | 144 | 33 |
| Binary | 10001100 | 0 | 1101001 | 0 | 1100100 | 11001 | 101101 | 100111011 | 1100100 | 11011 |
Color Harmonies of #8C0069
Complementary color
Monochromatic Colors of #8C0069
Black with #8C0069
Text Example
Text Example
White with #8C0069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0069; }
p { color: rgb(140,0,105); }
H1.HeaderClassName
{
color: #8C0069;
}
.AnyTagClassName
{
color: #8C0069;
}
</style>
background-color css
<style>
a { background-color: #8C0069; }
a { background-color: rgb(140,0,105); }
div.DivClassName
{
background-color: #8C0069;
}
.BgClassName
{
background-color: #8C0069;
}
</style>
border-color css
<style>
span { border-color: #8C0069; }
span { border-color: rgb(140,0,105); }
td.TdClassName
{
border-color: #8C0069;
}
.TagClassName
{
border-color: #8C0069;
}
</style>