Shades of Eggplant #8A0C65
Tints of Eggplant #8A0C65
RGB
CMYK
RGB Variations
Color information
#8A0C65 (or 0x8A0C65) is known color: Eggplant. HEX triplet: 8A, 0C and 65. RGB value is (138,12,101). Sum of RGB (Red+Green+Blue) = 138+12+101=251 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.98% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0C65 is #75F39A. Grayscale: #3B3B3B. Windows color (decimal): -7730075 or 6622346. OLE color: 6622346.
HSL color Cylindrical-coordinate representation of color #8A0C65: hue angle of 317.62º 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 #8A0C65 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 12 | 101 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.46 |
| HSL | 317.62º | 0.84% | 0.29% | - |
| HSV(B) | 317.62º | 0.91% | 0.54% | - |
| XYZ | 12.96 | 6.61 | 12.9 | - |
| YUV | 59.82 | 151.24 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 12 | 101 | 0 | 0.91 | 0.27 | 0.46 | 317.62 | 0.84 | 0.29 |
| Hex | 8A | C | 65 | 0 | 5B | 1B | 2E | 13E | 54 | 1D |
| Octal | 212 | 14 | 145 | 0 | 133 | 33 | 56 | 476 | 124 | 35 |
| Binary | 10001010 | 1100 | 1100101 | 0 | 1011011 | 11011 | 101110 | 100111110 | 1010100 | 11101 |
Color Harmonies of #8A0C65
Complementary color
Monochromatic Colors of #8A0C65
Black with #8A0C65
Text Example
Text Example
White with #8A0C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0C65; }
p { color: rgb(138,12,101); }
H1.HeaderClassName
{
color: #8A0C65;
}
.AnyTagClassName
{
color: #8A0C65;
}
</style>
background-color css
<style>
a { background-color: #8A0C65; }
a { background-color: rgb(138,12,101); }
div.DivClassName
{
background-color: #8A0C65;
}
.BgClassName
{
background-color: #8A0C65;
}
</style>
border-color css
<style>
span { border-color: #8A0C65; }
span { border-color: rgb(138,12,101); }
td.TdClassName
{
border-color: #8A0C65;
}
.TagClassName
{
border-color: #8A0C65;
}
</style>