Shades of Eggplant #90106C
Tints of Eggplant #90106C
RGB
CMYK
RGB Variations
Color information
#90106C (or 0x90106C) is known color: Eggplant. HEX triplet: 90, 10 and 6C. RGB value is (144,16,108). Sum of RGB (Red+Green+Blue) = 144+16+108=268 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.73% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 144 - color contains mainly: red. Hex color #90106C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90106C is #6FEF93. Grayscale: #404040. Windows color (decimal): -7335828 or 7082128. OLE color: 7082128.
HSL color Cylindrical-coordinate representation of color #90106C: hue angle of 316.88º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #90106C is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 108 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.44 |
| HSL | 316.88º | 0.8% | 0.31% | - |
| HSV(B) | 316.88º | 0.89% | 0.56% | - |
| XYZ | 14.39 | 7.38 | 14.85 | - |
| YUV | 64.76 | 152.41 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 108 | 0 | 0.89 | 0.25 | 0.44 | 316.88 | 0.8 | 0.31 |
| Hex | 90 | 10 | 6C | 0 | 59 | 19 | 2C | 13D | 50 | 1F |
| Octal | 220 | 20 | 154 | 0 | 131 | 31 | 54 | 475 | 120 | 37 |
| Binary | 10010000 | 10000 | 1101100 | 0 | 1011001 | 11001 | 101100 | 100111101 | 1010000 | 11111 |
Color Harmonies of #90106C
Complementary color
Monochromatic Colors of #90106C
Black with #90106C
Text Example
Text Example
White with #90106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90106C; }
p { color: rgb(144,16,108); }
H1.HeaderClassName
{
color: #90106C;
}
.AnyTagClassName
{
color: #90106C;
}
</style>
background-color css
<style>
a { background-color: #90106C; }
a { background-color: rgb(144,16,108); }
div.DivClassName
{
background-color: #90106C;
}
.BgClassName
{
background-color: #90106C;
}
</style>
border-color css
<style>
span { border-color: #90106C; }
span { border-color: rgb(144,16,108); }
td.TdClassName
{
border-color: #90106C;
}
.TagClassName
{
border-color: #90106C;
}
</style>