Shades of Eggplant #8A076B
Tints of Eggplant #8A076B
RGB
CMYK
RGB Variations
Color information
#8A076B (or 0x8A076B) is known color: Eggplant. HEX triplet: 8A, 07 and 6B. RGB value is (138,7,107). Sum of RGB (Red+Green+Blue) = 138+7+107=252 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.76% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 138 - color contains mainly: red. Hex color #8A076B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A076B is #75F894. Grayscale: #393939. Windows color (decimal): -7731349 or 7014282. OLE color: 7014282.
HSL color Cylindrical-coordinate representation of color #8A076B: hue angle of 314.2º 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 #8A076B is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 7 | 107 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.46 |
| HSL | 314.2º | 0.9% | 0.28% | - |
| HSV(B) | 314.2º | 0.95% | 0.54% | - |
| XYZ | 13.21 | 6.62 | 14.49 | - |
| YUV | 57.57 | 155.9 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 7 | 107 | 0 | 0.95 | 0.22 | 0.46 | 314.2 | 0.9 | 0.28 |
| Hex | 8A | 7 | 6B | 0 | 5F | 16 | 2E | 13A | 5A | 1C |
| Octal | 212 | 7 | 153 | 0 | 137 | 26 | 56 | 472 | 132 | 34 |
| Binary | 10001010 | 111 | 1101011 | 0 | 1011111 | 10110 | 101110 | 100111010 | 1011010 | 11100 |
Color Harmonies of #8A076B
Complementary color
Monochromatic Colors of #8A076B
Black with #8A076B
Text Example
Text Example
White with #8A076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A076B; }
p { color: rgb(138,7,107); }
H1.HeaderClassName
{
color: #8A076B;
}
.AnyTagClassName
{
color: #8A076B;
}
</style>
background-color css
<style>
a { background-color: #8A076B; }
a { background-color: rgb(138,7,107); }
div.DivClassName
{
background-color: #8A076B;
}
.BgClassName
{
background-color: #8A076B;
}
</style>
border-color css
<style>
span { border-color: #8A076B; }
span { border-color: rgb(138,7,107); }
td.TdClassName
{
border-color: #8A076B;
}
.TagClassName
{
border-color: #8A076B;
}
</style>