Shades of Eggplant #90126B
Tints of Eggplant #90126B
RGB
CMYK
RGB Variations
Color information
#90126B (or 0x90126B) is known color: Eggplant. HEX triplet: 90, 12 and 6B. RGB value is (144,18,107). Sum of RGB (Red+Green+Blue) = 144+18+107=269 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.53% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 144 - color contains mainly: red. Hex color #90126B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90126B is #6FED94. Grayscale: #414141. Windows color (decimal): -7335317 or 7017104. OLE color: 7017104.
HSL color Cylindrical-coordinate representation of color #90126B: hue angle of 317.62º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90126B is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 18 | 107 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.44 |
| HSL | 317.62º | 0.78% | 0.32% | - |
| HSV(B) | 317.62º | 0.88% | 0.56% | - |
| XYZ | 14.37 | 7.42 | 14.59 | - |
| YUV | 65.82 | 151.24 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 18 | 107 | 0 | 0.88 | 0.26 | 0.44 | 317.62 | 0.78 | 0.32 |
| Hex | 90 | 12 | 6B | 0 | 58 | 1A | 2C | 13E | 4E | 20 |
| Octal | 220 | 22 | 153 | 0 | 130 | 32 | 54 | 476 | 116 | 40 |
| Binary | 10010000 | 10010 | 1101011 | 0 | 1011000 | 11010 | 101100 | 100111110 | 1001110 | 100000 |
Color Harmonies of #90126B
Complementary color
Monochromatic Colors of #90126B
Black with #90126B
Text Example
Text Example
White with #90126B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90126B; }
p { color: rgb(144,18,107); }
H1.HeaderClassName
{
color: #90126B;
}
.AnyTagClassName
{
color: #90126B;
}
</style>
background-color css
<style>
a { background-color: #90126B; }
a { background-color: rgb(144,18,107); }
div.DivClassName
{
background-color: #90126B;
}
.BgClassName
{
background-color: #90126B;
}
</style>
border-color css
<style>
span { border-color: #90126B; }
span { border-color: rgb(144,18,107); }
td.TdClassName
{
border-color: #90126B;
}
.TagClassName
{
border-color: #90126B;
}
</style>