Shades of Eggplant #8C075B
Tints of Eggplant #8C075B
RGB
CMYK
RGB Variations
Color information
#8C075B (or 0x8C075B) is known color: Eggplant. HEX triplet: 8C, 07 and 5B. RGB value is (140,7,91). Sum of RGB (Red+Green+Blue) = 140+7+91=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C075B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C075B is #73F8A4. Grayscale: #383838. Windows color (decimal): -7600293 or 5965708. OLE color: 5965708.
HSL color Cylindrical-coordinate representation of color #8C075B: hue angle of 322.11º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C075B is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 91 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.45 |
| HSL | 322.11º | 0.9% | 0.29% | - |
| HSV(B) | 322.11º | 0.95% | 0.55% | - |
| XYZ | 12.78 | 6.48 | 10.48 | - |
| YUV | 56.34 | 147.56 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 91 | 0 | 0.95 | 0.35 | 0.45 | 322.11 | 0.9 | 0.29 |
| Hex | 8C | 7 | 5B | 0 | 5F | 23 | 2D | 142 | 5A | 1D |
| Octal | 214 | 7 | 133 | 0 | 137 | 43 | 55 | 502 | 132 | 35 |
| Binary | 10001100 | 111 | 1011011 | 0 | 1011111 | 100011 | 101101 | 101000010 | 1011010 | 11101 |
Color Harmonies of #8C075B
Complementary color
Monochromatic Colors of #8C075B
Black with #8C075B
Text Example
Text Example
White with #8C075B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C075B; }
p { color: rgb(140,7,91); }
H1.HeaderClassName
{
color: #8C075B;
}
.AnyTagClassName
{
color: #8C075B;
}
</style>
background-color css
<style>
a { background-color: #8C075B; }
a { background-color: rgb(140,7,91); }
div.DivClassName
{
background-color: #8C075B;
}
.BgClassName
{
background-color: #8C075B;
}
</style>
border-color css
<style>
span { border-color: #8C075B; }
span { border-color: rgb(140,7,91); }
td.TdClassName
{
border-color: #8C075B;
}
.TagClassName
{
border-color: #8C075B;
}
</style>