Shades of Eggplant #8A155D
Tints of Eggplant #8A155D
RGB
CMYK
RGB Variations
Color information
#8A155D (or 0x8A155D) is known color: Eggplant. HEX triplet: 8A, 15 and 5D. RGB value is (138,21,93). Sum of RGB (Red+Green+Blue) = 138+21+93=252 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.76% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 138 - color contains mainly: red. Hex color #8A155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A155D is #75EAA2. Grayscale: #404040. Windows color (decimal): -7727779 or 6100362. OLE color: 6100362.
HSL color Cylindrical-coordinate representation of color #8A155D: hue angle of 323.08º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A155D is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 21 | 93 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.46 |
| HSL | 323.08º | 0.74% | 0.31% | - |
| HSV(B) | 323.08º | 0.85% | 0.54% | - |
| XYZ | 12.73 | 6.73 | 10.98 | - |
| YUV | 64.19 | 144.26 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 21 | 93 | 0 | 0.85 | 0.33 | 0.46 | 323.08 | 0.74 | 0.31 |
| Hex | 8A | 15 | 5D | 0 | 55 | 21 | 2E | 143 | 4A | 1F |
| Octal | 212 | 25 | 135 | 0 | 125 | 41 | 56 | 503 | 112 | 37 |
| Binary | 10001010 | 10101 | 1011101 | 0 | 1010101 | 100001 | 101110 | 101000011 | 1001010 | 11111 |
Color Harmonies of #8A155D
Complementary color
Monochromatic Colors of #8A155D
Black with #8A155D
Text Example
Text Example
White with #8A155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A155D; }
p { color: rgb(138,21,93); }
H1.HeaderClassName
{
color: #8A155D;
}
.AnyTagClassName
{
color: #8A155D;
}
</style>
background-color css
<style>
a { background-color: #8A155D; }
a { background-color: rgb(138,21,93); }
div.DivClassName
{
background-color: #8A155D;
}
.BgClassName
{
background-color: #8A155D;
}
</style>
border-color css
<style>
span { border-color: #8A155D; }
span { border-color: rgb(138,21,93); }
td.TdClassName
{
border-color: #8A155D;
}
.TagClassName
{
border-color: #8A155D;
}
</style>