Shades of Eggplant #901669
Tints of Eggplant #901669
RGB
CMYK
RGB Variations
Color information
#901669 (or 0x901669) is known color: Eggplant. HEX triplet: 90, 16 and 69. RGB value is (144,22,105). Sum of RGB (Red+Green+Blue) = 144+22+105=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #901669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901669 is #6FE996. Grayscale: #434343. Windows color (decimal): -7334295 or 6887056. OLE color: 6887056.
HSL color Cylindrical-coordinate representation of color #901669: hue angle of 319.18º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901669 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 22 | 105 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.44 |
| HSL | 319.18º | 0.73% | 0.33% | - |
| HSV(B) | 319.18º | 0.85% | 0.56% | - |
| XYZ | 14.34 | 7.52 | 14.06 | - |
| YUV | 67.94 | 148.92 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 105 | 0 | 0.85 | 0.27 | 0.44 | 319.18 | 0.73 | 0.33 |
| Hex | 90 | 16 | 69 | 0 | 55 | 1B | 2C | 13F | 49 | 21 |
| Octal | 220 | 26 | 151 | 0 | 125 | 33 | 54 | 477 | 111 | 41 |
| Binary | 10010000 | 10110 | 1101001 | 0 | 1010101 | 11011 | 101100 | 100111111 | 1001001 | 100001 |
Color Harmonies of #901669
Complementary color
Monochromatic Colors of #901669
Black with #901669
Text Example
Text Example
White with #901669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901669; }
p { color: rgb(144,22,105); }
H1.HeaderClassName
{
color: #901669;
}
.AnyTagClassName
{
color: #901669;
}
</style>
background-color css
<style>
a { background-color: #901669; }
a { background-color: rgb(144,22,105); }
div.DivClassName
{
background-color: #901669;
}
.BgClassName
{
background-color: #901669;
}
</style>
border-color css
<style>
span { border-color: #901669; }
span { border-color: rgb(144,22,105); }
td.TdClassName
{
border-color: #901669;
}
.TagClassName
{
border-color: #901669;
}
</style>