Shades of Eggplant #8D005B
Tints of Eggplant #8D005B
RGB
CMYK
RGB Variations
Color information
#8D005B (or 0x8D005B) is known color: Eggplant. HEX triplet: 8D, 00 and 5B. RGB value is (141,0,91). Sum of RGB (Red+Green+Blue) = 141+0+91=232 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.78% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 141 - color contains mainly: red. Hex color #8D005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D005B is #72FFA4. Grayscale: #343434. Windows color (decimal): -7536549 or 5963917. OLE color: 5963917.
HSL color Cylindrical-coordinate representation of color #8D005B: hue angle of 321.28º 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 #8D005B is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.35 | 0.45 |
| HSL | 321.28º | 1% | 0.28% | - |
| HSV(B) | 321.28º | 1% | 0.55% | - |
| XYZ | 12.87 | 6.42 | 10.46 | - |
| YUV | 52.53 | 149.71 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 91 | 0 | 1 | 0.35 | 0.45 | 321.28 | 1 | 0.28 |
| Hex | 8D | 0 | 5B | 0 | 64 | 23 | 2D | 141 | 64 | 1C |
| Octal | 215 | 0 | 133 | 0 | 144 | 43 | 55 | 501 | 144 | 34 |
| Binary | 10001101 | 0 | 1011011 | 0 | 1100100 | 100011 | 101101 | 101000001 | 1100100 | 11100 |
Color Harmonies of #8D005B
Complementary color
Monochromatic Colors of #8D005B
Black with #8D005B
Text Example
Text Example
White with #8D005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D005B; }
p { color: rgb(141,0,91); }
H1.HeaderClassName
{
color: #8D005B;
}
.AnyTagClassName
{
color: #8D005B;
}
</style>
background-color css
<style>
a { background-color: #8D005B; }
a { background-color: rgb(141,0,91); }
div.DivClassName
{
background-color: #8D005B;
}
.BgClassName
{
background-color: #8D005B;
}
</style>
border-color css
<style>
span { border-color: #8D005B; }
span { border-color: rgb(141,0,91); }
td.TdClassName
{
border-color: #8D005B;
}
.TagClassName
{
border-color: #8D005B;
}
</style>