Shades of Eggplant #8A0758
Tints of Eggplant #8A0758
RGB
CMYK
RGB Variations
Color information
#8A0758 (or 0x8A0758) is known color: Eggplant. HEX triplet: 8A, 07 and 58. RGB value is (138,7,88). Sum of RGB (Red+Green+Blue) = 138+7+88=233 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.23% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0758 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0758 is #75F8A7. Grayscale: #373737. Windows color (decimal): -7731368 or 5769098. OLE color: 5769098.
HSL color Cylindrical-coordinate representation of color #8A0758: hue angle of 322.9º 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 #8A0758 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 7 | 88 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.46 |
| HSL | 322.9º | 0.9% | 0.28% | - |
| HSV(B) | 322.9º | 0.95% | 0.54% | - |
| XYZ | 12.32 | 6.26 | 9.79 | - |
| YUV | 55.4 | 146.4 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 7 | 88 | 0 | 0.95 | 0.36 | 0.46 | 322.9 | 0.9 | 0.28 |
| Hex | 8A | 7 | 58 | 0 | 5F | 24 | 2E | 143 | 5A | 1C |
| Octal | 212 | 7 | 130 | 0 | 137 | 44 | 56 | 503 | 132 | 34 |
| Binary | 10001010 | 111 | 1011000 | 0 | 1011111 | 100100 | 101110 | 101000011 | 1011010 | 11100 |
Color Harmonies of #8A0758
Complementary color
Monochromatic Colors of #8A0758
Black with #8A0758
Text Example
Text Example
White with #8A0758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0758; }
p { color: rgb(138,7,88); }
H1.HeaderClassName
{
color: #8A0758;
}
.AnyTagClassName
{
color: #8A0758;
}
</style>
background-color css
<style>
a { background-color: #8A0758; }
a { background-color: rgb(138,7,88); }
div.DivClassName
{
background-color: #8A0758;
}
.BgClassName
{
background-color: #8A0758;
}
</style>
border-color css
<style>
span { border-color: #8A0758; }
span { border-color: rgb(138,7,88); }
td.TdClassName
{
border-color: #8A0758;
}
.TagClassName
{
border-color: #8A0758;
}
</style>