Shades of Eggplant #8C045B
Tints of Eggplant #8C045B
RGB
CMYK
RGB Variations
Color information
#8C045B (or 0x8C045B) is known color: Eggplant. HEX triplet: 8C, 04 and 5B. RGB value is (140,4,91). Sum of RGB (Red+Green+Blue) = 140+4+91=235 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.57% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 140 - color contains mainly: red. Hex color #8C045B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C045B is #73FBA4. Grayscale: #363636. Windows color (decimal): -7601061 or 5964940. OLE color: 5964940.
HSL color Cylindrical-coordinate representation of color #8C045B: hue angle of 321.62º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C045B is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 4 | 91 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.45 |
| HSL | 321.62º | 0.94% | 0.28% | - |
| HSV(B) | 321.62º | 0.97% | 0.55% | - |
| XYZ | 12.75 | 6.42 | 10.46 | - |
| YUV | 54.58 | 148.56 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 4 | 91 | 0 | 0.97 | 0.35 | 0.45 | 321.62 | 0.94 | 0.28 |
| Hex | 8C | 4 | 5B | 0 | 61 | 23 | 2D | 142 | 5E | 1C |
| Octal | 214 | 4 | 133 | 0 | 141 | 43 | 55 | 502 | 136 | 34 |
| Binary | 10001100 | 100 | 1011011 | 0 | 1100001 | 100011 | 101101 | 101000010 | 1011110 | 11100 |
Color Harmonies of #8C045B
Complementary color
Monochromatic Colors of #8C045B
Black with #8C045B
Text Example
Text Example
White with #8C045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C045B; }
p { color: rgb(140,4,91); }
H1.HeaderClassName
{
color: #8C045B;
}
.AnyTagClassName
{
color: #8C045B;
}
</style>
background-color css
<style>
a { background-color: #8C045B; }
a { background-color: rgb(140,4,91); }
div.DivClassName
{
background-color: #8C045B;
}
.BgClassName
{
background-color: #8C045B;
}
</style>
border-color css
<style>
span { border-color: #8C045B; }
span { border-color: rgb(140,4,91); }
td.TdClassName
{
border-color: #8C045B;
}
.TagClassName
{
border-color: #8C045B;
}
</style>