Shades of Eggplant #8C0358
Tints of Eggplant #8C0358
RGB
CMYK
RGB Variations
Color information
#8C0358 (or 0x8C0358) is known color: Eggplant. HEX triplet: 8C, 03 and 58. RGB value is (140,3,88). Sum of RGB (Red+Green+Blue) = 140+3+88=231 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.61% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0358 is #73FCA7. Grayscale: #353535. Windows color (decimal): -7601320 or 5768076. OLE color: 5768076.
HSL color Cylindrical-coordinate representation of color #8C0358: hue angle of 322.77º 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 #8C0358 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 3 | 88 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.45 |
| HSL | 322.77º | 0.96% | 0.28% | - |
| HSV(B) | 322.77º | 0.98% | 0.55% | - |
| XYZ | 12.61 | 6.35 | 9.79 | - |
| YUV | 53.65 | 147.39 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 3 | 88 | 0 | 0.98 | 0.37 | 0.45 | 322.77 | 0.96 | 0.28 |
| Hex | 8C | 3 | 58 | 0 | 62 | 25 | 2D | 143 | 60 | 1C |
| Octal | 214 | 3 | 130 | 0 | 142 | 45 | 55 | 503 | 140 | 34 |
| Binary | 10001100 | 11 | 1011000 | 0 | 1100010 | 100101 | 101101 | 101000011 | 1100000 | 11100 |
Color Harmonies of #8C0358
Complementary color
Monochromatic Colors of #8C0358
Black with #8C0358
Text Example
Text Example
White with #8C0358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0358; }
p { color: rgb(140,3,88); }
H1.HeaderClassName
{
color: #8C0358;
}
.AnyTagClassName
{
color: #8C0358;
}
</style>
background-color css
<style>
a { background-color: #8C0358; }
a { background-color: rgb(140,3,88); }
div.DivClassName
{
background-color: #8C0358;
}
.BgClassName
{
background-color: #8C0358;
}
</style>
border-color css
<style>
span { border-color: #8C0358; }
span { border-color: rgb(140,3,88); }
td.TdClassName
{
border-color: #8C0358;
}
.TagClassName
{
border-color: #8C0358;
}
</style>