Shades of Eggplant #8A0671
Tints of Eggplant #8A0671
RGB
CMYK
RGB Variations
Color information
#8A0671 (or 0x8A0671) is known color: Eggplant. HEX triplet: 8A, 06 and 71. RGB value is (138,6,113). Sum of RGB (Red+Green+Blue) = 138+6+113=257 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.70% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0671 is #75F98E. Grayscale: #393939. Windows color (decimal): -7731599 or 7407242. OLE color: 7407242.
HSL color Cylindrical-coordinate representation of color #8A0671: hue angle of 311.36º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A0671 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 6 | 113 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.46 |
| HSL | 311.36º | 0.92% | 0.28% | - |
| HSV(B) | 311.36º | 0.96% | 0.54% | - |
| XYZ | 13.53 | 6.73 | 16.21 | - |
| YUV | 57.67 | 159.23 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 6 | 113 | 0 | 0.96 | 0.18 | 0.46 | 311.36 | 0.92 | 0.28 |
| Hex | 8A | 6 | 71 | 0 | 60 | 12 | 2E | 137 | 5C | 1C |
| Octal | 212 | 6 | 161 | 0 | 140 | 22 | 56 | 467 | 134 | 34 |
| Binary | 10001010 | 110 | 1110001 | 0 | 1100000 | 10010 | 101110 | 100110111 | 1011100 | 11100 |
Color Harmonies of #8A0671
Complementary color
Monochromatic Colors of #8A0671
Black with #8A0671
Text Example
Text Example
White with #8A0671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0671; }
p { color: rgb(138,6,113); }
H1.HeaderClassName
{
color: #8A0671;
}
.AnyTagClassName
{
color: #8A0671;
}
</style>
background-color css
<style>
a { background-color: #8A0671; }
a { background-color: rgb(138,6,113); }
div.DivClassName
{
background-color: #8A0671;
}
.BgClassName
{
background-color: #8A0671;
}
</style>
border-color css
<style>
span { border-color: #8A0671; }
span { border-color: rgb(138,6,113); }
td.TdClassName
{
border-color: #8A0671;
}
.TagClassName
{
border-color: #8A0671;
}
</style>