Shades of Eggplant #8C145E
Tints of Eggplant #8C145E
RGB
CMYK
RGB Variations
Color information
#8C145E (or 0x8C145E) is known color: Eggplant. HEX triplet: 8C, 14 and 5E. RGB value is (140,20,94). Sum of RGB (Red+Green+Blue) = 140+20+94=254 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.12% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 140 - color contains mainly: red. Hex color #8C145E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C145E is #73EBA1. Grayscale: #404040. Windows color (decimal): -7596962 or 6165644. OLE color: 6165644.
HSL color Cylindrical-coordinate representation of color #8C145E: hue angle of 323º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C145E is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 20 | 94 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.45 |
| HSL | 323º | 0.75% | 0.31% | - |
| HSV(B) | 323º | 0.86% | 0.55% | - |
| XYZ | 13.09 | 6.88 | 11.23 | - |
| YUV | 64.32 | 144.76 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 20 | 94 | 0 | 0.86 | 0.33 | 0.45 | 323 | 0.75 | 0.31 |
| Hex | 8C | 14 | 5E | 0 | 56 | 21 | 2D | 143 | 4B | 1F |
| Octal | 214 | 24 | 136 | 0 | 126 | 41 | 55 | 503 | 113 | 37 |
| Binary | 10001100 | 10100 | 1011110 | 0 | 1010110 | 100001 | 101101 | 101000011 | 1001011 | 11111 |
Color Harmonies of #8C145E
Complementary color
Monochromatic Colors of #8C145E
Black with #8C145E
Text Example
Text Example
White with #8C145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C145E; }
p { color: rgb(140,20,94); }
H1.HeaderClassName
{
color: #8C145E;
}
.AnyTagClassName
{
color: #8C145E;
}
</style>
background-color css
<style>
a { background-color: #8C145E; }
a { background-color: rgb(140,20,94); }
div.DivClassName
{
background-color: #8C145E;
}
.BgClassName
{
background-color: #8C145E;
}
</style>
border-color css
<style>
span { border-color: #8C145E; }
span { border-color: rgb(140,20,94); }
td.TdClassName
{
border-color: #8C145E;
}
.TagClassName
{
border-color: #8C145E;
}
</style>