Shades of Eggplant #8C1058
Tints of Eggplant #8C1058
RGB
CMYK
RGB Variations
Color information
#8C1058 (or 0x8C1058) is known color: Eggplant. HEX triplet: 8C, 10 and 58. RGB value is (140,16,88). Sum of RGB (Red+Green+Blue) = 140+16+88=244 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.38% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1058 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1058 is #73EFA7. Grayscale: #3D3D3D. Windows color (decimal): -7597992 or 5771404. OLE color: 5771404.
HSL color Cylindrical-coordinate representation of color #8C1058: hue angle of 325.16º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C1058 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 16 | 88 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.45 |
| HSL | 325.16º | 0.79% | 0.31% | - |
| HSV(B) | 325.16º | 0.89% | 0.55% | - |
| XYZ | 12.76 | 6.65 | 9.84 | - |
| YUV | 61.28 | 143.08 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 88 | 0 | 0.89 | 0.37 | 0.45 | 325.16 | 0.79 | 0.31 |
| Hex | 8C | 10 | 58 | 0 | 59 | 25 | 2D | 145 | 4F | 1F |
| Octal | 214 | 20 | 130 | 0 | 131 | 45 | 55 | 505 | 117 | 37 |
| Binary | 10001100 | 10000 | 1011000 | 0 | 1011001 | 100101 | 101101 | 101000101 | 1001111 | 11111 |
Color Harmonies of #8C1058
Complementary color
Monochromatic Colors of #8C1058
Black with #8C1058
Text Example
Text Example
White with #8C1058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1058; }
p { color: rgb(140,16,88); }
H1.HeaderClassName
{
color: #8C1058;
}
.AnyTagClassName
{
color: #8C1058;
}
</style>
background-color css
<style>
a { background-color: #8C1058; }
a { background-color: rgb(140,16,88); }
div.DivClassName
{
background-color: #8C1058;
}
.BgClassName
{
background-color: #8C1058;
}
</style>
border-color css
<style>
span { border-color: #8C1058; }
span { border-color: rgb(140,16,88); }
td.TdClassName
{
border-color: #8C1058;
}
.TagClassName
{
border-color: #8C1058;
}
</style>