Shades of Eggplant #8A0266
Tints of Eggplant #8A0266
RGB
CMYK
RGB Variations
Color information
#8A0266 (or 0x8A0266) is known color: Eggplant. HEX triplet: 8A, 02 and 66. RGB value is (138,2,102). Sum of RGB (Red+Green+Blue) = 138+2+102=242 (32% of max value = 765). Red value is 138 (54.30% from 255 or 57.02% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 102 (40.23% from 255 or 42.15% from 242); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0266 is #75FD99. Grayscale: #353535. Windows color (decimal): -7732634 or 6685322. OLE color: 6685322.
HSL color Cylindrical-coordinate representation of color #8A0266: hue angle of 315.88º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A0266 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 2 | 102 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.46 |
| HSL | 315.88º | 0.97% | 0.27% | - |
| HSV(B) | 315.88º | 0.99% | 0.54% | - |
| XYZ | 12.9 | 6.41 | 13.13 | - |
| YUV | 54.06 | 155.06 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 2 | 102 | 0 | 0.99 | 0.26 | 0.46 | 315.88 | 0.97 | 0.27 |
| Hex | 8A | 2 | 66 | 0 | 63 | 1A | 2E | 13C | 61 | 1B |
| Octal | 212 | 2 | 146 | 0 | 143 | 32 | 56 | 474 | 141 | 33 |
| Binary | 10001010 | 10 | 1100110 | 0 | 1100011 | 11010 | 101110 | 100111100 | 1100001 | 11011 |
Color Harmonies of #8A0266
Complementary color
Monochromatic Colors of #8A0266
Black with #8A0266
Text Example
Text Example
White with #8A0266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0266; }
p { color: rgb(138,2,102); }
H1.HeaderClassName
{
color: #8A0266;
}
.AnyTagClassName
{
color: #8A0266;
}
</style>
background-color css
<style>
a { background-color: #8A0266; }
a { background-color: rgb(138,2,102); }
div.DivClassName
{
background-color: #8A0266;
}
.BgClassName
{
background-color: #8A0266;
}
</style>
border-color css
<style>
span { border-color: #8A0266; }
span { border-color: rgb(138,2,102); }
td.TdClassName
{
border-color: #8A0266;
}
.TagClassName
{
border-color: #8A0266;
}
</style>