Shades of Eggplant #8A0B6E
Tints of Eggplant #8A0B6E
RGB
CMYK
RGB Variations
Color information
#8A0B6E (or 0x8A0B6E) is known color: Eggplant. HEX triplet: 8A, 0B and 6E. RGB value is (138,11,110). Sum of RGB (Red+Green+Blue) = 138+11+110=259 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.28% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0B6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0B6E is #75F491. Grayscale: #3B3B3B. Windows color (decimal): -7730322 or 7211914. OLE color: 7211914.
HSL color Cylindrical-coordinate representation of color #8A0B6E: hue angle of 313.23º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A0B6E is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 11 | 110 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.46 |
| HSL | 313.23º | 0.85% | 0.29% | - |
| HSV(B) | 313.23º | 0.92% | 0.54% | - |
| XYZ | 13.42 | 6.77 | 15.35 | - |
| YUV | 60.26 | 156.08 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 11 | 110 | 0 | 0.92 | 0.20 | 0.46 | 313.23 | 0.85 | 0.29 |
| Hex | 8A | B | 6E | 0 | 5C | 14 | 2E | 139 | 55 | 1D |
| Octal | 212 | 13 | 156 | 0 | 134 | 24 | 56 | 471 | 125 | 35 |
| Binary | 10001010 | 1011 | 1101110 | 0 | 1011100 | 10100 | 101110 | 100111001 | 1010101 | 11101 |
Color Harmonies of #8A0B6E
Complementary color
Monochromatic Colors of #8A0B6E
Black with #8A0B6E
Text Example
Text Example
White with #8A0B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0B6E; }
p { color: rgb(138,11,110); }
H1.HeaderClassName
{
color: #8A0B6E;
}
.AnyTagClassName
{
color: #8A0B6E;
}
</style>
background-color css
<style>
a { background-color: #8A0B6E; }
a { background-color: rgb(138,11,110); }
div.DivClassName
{
background-color: #8A0B6E;
}
.BgClassName
{
background-color: #8A0B6E;
}
</style>
border-color css
<style>
span { border-color: #8A0B6E; }
span { border-color: rgb(138,11,110); }
td.TdClassName
{
border-color: #8A0B6E;
}
.TagClassName
{
border-color: #8A0B6E;
}
</style>