Shades of Eggplant #90146B
Tints of Eggplant #90146B
RGB
CMYK
RGB Variations
Color information
#90146B (or 0x90146B) is known color: Eggplant. HEX triplet: 90, 14 and 6B. RGB value is (144,20,107). Sum of RGB (Red+Green+Blue) = 144+20+107=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #90146B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90146B is #6FEB94. Grayscale: #424242. Windows color (decimal): -7334805 or 7017616. OLE color: 7017616.
HSL color Cylindrical-coordinate representation of color #90146B: hue angle of 317.9º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #90146B is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 20 | 107 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.44 |
| HSL | 317.9º | 0.76% | 0.32% | - |
| HSV(B) | 317.9º | 0.86% | 0.56% | - |
| XYZ | 14.41 | 7.49 | 14.6 | - |
| YUV | 66.99 | 150.58 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 107 | 0 | 0.86 | 0.26 | 0.44 | 317.9 | 0.76 | 0.32 |
| Hex | 90 | 14 | 6B | 0 | 56 | 1A | 2C | 13E | 4C | 20 |
| Octal | 220 | 24 | 153 | 0 | 126 | 32 | 54 | 476 | 114 | 40 |
| Binary | 10010000 | 10100 | 1101011 | 0 | 1010110 | 11010 | 101100 | 100111110 | 1001100 | 100000 |
Color Harmonies of #90146B
Complementary color
Monochromatic Colors of #90146B
Black with #90146B
Text Example
Text Example
White with #90146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90146B; }
p { color: rgb(144,20,107); }
H1.HeaderClassName
{
color: #90146B;
}
.AnyTagClassName
{
color: #90146B;
}
</style>
background-color css
<style>
a { background-color: #90146B; }
a { background-color: rgb(144,20,107); }
div.DivClassName
{
background-color: #90146B;
}
.BgClassName
{
background-color: #90146B;
}
</style>
border-color css
<style>
span { border-color: #90146B; }
span { border-color: rgb(144,20,107); }
td.TdClassName
{
border-color: #90146B;
}
.TagClassName
{
border-color: #90146B;
}
</style>