Shades of Eggplant #8C145D
Tints of Eggplant #8C145D
RGB
CMYK
RGB Variations
Color information
#8C145D (or 0x8C145D) is known color: Eggplant. HEX triplet: 8C, 14 and 5D. RGB value is (140,20,93). Sum of RGB (Red+Green+Blue) = 140+20+93=253 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.34% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 140 - color contains mainly: red. Hex color #8C145D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C145D is #73EBA2. Grayscale: #404040. Windows color (decimal): -7596963 or 6100108. OLE color: 6100108.
HSL color Cylindrical-coordinate representation of color #8C145D: hue angle of 323.5º 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 #8C145D is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 20 | 93 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.45 |
| HSL | 323.5º | 0.75% | 0.31% | - |
| HSV(B) | 323.5º | 0.86% | 0.55% | - |
| XYZ | 13.04 | 6.87 | 10.99 | - |
| YUV | 64.2 | 144.26 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 20 | 93 | 0 | 0.86 | 0.34 | 0.45 | 323.5 | 0.75 | 0.31 |
| Hex | 8C | 14 | 5D | 0 | 56 | 22 | 2D | 144 | 4B | 1F |
| Octal | 214 | 24 | 135 | 0 | 126 | 42 | 55 | 504 | 113 | 37 |
| Binary | 10001100 | 10100 | 1011101 | 0 | 1010110 | 100010 | 101101 | 101000100 | 1001011 | 11111 |
Color Harmonies of #8C145D
Complementary color
Monochromatic Colors of #8C145D
Black with #8C145D
Text Example
Text Example
White with #8C145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C145D; }
p { color: rgb(140,20,93); }
H1.HeaderClassName
{
color: #8C145D;
}
.AnyTagClassName
{
color: #8C145D;
}
</style>
background-color css
<style>
a { background-color: #8C145D; }
a { background-color: rgb(140,20,93); }
div.DivClassName
{
background-color: #8C145D;
}
.BgClassName
{
background-color: #8C145D;
}
</style>
border-color css
<style>
span { border-color: #8C145D; }
span { border-color: rgb(140,20,93); }
td.TdClassName
{
border-color: #8C145D;
}
.TagClassName
{
border-color: #8C145D;
}
</style>