Shades of Eggplant #8D025B
Tints of Eggplant #8D025B
RGB
CMYK
RGB Variations
Color information
#8D025B (or 0x8D025B) is known color: Eggplant. HEX triplet: 8D, 02 and 5B. RGB value is (141,2,91). Sum of RGB (Red+Green+Blue) = 141+2+91=234 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.26% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 141 - color contains mainly: red. Hex color #8D025B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D025B is #72FDA4. Grayscale: #353535. Windows color (decimal): -7536037 or 5964429. OLE color: 5964429.
HSL color Cylindrical-coordinate representation of color #8D025B: hue angle of 321.58º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D025B is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 2 | 91 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.45 |
| HSL | 321.58º | 0.97% | 0.28% | - |
| HSV(B) | 321.58º | 0.99% | 0.55% | - |
| XYZ | 12.89 | 6.46 | 10.47 | - |
| YUV | 53.71 | 149.05 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 91 | 0 | 0.99 | 0.35 | 0.45 | 321.58 | 0.97 | 0.28 |
| Hex | 8D | 2 | 5B | 0 | 63 | 23 | 2D | 142 | 61 | 1C |
| Octal | 215 | 2 | 133 | 0 | 143 | 43 | 55 | 502 | 141 | 34 |
| Binary | 10001101 | 10 | 1011011 | 0 | 1100011 | 100011 | 101101 | 101000010 | 1100001 | 11100 |
Color Harmonies of #8D025B
Complementary color
Monochromatic Colors of #8D025B
Black with #8D025B
Text Example
Text Example
White with #8D025B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D025B; }
p { color: rgb(141,2,91); }
H1.HeaderClassName
{
color: #8D025B;
}
.AnyTagClassName
{
color: #8D025B;
}
</style>
background-color css
<style>
a { background-color: #8D025B; }
a { background-color: rgb(141,2,91); }
div.DivClassName
{
background-color: #8D025B;
}
.BgClassName
{
background-color: #8D025B;
}
</style>
border-color css
<style>
span { border-color: #8D025B; }
span { border-color: rgb(141,2,91); }
td.TdClassName
{
border-color: #8D025B;
}
.TagClassName
{
border-color: #8D025B;
}
</style>