Shades of Eggplant #8A066A
Tints of Eggplant #8A066A
RGB
CMYK
RGB Variations
Color information
#8A066A (or 0x8A066A) is known color: Eggplant. HEX triplet: 8A, 06 and 6A. RGB value is (138,6,106). Sum of RGB (Red+Green+Blue) = 138+6+106=250 (33% of max value = 765). Red value is 138 (54.30% from 255 or 55.2% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 138 - color contains mainly: red. Hex color #8A066A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A066A is #75F995. Grayscale: #383838. Windows color (decimal): -7731606 or 6948490. OLE color: 6948490.
HSL color Cylindrical-coordinate representation of color #8A066A: hue angle of 314.55º degrees, saturation: 0.92, 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 #8A066A is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 6 | 106 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.46 |
| HSL | 314.55º | 0.92% | 0.28% | - |
| HSV(B) | 314.55º | 0.96% | 0.54% | - |
| XYZ | 13.15 | 6.57 | 14.21 | - |
| YUV | 56.87 | 155.73 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 6 | 106 | 0 | 0.96 | 0.23 | 0.46 | 314.55 | 0.92 | 0.28 |
| Hex | 8A | 6 | 6A | 0 | 60 | 17 | 2E | 13B | 5C | 1C |
| Octal | 212 | 6 | 152 | 0 | 140 | 27 | 56 | 473 | 134 | 34 |
| Binary | 10001010 | 110 | 1101010 | 0 | 1100000 | 10111 | 101110 | 100111011 | 1011100 | 11100 |
Color Harmonies of #8A066A
Complementary color
Monochromatic Colors of #8A066A
Black with #8A066A
Text Example
Text Example
White with #8A066A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A066A; }
p { color: rgb(138,6,106); }
H1.HeaderClassName
{
color: #8A066A;
}
.AnyTagClassName
{
color: #8A066A;
}
</style>
background-color css
<style>
a { background-color: #8A066A; }
a { background-color: rgb(138,6,106); }
div.DivClassName
{
background-color: #8A066A;
}
.BgClassName
{
background-color: #8A066A;
}
</style>
border-color css
<style>
span { border-color: #8A066A; }
span { border-color: rgb(138,6,106); }
td.TdClassName
{
border-color: #8A066A;
}
.TagClassName
{
border-color: #8A066A;
}
</style>