Shades of Eggplant #8C015F
Tints of Eggplant #8C015F
RGB
CMYK
RGB Variations
Color information
#8C015F (or 0x8C015F) is known color: Eggplant. HEX triplet: 8C, 01 and 5F. RGB value is (140,1,95). Sum of RGB (Red+Green+Blue) = 140+1+95=236 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.32% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 140 - color contains mainly: red. Hex color #8C015F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C015F is #73FEA0. Grayscale: #353535. Windows color (decimal): -7601825 or 6226316. OLE color: 6226316.
HSL color Cylindrical-coordinate representation of color #8C015F: hue angle of 319.42º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C015F is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 1 | 95 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.45 |
| HSL | 319.42º | 0.99% | 0.28% | - |
| HSV(B) | 319.42º | 0.99% | 0.55% | - |
| XYZ | 12.89 | 6.42 | 11.39 | - |
| YUV | 53.28 | 151.55 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 95 | 0 | 0.99 | 0.32 | 0.45 | 319.42 | 0.99 | 0.28 |
| Hex | 8C | 1 | 5F | 0 | 63 | 20 | 2D | 13F | 63 | 1C |
| Octal | 214 | 1 | 137 | 0 | 143 | 40 | 55 | 477 | 143 | 34 |
| Binary | 10001100 | 1 | 1011111 | 0 | 1100011 | 100000 | 101101 | 100111111 | 1100011 | 11100 |
Color Harmonies of #8C015F
Complementary color
Monochromatic Colors of #8C015F
Black with #8C015F
Text Example
Text Example
White with #8C015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C015F; }
p { color: rgb(140,1,95); }
H1.HeaderClassName
{
color: #8C015F;
}
.AnyTagClassName
{
color: #8C015F;
}
</style>
background-color css
<style>
a { background-color: #8C015F; }
a { background-color: rgb(140,1,95); }
div.DivClassName
{
background-color: #8C015F;
}
.BgClassName
{
background-color: #8C015F;
}
</style>
border-color css
<style>
span { border-color: #8C015F; }
span { border-color: rgb(140,1,95); }
td.TdClassName
{
border-color: #8C015F;
}
.TagClassName
{
border-color: #8C015F;
}
</style>