Shades of Eggplant #8A0764
Tints of Eggplant #8A0764
RGB
CMYK
RGB Variations
Color information
#8A0764 (or 0x8A0764) is known color: Eggplant. HEX triplet: 8A, 07 and 64. RGB value is (138,7,100). Sum of RGB (Red+Green+Blue) = 138+7+100=245 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.33% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0764 is #75F89B. Grayscale: #383838. Windows color (decimal): -7731356 or 6555530. OLE color: 6555530.
HSL color Cylindrical-coordinate representation of color #8A0764: hue angle of 317.4º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0764 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 7 | 100 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.46 |
| HSL | 317.4º | 0.9% | 0.28% | - |
| HSV(B) | 317.4º | 0.95% | 0.54% | - |
| XYZ | 12.86 | 6.48 | 12.63 | - |
| YUV | 56.77 | 152.4 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 7 | 100 | 0 | 0.95 | 0.28 | 0.46 | 317.4 | 0.9 | 0.28 |
| Hex | 8A | 7 | 64 | 0 | 5F | 1C | 2E | 13D | 5A | 1C |
| Octal | 212 | 7 | 144 | 0 | 137 | 34 | 56 | 475 | 132 | 34 |
| Binary | 10001010 | 111 | 1100100 | 0 | 1011111 | 11100 | 101110 | 100111101 | 1011010 | 11100 |
Color Harmonies of #8A0764
Complementary color
Monochromatic Colors of #8A0764
Black with #8A0764
Text Example
Text Example
White with #8A0764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0764; }
p { color: rgb(138,7,100); }
H1.HeaderClassName
{
color: #8A0764;
}
.AnyTagClassName
{
color: #8A0764;
}
</style>
background-color css
<style>
a { background-color: #8A0764; }
a { background-color: rgb(138,7,100); }
div.DivClassName
{
background-color: #8A0764;
}
.BgClassName
{
background-color: #8A0764;
}
</style>
border-color css
<style>
span { border-color: #8A0764; }
span { border-color: rgb(138,7,100); }
td.TdClassName
{
border-color: #8A0764;
}
.TagClassName
{
border-color: #8A0764;
}
</style>