Shades of Eggplant #890B6C
Tints of Eggplant #890B6C
RGB
CMYK
RGB Variations
Color information
#890B6C (or 0x890B6C) is known color: Eggplant. HEX triplet: 89, 0B and 6C. RGB value is (137,11,108). Sum of RGB (Red+Green+Blue) = 137+11+108=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #890B6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890B6C is #76F493. Grayscale: #3B3B3B. Windows color (decimal): -7795860 or 7080841. OLE color: 7080841.
HSL color Cylindrical-coordinate representation of color #890B6C: hue angle of 313.81º 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 #890B6C is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 11 | 108 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.46 |
| HSL | 313.81º | 0.85% | 0.29% | - |
| HSV(B) | 313.81º | 0.92% | 0.54% | - |
| XYZ | 13.14 | 6.64 | 14.78 | - |
| YUV | 59.73 | 155.24 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 108 | 0 | 0.92 | 0.21 | 0.46 | 313.81 | 0.85 | 0.29 |
| Hex | 89 | B | 6C | 0 | 5C | 15 | 2E | 13A | 55 | 1D |
| Octal | 211 | 13 | 154 | 0 | 134 | 25 | 56 | 472 | 125 | 35 |
| Binary | 10001001 | 1011 | 1101100 | 0 | 1011100 | 10101 | 101110 | 100111010 | 1010101 | 11101 |
Color Harmonies of #890B6C
Complementary color
Monochromatic Colors of #890B6C
Black with #890B6C
Text Example
Text Example
White with #890B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890B6C; }
p { color: rgb(137,11,108); }
H1.HeaderClassName
{
color: #890B6C;
}
.AnyTagClassName
{
color: #890B6C;
}
</style>
background-color css
<style>
a { background-color: #890B6C; }
a { background-color: rgb(137,11,108); }
div.DivClassName
{
background-color: #890B6C;
}
.BgClassName
{
background-color: #890B6C;
}
</style>
border-color css
<style>
span { border-color: #890B6C; }
span { border-color: rgb(137,11,108); }
td.TdClassName
{
border-color: #890B6C;
}
.TagClassName
{
border-color: #890B6C;
}
</style>