Shades of Eggplant #90016F
Tints of Eggplant #90016F
RGB
CMYK
RGB Variations
Color information
#90016F (or 0x90016F) is known color: Eggplant. HEX triplet: 90, 01 and 6F. RGB value is (144,1,111). Sum of RGB (Red+Green+Blue) = 144+1+111=256 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.25% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 144 - color contains mainly: red. Hex color #90016F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90016F is #6FFE90. Grayscale: #383838. Windows color (decimal): -7339665 or 7274896. OLE color: 7274896.
HSL color Cylindrical-coordinate representation of color #90016F: hue angle of 313.85º 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 #90016F is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 111 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.44 |
| HSL | 313.85º | 0.99% | 0.28% | - |
| HSV(B) | 313.85º | 0.99% | 0.56% | - |
| XYZ | 14.38 | 7.1 | 15.65 | - |
| YUV | 56.3 | 158.88 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 111 | 0 | 0.99 | 0.23 | 0.44 | 313.85 | 0.99 | 0.28 |
| Hex | 90 | 1 | 6F | 0 | 63 | 17 | 2C | 13A | 63 | 1C |
| Octal | 220 | 1 | 157 | 0 | 143 | 27 | 54 | 472 | 143 | 34 |
| Binary | 10010000 | 1 | 1101111 | 0 | 1100011 | 10111 | 101100 | 100111010 | 1100011 | 11100 |
Color Harmonies of #90016F
Complementary color
Monochromatic Colors of #90016F
Black with #90016F
Text Example
Text Example
White with #90016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90016F; }
p { color: rgb(144,1,111); }
H1.HeaderClassName
{
color: #90016F;
}
.AnyTagClassName
{
color: #90016F;
}
</style>
background-color css
<style>
a { background-color: #90016F; }
a { background-color: rgb(144,1,111); }
div.DivClassName
{
background-color: #90016F;
}
.BgClassName
{
background-color: #90016F;
}
</style>
border-color css
<style>
span { border-color: #90016F; }
span { border-color: rgb(144,1,111); }
td.TdClassName
{
border-color: #90016F;
}
.TagClassName
{
border-color: #90016F;
}
</style>