Shades of Eggplant #8A1760
Tints of Eggplant #8A1760
RGB
CMYK
RGB Variations
Color information
#8A1760 (or 0x8A1760) is known color: Eggplant. HEX triplet: 8A, 17 and 60. RGB value is (138,23,96). Sum of RGB (Red+Green+Blue) = 138+23+96=257 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.70% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1760 is #75E89F. Grayscale: #414141. Windows color (decimal): -7727264 or 6297482. OLE color: 6297482.
HSL color Cylindrical-coordinate representation of color #8A1760: hue angle of 321.91º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A1760 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 23 | 96 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.46 |
| HSL | 321.91º | 0.71% | 0.32% | - |
| HSV(B) | 321.91º | 0.83% | 0.54% | - |
| XYZ | 12.9 | 6.86 | 11.71 | - |
| YUV | 65.71 | 145.1 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 23 | 96 | 0 | 0.83 | 0.30 | 0.46 | 321.91 | 0.71 | 0.32 |
| Hex | 8A | 17 | 60 | 0 | 53 | 1E | 2E | 142 | 47 | 20 |
| Octal | 212 | 27 | 140 | 0 | 123 | 36 | 56 | 502 | 107 | 40 |
| Binary | 10001010 | 10111 | 1100000 | 0 | 1010011 | 11110 | 101110 | 101000010 | 1000111 | 100000 |
Color Harmonies of #8A1760
Complementary color
Monochromatic Colors of #8A1760
Black with #8A1760
Text Example
Text Example
White with #8A1760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1760; }
p { color: rgb(138,23,96); }
H1.HeaderClassName
{
color: #8A1760;
}
.AnyTagClassName
{
color: #8A1760;
}
</style>
background-color css
<style>
a { background-color: #8A1760; }
a { background-color: rgb(138,23,96); }
div.DivClassName
{
background-color: #8A1760;
}
.BgClassName
{
background-color: #8A1760;
}
</style>
border-color css
<style>
span { border-color: #8A1760; }
span { border-color: rgb(138,23,96); }
td.TdClassName
{
border-color: #8A1760;
}
.TagClassName
{
border-color: #8A1760;
}
</style>