Shades of Eggplant #901169
Tints of Eggplant #901169
RGB
CMYK
RGB Variations
Color information
#901169 (or 0x901169) is known color: Eggplant. HEX triplet: 90, 11 and 69. RGB value is (144,17,105). Sum of RGB (Red+Green+Blue) = 144+17+105=266 (35% of max value = 765). Red value is 144 (56.64% from 255 or 54.14% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 144 - color contains mainly: red. Hex color #901169 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901169 is #6FEE96. Grayscale: #404040. Windows color (decimal): -7335575 or 6885776. OLE color: 6885776.
HSL color Cylindrical-coordinate representation of color #901169: hue angle of 318.43º degrees, saturation: 0.79, 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 #901169 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 17 | 105 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.44 |
| HSL | 318.43º | 0.79% | 0.32% | - |
| HSV(B) | 318.43º | 0.88% | 0.56% | - |
| XYZ | 14.25 | 7.35 | 14.03 | - |
| YUV | 65.01 | 150.58 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 105 | 0 | 0.88 | 0.27 | 0.44 | 318.43 | 0.79 | 0.32 |
| Hex | 90 | 11 | 69 | 0 | 58 | 1B | 2C | 13E | 4F | 20 |
| Octal | 220 | 21 | 151 | 0 | 130 | 33 | 54 | 476 | 117 | 40 |
| Binary | 10010000 | 10001 | 1101001 | 0 | 1011000 | 11011 | 101100 | 100111110 | 1001111 | 100000 |
Color Harmonies of #901169
Complementary color
Monochromatic Colors of #901169
Black with #901169
Text Example
Text Example
White with #901169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901169; }
p { color: rgb(144,17,105); }
H1.HeaderClassName
{
color: #901169;
}
.AnyTagClassName
{
color: #901169;
}
</style>
background-color css
<style>
a { background-color: #901169; }
a { background-color: rgb(144,17,105); }
div.DivClassName
{
background-color: #901169;
}
.BgClassName
{
background-color: #901169;
}
</style>
border-color css
<style>
span { border-color: #901169; }
span { border-color: rgb(144,17,105); }
td.TdClassName
{
border-color: #901169;
}
.TagClassName
{
border-color: #901169;
}
</style>