Shades of Eggplant #890C6B
Tints of Eggplant #890C6B
RGB
CMYK
RGB Variations
Color information
#890C6B (or 0x890C6B) is known color: Eggplant. HEX triplet: 89, 0C and 6B. RGB value is (137,12,107). Sum of RGB (Red+Green+Blue) = 137+12+107=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #890C6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C6B is #76F394. Grayscale: #3B3B3B. Windows color (decimal): -7795605 or 7015561. OLE color: 7015561.
HSL color Cylindrical-coordinate representation of color #890C6B: hue angle of 314.4º 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 #890C6B is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 107 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.46 |
| HSL | 314.4º | 0.84% | 0.29% | - |
| HSV(B) | 314.4º | 0.91% | 0.54% | - |
| XYZ | 13.1 | 6.64 | 14.5 | - |
| YUV | 60.21 | 154.41 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 107 | 0 | 0.91 | 0.22 | 0.46 | 314.4 | 0.84 | 0.29 |
| Hex | 89 | C | 6B | 0 | 5B | 16 | 2E | 13A | 54 | 1D |
| Octal | 211 | 14 | 153 | 0 | 133 | 26 | 56 | 472 | 124 | 35 |
| Binary | 10001001 | 1100 | 1101011 | 0 | 1011011 | 10110 | 101110 | 100111010 | 1010100 | 11101 |
Color Harmonies of #890C6B
Complementary color
Monochromatic Colors of #890C6B
Black with #890C6B
Text Example
Text Example
White with #890C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C6B; }
p { color: rgb(137,12,107); }
H1.HeaderClassName
{
color: #890C6B;
}
.AnyTagClassName
{
color: #890C6B;
}
</style>
background-color css
<style>
a { background-color: #890C6B; }
a { background-color: rgb(137,12,107); }
div.DivClassName
{
background-color: #890C6B;
}
.BgClassName
{
background-color: #890C6B;
}
</style>
border-color css
<style>
span { border-color: #890C6B; }
span { border-color: rgb(137,12,107); }
td.TdClassName
{
border-color: #890C6B;
}
.TagClassName
{
border-color: #890C6B;
}
</style>