Shades of Eggplant #90016E
Tints of Eggplant #90016E
RGB
CMYK
RGB Variations
Color information
#90016E (or 0x90016E) is known color: Eggplant. HEX triplet: 90, 01 and 6E. RGB value is (144,1,110). Sum of RGB (Red+Green+Blue) = 144+1+110=255 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.47% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 144 - color contains mainly: red. Hex color #90016E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90016E is #6FFE91. Grayscale: #373737. Windows color (decimal): -7339666 or 7209360. OLE color: 7209360.
HSL color Cylindrical-coordinate representation of color #90016E: hue angle of 314.27º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90016E is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 110 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.44 |
| HSL | 314.27º | 0.99% | 0.28% | - |
| HSV(B) | 314.27º | 0.99% | 0.56% | - |
| XYZ | 14.33 | 7.08 | 15.36 | - |
| YUV | 56.18 | 158.38 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 110 | 0 | 0.99 | 0.24 | 0.44 | 314.27 | 0.99 | 0.28 |
| Hex | 90 | 1 | 6E | 0 | 63 | 18 | 2C | 13A | 63 | 1C |
| Octal | 220 | 1 | 156 | 0 | 143 | 30 | 54 | 472 | 143 | 34 |
| Binary | 10010000 | 1 | 1101110 | 0 | 1100011 | 11000 | 101100 | 100111010 | 1100011 | 11100 |
Color Harmonies of #90016E
Complementary color
Monochromatic Colors of #90016E
Black with #90016E
Text Example
Text Example
White with #90016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90016E; }
p { color: rgb(144,1,110); }
H1.HeaderClassName
{
color: #90016E;
}
.AnyTagClassName
{
color: #90016E;
}
</style>
background-color css
<style>
a { background-color: #90016E; }
a { background-color: rgb(144,1,110); }
div.DivClassName
{
background-color: #90016E;
}
.BgClassName
{
background-color: #90016E;
}
</style>
border-color css
<style>
span { border-color: #90016E; }
span { border-color: rgb(144,1,110); }
td.TdClassName
{
border-color: #90016E;
}
.TagClassName
{
border-color: #90016E;
}
</style>