Shades of Eggplant #8C105D
Tints of Eggplant #8C105D
RGB
CMYK
RGB Variations
Color information
#8C105D (or 0x8C105D) is known color: Eggplant. HEX triplet: 8C, 10 and 5D. RGB value is (140,16,93). Sum of RGB (Red+Green+Blue) = 140+16+93=249 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.22% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 140 - color contains mainly: red. Hex color #8C105D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C105D is #73EFA2. Grayscale: #3D3D3D. Windows color (decimal): -7597987 or 6099084. OLE color: 6099084.
HSL color Cylindrical-coordinate representation of color #8C105D: hue angle of 322.74º 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 #8C105D is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 16 | 93 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.45 |
| HSL | 322.74º | 0.79% | 0.31% | - |
| HSV(B) | 322.74º | 0.89% | 0.55% | - |
| XYZ | 12.98 | 6.74 | 10.97 | - |
| YUV | 61.85 | 145.58 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 93 | 0 | 0.89 | 0.34 | 0.45 | 322.74 | 0.79 | 0.31 |
| Hex | 8C | 10 | 5D | 0 | 59 | 22 | 2D | 143 | 4F | 1F |
| Octal | 214 | 20 | 135 | 0 | 131 | 42 | 55 | 503 | 117 | 37 |
| Binary | 10001100 | 10000 | 1011101 | 0 | 1011001 | 100010 | 101101 | 101000011 | 1001111 | 11111 |
Color Harmonies of #8C105D
Complementary color
Monochromatic Colors of #8C105D
Black with #8C105D
Text Example
Text Example
White with #8C105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C105D; }
p { color: rgb(140,16,93); }
H1.HeaderClassName
{
color: #8C105D;
}
.AnyTagClassName
{
color: #8C105D;
}
</style>
background-color css
<style>
a { background-color: #8C105D; }
a { background-color: rgb(140,16,93); }
div.DivClassName
{
background-color: #8C105D;
}
.BgClassName
{
background-color: #8C105D;
}
</style>
border-color css
<style>
span { border-color: #8C105D; }
span { border-color: rgb(140,16,93); }
td.TdClassName
{
border-color: #8C105D;
}
.TagClassName
{
border-color: #8C105D;
}
</style>