Shades of Eggplant #8C105E
Tints of Eggplant #8C105E
RGB
CMYK
RGB Variations
Color information
#8C105E (or 0x8C105E) is known color: Eggplant. HEX triplet: 8C, 10 and 5E. RGB value is (140,16,94). Sum of RGB (Red+Green+Blue) = 140+16+94=250 (33% of max value = 765). Red value is 140 (55.08% from 255 or 56% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 140 - color contains mainly: red. Hex color #8C105E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C105E is #73EFA1. Grayscale: #3D3D3D. Windows color (decimal): -7597986 or 6164620. OLE color: 6164620.
HSL color Cylindrical-coordinate representation of color #8C105E: hue angle of 322.26º 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 #8C105E is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 16 | 94 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.45 |
| HSL | 322.26º | 0.79% | 0.31% | - |
| HSV(B) | 322.26º | 0.89% | 0.55% | - |
| XYZ | 13.02 | 6.75 | 11.21 | - |
| YUV | 61.97 | 146.08 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 94 | 0 | 0.89 | 0.33 | 0.45 | 322.26 | 0.79 | 0.31 |
| Hex | 8C | 10 | 5E | 0 | 59 | 21 | 2D | 142 | 4F | 1F |
| Octal | 214 | 20 | 136 | 0 | 131 | 41 | 55 | 502 | 117 | 37 |
| Binary | 10001100 | 10000 | 1011110 | 0 | 1011001 | 100001 | 101101 | 101000010 | 1001111 | 11111 |
Color Harmonies of #8C105E
Complementary color
Monochromatic Colors of #8C105E
Black with #8C105E
Text Example
Text Example
White with #8C105E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C105E; }
p { color: rgb(140,16,94); }
H1.HeaderClassName
{
color: #8C105E;
}
.AnyTagClassName
{
color: #8C105E;
}
</style>
background-color css
<style>
a { background-color: #8C105E; }
a { background-color: rgb(140,16,94); }
div.DivClassName
{
background-color: #8C105E;
}
.BgClassName
{
background-color: #8C105E;
}
</style>
border-color css
<style>
span { border-color: #8C105E; }
span { border-color: rgb(140,16,94); }
td.TdClassName
{
border-color: #8C105E;
}
.TagClassName
{
border-color: #8C105E;
}
</style>