Shades of Eggplant #8C085E
Tints of Eggplant #8C085E
RGB
CMYK
RGB Variations
Color information
#8C085E (or 0x8C085E) is known color: Eggplant. HEX triplet: 8C, 08 and 5E. RGB value is (140,8,94). Sum of RGB (Red+Green+Blue) = 140+8+94=242 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.85% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 140 - color contains mainly: red. Hex color #8C085E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C085E is #73F7A1. Grayscale: #393939. Windows color (decimal): -7600034 or 6162572. OLE color: 6162572.
HSL color Cylindrical-coordinate representation of color #8C085E: hue angle of 320.91º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C085E is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 8 | 94 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.45 |
| HSL | 320.91º | 0.89% | 0.29% | - |
| HSV(B) | 320.91º | 0.94% | 0.55% | - |
| XYZ | 12.92 | 6.56 | 11.17 | - |
| YUV | 57.27 | 148.73 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 94 | 0 | 0.94 | 0.33 | 0.45 | 320.91 | 0.89 | 0.29 |
| Hex | 8C | 8 | 5E | 0 | 5E | 21 | 2D | 141 | 59 | 1D |
| Octal | 214 | 10 | 136 | 0 | 136 | 41 | 55 | 501 | 131 | 35 |
| Binary | 10001100 | 1000 | 1011110 | 0 | 1011110 | 100001 | 101101 | 101000001 | 1011001 | 11101 |
Color Harmonies of #8C085E
Complementary color
Monochromatic Colors of #8C085E
Black with #8C085E
Text Example
Text Example
White with #8C085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C085E; }
p { color: rgb(140,8,94); }
H1.HeaderClassName
{
color: #8C085E;
}
.AnyTagClassName
{
color: #8C085E;
}
</style>
background-color css
<style>
a { background-color: #8C085E; }
a { background-color: rgb(140,8,94); }
div.DivClassName
{
background-color: #8C085E;
}
.BgClassName
{
background-color: #8C085E;
}
</style>
border-color css
<style>
span { border-color: #8C085E; }
span { border-color: rgb(140,8,94); }
td.TdClassName
{
border-color: #8C085E;
}
.TagClassName
{
border-color: #8C085E;
}
</style>