Shades of Eggplant #8A096C
Tints of Eggplant #8A096C
RGB
CMYK
RGB Variations
Color information
#8A096C (or 0x8A096C) is known color: Eggplant. HEX triplet: 8A, 09 and 6C. RGB value is (138,9,108). Sum of RGB (Red+Green+Blue) = 138+9+108=255 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.12% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 138 - color contains mainly: red. Hex color #8A096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A096C is #75F693. Grayscale: #3A3A3A. Windows color (decimal): -7730836 or 7080330. OLE color: 7080330.
HSL color Cylindrical-coordinate representation of color #8A096C: hue angle of 313.95º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A096C is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 9 | 108 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.46 |
| HSL | 313.95º | 0.88% | 0.29% | - |
| HSV(B) | 313.95º | 0.93% | 0.54% | - |
| XYZ | 13.29 | 6.68 | 14.78 | - |
| YUV | 58.86 | 155.74 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 9 | 108 | 0 | 0.93 | 0.22 | 0.46 | 313.95 | 0.88 | 0.29 |
| Hex | 8A | 9 | 6C | 0 | 5D | 16 | 2E | 13A | 58 | 1D |
| Octal | 212 | 11 | 154 | 0 | 135 | 26 | 56 | 472 | 130 | 35 |
| Binary | 10001010 | 1001 | 1101100 | 0 | 1011101 | 10110 | 101110 | 100111010 | 1011000 | 11101 |
Color Harmonies of #8A096C
Complementary color
Monochromatic Colors of #8A096C
Black with #8A096C
Text Example
Text Example
White with #8A096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A096C; }
p { color: rgb(138,9,108); }
H1.HeaderClassName
{
color: #8A096C;
}
.AnyTagClassName
{
color: #8A096C;
}
</style>
background-color css
<style>
a { background-color: #8A096C; }
a { background-color: rgb(138,9,108); }
div.DivClassName
{
background-color: #8A096C;
}
.BgClassName
{
background-color: #8A096C;
}
</style>
border-color css
<style>
span { border-color: #8A096C; }
span { border-color: rgb(138,9,108); }
td.TdClassName
{
border-color: #8A096C;
}
.TagClassName
{
border-color: #8A096C;
}
</style>