Shades of Eggplant #8A0C61
Tints of Eggplant #8A0C61
RGB
CMYK
RGB Variations
Color information
#8A0C61 (or 0x8A0C61) is known color: Eggplant. HEX triplet: 8A, 0C and 61. RGB value is (138,12,97). Sum of RGB (Red+Green+Blue) = 138+12+97=247 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.87% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0C61 is #75F39E. Grayscale: #3B3B3B. Windows color (decimal): -7730079 or 6360202. OLE color: 6360202.
HSL color Cylindrical-coordinate representation of color #8A0C61: hue angle of 319.52º 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 #8A0C61 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 12 | 97 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.46 |
| HSL | 319.52º | 0.84% | 0.29% | - |
| HSV(B) | 319.52º | 0.91% | 0.54% | - |
| XYZ | 12.77 | 6.53 | 11.9 | - |
| YUV | 59.36 | 149.24 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 12 | 97 | 0 | 0.91 | 0.30 | 0.46 | 319.52 | 0.84 | 0.29 |
| Hex | 8A | C | 61 | 0 | 5B | 1E | 2E | 140 | 54 | 1D |
| Octal | 212 | 14 | 141 | 0 | 133 | 36 | 56 | 500 | 124 | 35 |
| Binary | 10001010 | 1100 | 1100001 | 0 | 1011011 | 11110 | 101110 | 101000000 | 1010100 | 11101 |
Color Harmonies of #8A0C61
Complementary color
Monochromatic Colors of #8A0C61
Black with #8A0C61
Text Example
Text Example
White with #8A0C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0C61; }
p { color: rgb(138,12,97); }
H1.HeaderClassName
{
color: #8A0C61;
}
.AnyTagClassName
{
color: #8A0C61;
}
</style>
background-color css
<style>
a { background-color: #8A0C61; }
a { background-color: rgb(138,12,97); }
div.DivClassName
{
background-color: #8A0C61;
}
.BgClassName
{
background-color: #8A0C61;
}
</style>
border-color css
<style>
span { border-color: #8A0C61; }
span { border-color: rgb(138,12,97); }
td.TdClassName
{
border-color: #8A0C61;
}
.TagClassName
{
border-color: #8A0C61;
}
</style>