Shades of Eggplant #8A0C5D
Tints of Eggplant #8A0C5D
RGB
CMYK
RGB Variations
Color information
#8A0C5D (or 0x8A0C5D) is known color: Eggplant. HEX triplet: 8A, 0C and 5D. RGB value is (138,12,93). Sum of RGB (Red+Green+Blue) = 138+12+93=243 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.79% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0C5D is #75F3A2. Grayscale: #3A3A3A. Windows color (decimal): -7730083 or 6098058. OLE color: 6098058.
HSL color Cylindrical-coordinate representation of color #8A0C5D: hue angle of 321.43º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A0C5D is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 12 | 93 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.46 |
| HSL | 321.43º | 0.84% | 0.29% | - |
| HSV(B) | 321.43º | 0.91% | 0.54% | - |
| XYZ | 12.59 | 6.46 | 10.94 | - |
| YUV | 58.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 12 | 93 | 0 | 0.91 | 0.33 | 0.46 | 321.43 | 0.84 | 0.29 |
| Hex | 8A | C | 5D | 0 | 5B | 21 | 2E | 141 | 54 | 1D |
| Octal | 212 | 14 | 135 | 0 | 133 | 41 | 56 | 501 | 124 | 35 |
| Binary | 10001010 | 1100 | 1011101 | 0 | 1011011 | 100001 | 101110 | 101000001 | 1010100 | 11101 |
Color Harmonies of #8A0C5D
Complementary color
Monochromatic Colors of #8A0C5D
Black with #8A0C5D
Text Example
Text Example
White with #8A0C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0C5D; }
p { color: rgb(138,12,93); }
H1.HeaderClassName
{
color: #8A0C5D;
}
.AnyTagClassName
{
color: #8A0C5D;
}
</style>
background-color css
<style>
a { background-color: #8A0C5D; }
a { background-color: rgb(138,12,93); }
div.DivClassName
{
background-color: #8A0C5D;
}
.BgClassName
{
background-color: #8A0C5D;
}
</style>
border-color css
<style>
span { border-color: #8A0C5D; }
span { border-color: rgb(138,12,93); }
td.TdClassName
{
border-color: #8A0C5D;
}
.TagClassName
{
border-color: #8A0C5D;
}
</style>