Shades of Eggplant #8A0754
Tints of Eggplant #8A0754
RGB
CMYK
RGB Variations
Color information
#8A0754 (or 0x8A0754) is known color: Eggplant. HEX triplet: 8A, 07 and 54. RGB value is (138,7,84). Sum of RGB (Red+Green+Blue) = 138+7+84=229 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.26% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0754 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0754 is #75F8AB. Grayscale: #363636. Windows color (decimal): -7731372 or 5506954. OLE color: 5506954.
HSL color Cylindrical-coordinate representation of color #8A0754: hue angle of 324.73º 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 #8A0754 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 7 | 84 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.46 |
| HSL | 324.73º | 0.9% | 0.28% | - |
| HSV(B) | 324.73º | 0.95% | 0.54% | - |
| XYZ | 12.16 | 6.2 | 8.94 | - |
| YUV | 54.95 | 144.4 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 7 | 84 | 0 | 0.95 | 0.39 | 0.46 | 324.73 | 0.9 | 0.28 |
| Hex | 8A | 7 | 54 | 0 | 5F | 27 | 2E | 145 | 5A | 1C |
| Octal | 212 | 7 | 124 | 0 | 137 | 47 | 56 | 505 | 132 | 34 |
| Binary | 10001010 | 111 | 1010100 | 0 | 1011111 | 100111 | 101110 | 101000101 | 1011010 | 11100 |
Color Harmonies of #8A0754
Complementary color
Monochromatic Colors of #8A0754
Black with #8A0754
Text Example
Text Example
White with #8A0754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0754; }
p { color: rgb(138,7,84); }
H1.HeaderClassName
{
color: #8A0754;
}
.AnyTagClassName
{
color: #8A0754;
}
</style>
background-color css
<style>
a { background-color: #8A0754; }
a { background-color: rgb(138,7,84); }
div.DivClassName
{
background-color: #8A0754;
}
.BgClassName
{
background-color: #8A0754;
}
</style>
border-color css
<style>
span { border-color: #8A0754; }
span { border-color: rgb(138,7,84); }
td.TdClassName
{
border-color: #8A0754;
}
.TagClassName
{
border-color: #8A0754;
}
</style>