Shades of Eggplant #8D015C
Tints of Eggplant #8D015C
RGB
CMYK
RGB Variations
Color information
#8D015C (or 0x8D015C) is known color: Eggplant. HEX triplet: 8D, 01 and 5C. RGB value is (141,1,92). Sum of RGB (Red+Green+Blue) = 141+1+92=234 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.26% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 141 - color contains mainly: red. Hex color #8D015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D015C is #72FEA3. Grayscale: #353535. Windows color (decimal): -7536292 or 6029709. OLE color: 6029709.
HSL color Cylindrical-coordinate representation of color #8D015C: hue angle of 321º degrees, saturation: 0.99, 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 #8D015C is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 1 | 92 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.45 |
| HSL | 321º | 0.99% | 0.28% | - |
| HSV(B) | 321º | 0.99% | 0.55% | - |
| XYZ | 12.93 | 6.46 | 10.69 | - |
| YUV | 53.23 | 149.88 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 92 | 0 | 0.99 | 0.35 | 0.45 | 321 | 0.99 | 0.28 |
| Hex | 8D | 1 | 5C | 0 | 63 | 23 | 2D | 141 | 63 | 1C |
| Octal | 215 | 1 | 134 | 0 | 143 | 43 | 55 | 501 | 143 | 34 |
| Binary | 10001101 | 1 | 1011100 | 0 | 1100011 | 100011 | 101101 | 101000001 | 1100011 | 11100 |
Color Harmonies of #8D015C
Complementary color
Monochromatic Colors of #8D015C
Black with #8D015C
Text Example
Text Example
White with #8D015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D015C; }
p { color: rgb(141,1,92); }
H1.HeaderClassName
{
color: #8D015C;
}
.AnyTagClassName
{
color: #8D015C;
}
</style>
background-color css
<style>
a { background-color: #8D015C; }
a { background-color: rgb(141,1,92); }
div.DivClassName
{
background-color: #8D015C;
}
.BgClassName
{
background-color: #8D015C;
}
</style>
border-color css
<style>
span { border-color: #8D015C; }
span { border-color: rgb(141,1,92); }
td.TdClassName
{
border-color: #8D015C;
}
.TagClassName
{
border-color: #8D015C;
}
</style>