Shades of Eggplant #8D005C
Tints of Eggplant #8D005C
RGB
CMYK
RGB Variations
Color information
#8D005C (or 0x8D005C) is known color: Eggplant. HEX triplet: 8D, 00 and 5C. RGB value is (141,0,92). Sum of RGB (Red+Green+Blue) = 141+0+92=233 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.52% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 141 - color contains mainly: red. Hex color #8D005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D005C is #72FFA3. Grayscale: #343434. Windows color (decimal): -7536548 or 6029453. OLE color: 6029453.
HSL color Cylindrical-coordinate representation of color #8D005C: hue angle of 320.85º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D005C is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.35 | 0.45 |
| HSL | 320.85º | 1% | 0.28% | - |
| HSV(B) | 320.85º | 1% | 0.55% | - |
| XYZ | 12.92 | 6.44 | 10.69 | - |
| YUV | 52.65 | 150.21 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 92 | 0 | 1 | 0.35 | 0.45 | 320.85 | 1 | 0.28 |
| Hex | 8D | 0 | 5C | 0 | 64 | 23 | 2D | 141 | 64 | 1C |
| Octal | 215 | 0 | 134 | 0 | 144 | 43 | 55 | 501 | 144 | 34 |
| Binary | 10001101 | 0 | 1011100 | 0 | 1100100 | 100011 | 101101 | 101000001 | 1100100 | 11100 |
Color Harmonies of #8D005C
Complementary color
Monochromatic Colors of #8D005C
Black with #8D005C
Text Example
Text Example
White with #8D005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D005C; }
p { color: rgb(141,0,92); }
H1.HeaderClassName
{
color: #8D005C;
}
.AnyTagClassName
{
color: #8D005C;
}
</style>
background-color css
<style>
a { background-color: #8D005C; }
a { background-color: rgb(141,0,92); }
div.DivClassName
{
background-color: #8D005C;
}
.BgClassName
{
background-color: #8D005C;
}
</style>
border-color css
<style>
span { border-color: #8D005C; }
span { border-color: rgb(141,0,92); }
td.TdClassName
{
border-color: #8D005C;
}
.TagClassName
{
border-color: #8D005C;
}
</style>