Shades of Eggplant #8A0C69
Tints of Eggplant #8A0C69
RGB
CMYK
RGB Variations
Color information
#8A0C69 (or 0x8A0C69) is known color: Eggplant. HEX triplet: 8A, 0C and 69. RGB value is (138,12,105). Sum of RGB (Red+Green+Blue) = 138+12+105=255 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.12% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0C69 is #75F396. Grayscale: #3C3C3C. Windows color (decimal): -7730071 or 6884490. OLE color: 6884490.
HSL color Cylindrical-coordinate representation of color #8A0C69: hue angle of 315.71º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A0C69 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 12 | 105 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.46 |
| HSL | 315.71º | 0.84% | 0.29% | - |
| HSV(B) | 315.71º | 0.91% | 0.54% | - |
| XYZ | 13.16 | 6.69 | 13.96 | - |
| YUV | 60.28 | 153.24 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 12 | 105 | 0 | 0.91 | 0.24 | 0.46 | 315.71 | 0.84 | 0.29 |
| Hex | 8A | C | 69 | 0 | 5B | 18 | 2E | 13C | 54 | 1D |
| Octal | 212 | 14 | 151 | 0 | 133 | 30 | 56 | 474 | 124 | 35 |
| Binary | 10001010 | 1100 | 1101001 | 0 | 1011011 | 11000 | 101110 | 100111100 | 1010100 | 11101 |
Color Harmonies of #8A0C69
Complementary color
Monochromatic Colors of #8A0C69
Black with #8A0C69
Text Example
Text Example
White with #8A0C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0C69; }
p { color: rgb(138,12,105); }
H1.HeaderClassName
{
color: #8A0C69;
}
.AnyTagClassName
{
color: #8A0C69;
}
</style>
background-color css
<style>
a { background-color: #8A0C69; }
a { background-color: rgb(138,12,105); }
div.DivClassName
{
background-color: #8A0C69;
}
.BgClassName
{
background-color: #8A0C69;
}
</style>
border-color css
<style>
span { border-color: #8A0C69; }
span { border-color: rgb(138,12,105); }
td.TdClassName
{
border-color: #8A0C69;
}
.TagClassName
{
border-color: #8A0C69;
}
</style>