Shades of Eggplant #8C145B
Tints of Eggplant #8C145B
RGB
CMYK
RGB Variations
Color information
#8C145B (or 0x8C145B) is known color: Eggplant. HEX triplet: 8C, 14 and 5B. RGB value is (140,20,91). Sum of RGB (Red+Green+Blue) = 140+20+91=251 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.78% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 140 - color contains mainly: red. Hex color #8C145B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C145B is #73EBA4. Grayscale: #3F3F3F. Windows color (decimal): -7596965 or 5969036. OLE color: 5969036.
HSL color Cylindrical-coordinate representation of color #8C145B: hue angle of 324.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 #8C145B is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 20 | 91 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.45 |
| HSL | 324.5º | 0.75% | 0.31% | - |
| HSV(B) | 324.5º | 0.86% | 0.55% | - |
| XYZ | 12.95 | 6.83 | 10.53 | - |
| YUV | 63.97 | 143.26 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 20 | 91 | 0 | 0.86 | 0.35 | 0.45 | 324.5 | 0.75 | 0.31 |
| Hex | 8C | 14 | 5B | 0 | 56 | 23 | 2D | 144 | 4B | 1F |
| Octal | 214 | 24 | 133 | 0 | 126 | 43 | 55 | 504 | 113 | 37 |
| Binary | 10001100 | 10100 | 1011011 | 0 | 1010110 | 100011 | 101101 | 101000100 | 1001011 | 11111 |
Color Harmonies of #8C145B
Complementary color
Monochromatic Colors of #8C145B
Black with #8C145B
Text Example
Text Example
White with #8C145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C145B; }
p { color: rgb(140,20,91); }
H1.HeaderClassName
{
color: #8C145B;
}
.AnyTagClassName
{
color: #8C145B;
}
</style>
background-color css
<style>
a { background-color: #8C145B; }
a { background-color: rgb(140,20,91); }
div.DivClassName
{
background-color: #8C145B;
}
.BgClassName
{
background-color: #8C145B;
}
</style>
border-color css
<style>
span { border-color: #8C145B; }
span { border-color: rgb(140,20,91); }
td.TdClassName
{
border-color: #8C145B;
}
.TagClassName
{
border-color: #8C145B;
}
</style>