Shades of Eggplant #8A0566
Tints of Eggplant #8A0566
RGB
CMYK
RGB Variations
Color information
#8A0566 (or 0x8A0566) is known color: Eggplant. HEX triplet: 8A, 05 and 66. RGB value is (138,5,102). Sum of RGB (Red+Green+Blue) = 138+5+102=245 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.33% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0566 is #75FA99. Grayscale: #373737. Windows color (decimal): -7731866 or 6686090. OLE color: 6686090.
HSL color Cylindrical-coordinate representation of color #8A0566: hue angle of 316.24º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A0566 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 5 | 102 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.46 |
| HSL | 316.24º | 0.93% | 0.28% | - |
| HSV(B) | 316.24º | 0.96% | 0.54% | - |
| XYZ | 12.93 | 6.47 | 13.14 | - |
| YUV | 55.83 | 154.06 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 5 | 102 | 0 | 0.96 | 0.26 | 0.46 | 316.24 | 0.93 | 0.28 |
| Hex | 8A | 5 | 66 | 0 | 60 | 1A | 2E | 13C | 5D | 1C |
| Octal | 212 | 5 | 146 | 0 | 140 | 32 | 56 | 474 | 135 | 34 |
| Binary | 10001010 | 101 | 1100110 | 0 | 1100000 | 11010 | 101110 | 100111100 | 1011101 | 11100 |
Color Harmonies of #8A0566
Complementary color
Monochromatic Colors of #8A0566
Black with #8A0566
Text Example
Text Example
White with #8A0566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0566; }
p { color: rgb(138,5,102); }
H1.HeaderClassName
{
color: #8A0566;
}
.AnyTagClassName
{
color: #8A0566;
}
</style>
background-color css
<style>
a { background-color: #8A0566; }
a { background-color: rgb(138,5,102); }
div.DivClassName
{
background-color: #8A0566;
}
.BgClassName
{
background-color: #8A0566;
}
</style>
border-color css
<style>
span { border-color: #8A0566; }
span { border-color: rgb(138,5,102); }
td.TdClassName
{
border-color: #8A0566;
}
.TagClassName
{
border-color: #8A0566;
}
</style>