Shades of Eggplant #8D045B
Tints of Eggplant #8D045B
RGB
CMYK
RGB Variations
Color information
#8D045B (or 0x8D045B) is known color: Eggplant. HEX triplet: 8D, 04 and 5B. RGB value is (141,4,91). Sum of RGB (Red+Green+Blue) = 141+4+91=236 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.75% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 141 - color contains mainly: red. Hex color #8D045B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D045B is #72FBA4. Grayscale: #363636. Windows color (decimal): -7535525 or 5964941. OLE color: 5964941.
HSL color Cylindrical-coordinate representation of color #8D045B: hue angle of 321.9º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D045B is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 4 | 91 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.45 |
| HSL | 321.9º | 0.94% | 0.28% | - |
| HSV(B) | 321.9º | 0.97% | 0.55% | - |
| XYZ | 12.92 | 6.5 | 10.47 | - |
| YUV | 54.88 | 148.39 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 4 | 91 | 0 | 0.97 | 0.35 | 0.45 | 321.9 | 0.94 | 0.28 |
| Hex | 8D | 4 | 5B | 0 | 61 | 23 | 2D | 142 | 5E | 1C |
| Octal | 215 | 4 | 133 | 0 | 141 | 43 | 55 | 502 | 136 | 34 |
| Binary | 10001101 | 100 | 1011011 | 0 | 1100001 | 100011 | 101101 | 101000010 | 1011110 | 11100 |
Color Harmonies of #8D045B
Complementary color
Monochromatic Colors of #8D045B
Black with #8D045B
Text Example
Text Example
White with #8D045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D045B; }
p { color: rgb(141,4,91); }
H1.HeaderClassName
{
color: #8D045B;
}
.AnyTagClassName
{
color: #8D045B;
}
</style>
background-color css
<style>
a { background-color: #8D045B; }
a { background-color: rgb(141,4,91); }
div.DivClassName
{
background-color: #8D045B;
}
.BgClassName
{
background-color: #8D045B;
}
</style>
border-color css
<style>
span { border-color: #8D045B; }
span { border-color: rgb(141,4,91); }
td.TdClassName
{
border-color: #8D045B;
}
.TagClassName
{
border-color: #8D045B;
}
</style>