Shades of Eggplant #8D105C
Tints of Eggplant #8D105C
RGB
CMYK
RGB Variations
Color information
#8D105C (or 0x8D105C) is known color: Eggplant. HEX triplet: 8D, 10 and 5C. RGB value is (141,16,92). Sum of RGB (Red+Green+Blue) = 141+16+92=249 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.63% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 141 - color contains mainly: red. Hex color #8D105C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D105C is #72EFA3. Grayscale: #3D3D3D. Windows color (decimal): -7532452 or 6033549. OLE color: 6033549.
HSL color Cylindrical-coordinate representation of color #8D105C: hue angle of 323.52º degrees, saturation: 0.8, 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 #8D105C is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 16 | 92 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.45 |
| HSL | 323.52º | 0.8% | 0.31% | - |
| HSV(B) | 323.52º | 0.89% | 0.55% | - |
| XYZ | 13.1 | 6.81 | 10.75 | - |
| YUV | 62.04 | 144.91 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 16 | 92 | 0 | 0.89 | 0.35 | 0.45 | 323.52 | 0.8 | 0.31 |
| Hex | 8D | 10 | 5C | 0 | 59 | 23 | 2D | 144 | 50 | 1F |
| Octal | 215 | 20 | 134 | 0 | 131 | 43 | 55 | 504 | 120 | 37 |
| Binary | 10001101 | 10000 | 1011100 | 0 | 1011001 | 100011 | 101101 | 101000100 | 1010000 | 11111 |
Color Harmonies of #8D105C
Complementary color
Monochromatic Colors of #8D105C
Black with #8D105C
Text Example
Text Example
White with #8D105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D105C; }
p { color: rgb(141,16,92); }
H1.HeaderClassName
{
color: #8D105C;
}
.AnyTagClassName
{
color: #8D105C;
}
</style>
background-color css
<style>
a { background-color: #8D105C; }
a { background-color: rgb(141,16,92); }
div.DivClassName
{
background-color: #8D105C;
}
.BgClassName
{
background-color: #8D105C;
}
</style>
border-color css
<style>
span { border-color: #8D105C; }
span { border-color: rgb(141,16,92); }
td.TdClassName
{
border-color: #8D105C;
}
.TagClassName
{
border-color: #8D105C;
}
</style>