Shades of Eggplant #8C0258
Tints of Eggplant #8C0258
RGB
CMYK
RGB Variations
Color information
#8C0258 (or 0x8C0258) is known color: Eggplant. HEX triplet: 8C, 02 and 58. RGB value is (140,2,88). Sum of RGB (Red+Green+Blue) = 140+2+88=230 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.87% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0258 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0258 is #73FDA7. Grayscale: #343434. Windows color (decimal): -7601576 or 5767820. OLE color: 5767820.
HSL color Cylindrical-coordinate representation of color #8C0258: hue angle of 322.61º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C0258 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 88 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.45 |
| HSL | 322.61º | 0.97% | 0.28% | - |
| HSV(B) | 322.61º | 0.99% | 0.55% | - |
| XYZ | 12.6 | 6.32 | 9.79 | - |
| YUV | 53.07 | 147.72 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 88 | 0 | 0.99 | 0.37 | 0.45 | 322.61 | 0.97 | 0.28 |
| Hex | 8C | 2 | 58 | 0 | 63 | 25 | 2D | 143 | 61 | 1C |
| Octal | 214 | 2 | 130 | 0 | 143 | 45 | 55 | 503 | 141 | 34 |
| Binary | 10001100 | 10 | 1011000 | 0 | 1100011 | 100101 | 101101 | 101000011 | 1100001 | 11100 |
Color Harmonies of #8C0258
Complementary color
Monochromatic Colors of #8C0258
Black with #8C0258
Text Example
Text Example
White with #8C0258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0258; }
p { color: rgb(140,2,88); }
H1.HeaderClassName
{
color: #8C0258;
}
.AnyTagClassName
{
color: #8C0258;
}
</style>
background-color css
<style>
a { background-color: #8C0258; }
a { background-color: rgb(140,2,88); }
div.DivClassName
{
background-color: #8C0258;
}
.BgClassName
{
background-color: #8C0258;
}
</style>
border-color css
<style>
span { border-color: #8C0258; }
span { border-color: rgb(140,2,88); }
td.TdClassName
{
border-color: #8C0258;
}
.TagClassName
{
border-color: #8C0258;
}
</style>