Shades of Eggplant #89066A
Tints of Eggplant #89066A
RGB
CMYK
RGB Variations
Color information
#89066A (or 0x89066A) is known color: Eggplant. HEX triplet: 89, 06 and 6A. RGB value is (137,6,106). Sum of RGB (Red+Green+Blue) = 137+6+106=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #89066A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89066A is #76F995. Grayscale: #383838. Windows color (decimal): -7797142 or 6948489. OLE color: 6948489.
HSL color Cylindrical-coordinate representation of color #89066A: hue angle of 314.2º 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 #89066A is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 6 | 106 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.46 |
| HSL | 314.2º | 0.92% | 0.28% | - |
| HSV(B) | 314.2º | 0.96% | 0.54% | - |
| XYZ | 12.98 | 6.49 | 14.2 | - |
| YUV | 56.57 | 155.9 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 6 | 106 | 0 | 0.96 | 0.23 | 0.46 | 314.2 | 0.92 | 0.28 |
| Hex | 89 | 6 | 6A | 0 | 60 | 17 | 2E | 13A | 5C | 1C |
| Octal | 211 | 6 | 152 | 0 | 140 | 27 | 56 | 472 | 134 | 34 |
| Binary | 10001001 | 110 | 1101010 | 0 | 1100000 | 10111 | 101110 | 100111010 | 1011100 | 11100 |
Color Harmonies of #89066A
Complementary color
Monochromatic Colors of #89066A
Black with #89066A
Text Example
Text Example
White with #89066A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89066A; }
p { color: rgb(137,6,106); }
H1.HeaderClassName
{
color: #89066A;
}
.AnyTagClassName
{
color: #89066A;
}
</style>
background-color css
<style>
a { background-color: #89066A; }
a { background-color: rgb(137,6,106); }
div.DivClassName
{
background-color: #89066A;
}
.BgClassName
{
background-color: #89066A;
}
</style>
border-color css
<style>
span { border-color: #89066A; }
span { border-color: rgb(137,6,106); }
td.TdClassName
{
border-color: #89066A;
}
.TagClassName
{
border-color: #89066A;
}
</style>