Shades of Eggplant #8C0353
Tints of Eggplant #8C0353
RGB
CMYK
RGB Variations
Color information
#8C0353 (or 0x8C0353) is known color: Eggplant. HEX triplet: 8C, 03 and 53. RGB value is (140,3,83). Sum of RGB (Red+Green+Blue) = 140+3+83=226 (29% of max value = 765). Red value is 140 (55.08% from 255 or 61.95% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0353 is #73FCAC. Grayscale: #343434. Windows color (decimal): -7601325 or 5440396. OLE color: 5440396.
HSL color Cylindrical-coordinate representation of color #8C0353: hue angle of 324.96º 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 #8C0353 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 3 | 83 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.45 |
| HSL | 324.96º | 0.96% | 0.28% | - |
| HSV(B) | 324.96º | 0.98% | 0.55% | - |
| XYZ | 12.41 | 6.27 | 8.74 | - |
| YUV | 53.08 | 144.89 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 3 | 83 | 0 | 0.98 | 0.41 | 0.45 | 324.96 | 0.96 | 0.28 |
| Hex | 8C | 3 | 53 | 0 | 62 | 29 | 2D | 145 | 60 | 1C |
| Octal | 214 | 3 | 123 | 0 | 142 | 51 | 55 | 505 | 140 | 34 |
| Binary | 10001100 | 11 | 1010011 | 0 | 1100010 | 101001 | 101101 | 101000101 | 1100000 | 11100 |
Color Harmonies of #8C0353
Complementary color
Monochromatic Colors of #8C0353
Black with #8C0353
Text Example
Text Example
White with #8C0353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0353; }
p { color: rgb(140,3,83); }
H1.HeaderClassName
{
color: #8C0353;
}
.AnyTagClassName
{
color: #8C0353;
}
</style>
background-color css
<style>
a { background-color: #8C0353; }
a { background-color: rgb(140,3,83); }
div.DivClassName
{
background-color: #8C0353;
}
.BgClassName
{
background-color: #8C0353;
}
</style>
border-color css
<style>
span { border-color: #8C0353; }
span { border-color: rgb(140,3,83); }
td.TdClassName
{
border-color: #8C0353;
}
.TagClassName
{
border-color: #8C0353;
}
</style>