Shades of Eggplant #90146A
Tints of Eggplant #90146A
RGB
CMYK
RGB Variations
Color information
#90146A (or 0x90146A) is known color: Eggplant. HEX triplet: 90, 14 and 6A. RGB value is (144,20,106). Sum of RGB (Red+Green+Blue) = 144+20+106=270 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.33% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 144 - color contains mainly: red. Hex color #90146A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90146A is #6FEB95. Grayscale: #424242. Windows color (decimal): -7334806 or 6952080. OLE color: 6952080.
HSL color Cylindrical-coordinate representation of color #90146A: hue angle of 318.39º 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 #90146A is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 20 | 106 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.44 |
| HSL | 318.39º | 0.76% | 0.32% | - |
| HSV(B) | 318.39º | 0.86% | 0.56% | - |
| XYZ | 14.35 | 7.47 | 14.32 | - |
| YUV | 66.88 | 150.08 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 106 | 0 | 0.86 | 0.26 | 0.44 | 318.39 | 0.76 | 0.32 |
| Hex | 90 | 14 | 6A | 0 | 56 | 1A | 2C | 13E | 4C | 20 |
| Octal | 220 | 24 | 152 | 0 | 126 | 32 | 54 | 476 | 114 | 40 |
| Binary | 10010000 | 10100 | 1101010 | 0 | 1010110 | 11010 | 101100 | 100111110 | 1001100 | 100000 |
Color Harmonies of #90146A
Complementary color
Monochromatic Colors of #90146A
Black with #90146A
Text Example
Text Example
White with #90146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90146A; }
p { color: rgb(144,20,106); }
H1.HeaderClassName
{
color: #90146A;
}
.AnyTagClassName
{
color: #90146A;
}
</style>
background-color css
<style>
a { background-color: #90146A; }
a { background-color: rgb(144,20,106); }
div.DivClassName
{
background-color: #90146A;
}
.BgClassName
{
background-color: #90146A;
}
</style>
border-color css
<style>
span { border-color: #90146A; }
span { border-color: rgb(144,20,106); }
td.TdClassName
{
border-color: #90146A;
}
.TagClassName
{
border-color: #90146A;
}
</style>