Shades of Eggplant #890B5C
Tints of Eggplant #890B5C
RGB
CMYK
RGB Variations
Color information
#890B5C (or 0x890B5C) is known color: Eggplant. HEX triplet: 89, 0B and 5C. RGB value is (137,11,92). Sum of RGB (Red+Green+Blue) = 137+11+92=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #890B5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890B5C is #76F4A3. Grayscale: #393939. Windows color (decimal): -7795876 or 6032265. OLE color: 6032265.
HSL color Cylindrical-coordinate representation of color #890B5C: hue angle of 321.43º 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 #890B5C is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 11 | 92 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.46 |
| HSL | 321.43º | 0.85% | 0.29% | - |
| HSV(B) | 321.43º | 0.92% | 0.54% | - |
| XYZ | 12.37 | 6.33 | 10.7 | - |
| YUV | 57.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 92 | 0 | 0.92 | 0.33 | 0.46 | 321.43 | 0.85 | 0.29 |
| Hex | 89 | B | 5C | 0 | 5C | 21 | 2E | 141 | 55 | 1D |
| Octal | 211 | 13 | 134 | 0 | 134 | 41 | 56 | 501 | 125 | 35 |
| Binary | 10001001 | 1011 | 1011100 | 0 | 1011100 | 100001 | 101110 | 101000001 | 1010101 | 11101 |
Color Harmonies of #890B5C
Complementary color
Monochromatic Colors of #890B5C
Black with #890B5C
Text Example
Text Example
White with #890B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890B5C; }
p { color: rgb(137,11,92); }
H1.HeaderClassName
{
color: #890B5C;
}
.AnyTagClassName
{
color: #890B5C;
}
</style>
background-color css
<style>
a { background-color: #890B5C; }
a { background-color: rgb(137,11,92); }
div.DivClassName
{
background-color: #890B5C;
}
.BgClassName
{
background-color: #890B5C;
}
</style>
border-color css
<style>
span { border-color: #890B5C; }
span { border-color: rgb(137,11,92); }
td.TdClassName
{
border-color: #890B5C;
}
.TagClassName
{
border-color: #890B5C;
}
</style>