Shades of Eggplant #8C0355
Tints of Eggplant #8C0355
RGB
CMYK
RGB Variations
Color information
#8C0355 (or 0x8C0355) is known color: Eggplant. HEX triplet: 8C, 03 and 55. RGB value is (140,3,85). Sum of RGB (Red+Green+Blue) = 140+3+85=228 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.40% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0355 is #73FCAA. Grayscale: #353535. Windows color (decimal): -7601323 or 5571468. OLE color: 5571468.
HSL color Cylindrical-coordinate representation of color #8C0355: hue angle of 324.09º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C0355 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 3 | 85 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.45 |
| HSL | 324.09º | 0.96% | 0.28% | - |
| HSV(B) | 324.09º | 0.98% | 0.55% | - |
| XYZ | 12.49 | 6.3 | 9.15 | - |
| YUV | 53.31 | 145.89 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 3 | 85 | 0 | 0.98 | 0.39 | 0.45 | 324.09 | 0.96 | 0.28 |
| Hex | 8C | 3 | 55 | 0 | 62 | 27 | 2D | 144 | 60 | 1C |
| Octal | 214 | 3 | 125 | 0 | 142 | 47 | 55 | 504 | 140 | 34 |
| Binary | 10001100 | 11 | 1010101 | 0 | 1100010 | 100111 | 101101 | 101000100 | 1100000 | 11100 |
Color Harmonies of #8C0355
Complementary color
Monochromatic Colors of #8C0355
Black with #8C0355
Text Example
Text Example
White with #8C0355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0355; }
p { color: rgb(140,3,85); }
H1.HeaderClassName
{
color: #8C0355;
}
.AnyTagClassName
{
color: #8C0355;
}
</style>
background-color css
<style>
a { background-color: #8C0355; }
a { background-color: rgb(140,3,85); }
div.DivClassName
{
background-color: #8C0355;
}
.BgClassName
{
background-color: #8C0355;
}
</style>
border-color css
<style>
span { border-color: #8C0355; }
span { border-color: rgb(140,3,85); }
td.TdClassName
{
border-color: #8C0355;
}
.TagClassName
{
border-color: #8C0355;
}
</style>