Shades of Eggplant #8A1264
Tints of Eggplant #8A1264
RGB
CMYK
RGB Variations
Color information
#8A1264 (or 0x8A1264) is known color: Eggplant. HEX triplet: 8A, 12 and 64. RGB value is (138,18,100). Sum of RGB (Red+Green+Blue) = 138+18+100=256 (33% of max value = 765). Red value is 138 (54.30% from 255 or 53.91% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1264 is #75ED9B. Grayscale: #3F3F3F. Windows color (decimal): -7728540 or 6558346. OLE color: 6558346.
HSL color Cylindrical-coordinate representation of color #8A1264: hue angle of 319º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8A1264 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 18 | 100 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.46 |
| HSL | 319º | 0.77% | 0.31% | - |
| HSV(B) | 319º | 0.87% | 0.54% | - |
| XYZ | 13 | 6.76 | 12.68 | - |
| YUV | 63.23 | 148.76 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 18 | 100 | 0 | 0.87 | 0.28 | 0.46 | 319 | 0.77 | 0.31 |
| Hex | 8A | 12 | 64 | 0 | 57 | 1C | 2E | 13F | 4D | 1F |
| Octal | 212 | 22 | 144 | 0 | 127 | 34 | 56 | 477 | 115 | 37 |
| Binary | 10001010 | 10010 | 1100100 | 0 | 1010111 | 11100 | 101110 | 100111111 | 1001101 | 11111 |
Color Harmonies of #8A1264
Complementary color
Monochromatic Colors of #8A1264
Black with #8A1264
Text Example
Text Example
White with #8A1264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1264; }
p { color: rgb(138,18,100); }
H1.HeaderClassName
{
color: #8A1264;
}
.AnyTagClassName
{
color: #8A1264;
}
</style>
background-color css
<style>
a { background-color: #8A1264; }
a { background-color: rgb(138,18,100); }
div.DivClassName
{
background-color: #8A1264;
}
.BgClassName
{
background-color: #8A1264;
}
</style>
border-color css
<style>
span { border-color: #8A1264; }
span { border-color: rgb(138,18,100); }
td.TdClassName
{
border-color: #8A1264;
}
.TagClassName
{
border-color: #8A1264;
}
</style>