Shades of Eggplant #8A045B
Tints of Eggplant #8A045B
RGB
CMYK
RGB Variations
Color information
#8A045B (or 0x8A045B) is known color: Eggplant. HEX triplet: 8A, 04 and 5B. RGB value is (138,4,91). Sum of RGB (Red+Green+Blue) = 138+4+91=233 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.23% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 138 - color contains mainly: red. Hex color #8A045B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A045B is #75FBA4. Grayscale: #353535. Windows color (decimal): -7732133 or 5964938. OLE color: 5964938.
HSL color Cylindrical-coordinate representation of color #8A045B: hue angle of 321.04º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A045B is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 4 | 91 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.46 |
| HSL | 321.04º | 0.94% | 0.28% | - |
| HSV(B) | 321.04º | 0.97% | 0.54% | - |
| XYZ | 12.41 | 6.25 | 10.45 | - |
| YUV | 53.98 | 148.89 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 4 | 91 | 0 | 0.97 | 0.34 | 0.46 | 321.04 | 0.94 | 0.28 |
| Hex | 8A | 4 | 5B | 0 | 61 | 22 | 2E | 141 | 5E | 1C |
| Octal | 212 | 4 | 133 | 0 | 141 | 42 | 56 | 501 | 136 | 34 |
| Binary | 10001010 | 100 | 1011011 | 0 | 1100001 | 100010 | 101110 | 101000001 | 1011110 | 11100 |
Color Harmonies of #8A045B
Complementary color
Monochromatic Colors of #8A045B
Black with #8A045B
Text Example
Text Example
White with #8A045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A045B; }
p { color: rgb(138,4,91); }
H1.HeaderClassName
{
color: #8A045B;
}
.AnyTagClassName
{
color: #8A045B;
}
</style>
background-color css
<style>
a { background-color: #8A045B; }
a { background-color: rgb(138,4,91); }
div.DivClassName
{
background-color: #8A045B;
}
.BgClassName
{
background-color: #8A045B;
}
</style>
border-color css
<style>
span { border-color: #8A045B; }
span { border-color: rgb(138,4,91); }
td.TdClassName
{
border-color: #8A045B;
}
.TagClassName
{
border-color: #8A045B;
}
</style>