Shades of Eggplant #901864
Tints of Eggplant #901864
RGB
CMYK
RGB Variations
Color information
#901864 (or 0x901864) is known color: Eggplant. HEX triplet: 90, 18 and 64. RGB value is (144,24,100). Sum of RGB (Red+Green+Blue) = 144+24+100=268 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.73% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 144 - color contains mainly: red. Hex color #901864 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901864 is #6FE79B. Grayscale: #444444. Windows color (decimal): -7333788 or 6559888. OLE color: 6559888.
HSL color Cylindrical-coordinate representation of color #901864: hue angle of 322º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #901864 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 24 | 100 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.44 |
| HSL | 322º | 0.71% | 0.33% | - |
| HSV(B) | 322º | 0.83% | 0.56% | - |
| XYZ | 14.13 | 7.5 | 12.76 | - |
| YUV | 68.54 | 145.76 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 24 | 100 | 0 | 0.83 | 0.31 | 0.44 | 322 | 0.71 | 0.33 |
| Hex | 90 | 18 | 64 | 0 | 53 | 1F | 2C | 142 | 47 | 21 |
| Octal | 220 | 30 | 144 | 0 | 123 | 37 | 54 | 502 | 107 | 41 |
| Binary | 10010000 | 11000 | 1100100 | 0 | 1010011 | 11111 | 101100 | 101000010 | 1000111 | 100001 |
Color Harmonies of #901864
Complementary color
Monochromatic Colors of #901864
Black with #901864
Text Example
Text Example
White with #901864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901864; }
p { color: rgb(144,24,100); }
H1.HeaderClassName
{
color: #901864;
}
.AnyTagClassName
{
color: #901864;
}
</style>
background-color css
<style>
a { background-color: #901864; }
a { background-color: rgb(144,24,100); }
div.DivClassName
{
background-color: #901864;
}
.BgClassName
{
background-color: #901864;
}
</style>
border-color css
<style>
span { border-color: #901864; }
span { border-color: rgb(144,24,100); }
td.TdClassName
{
border-color: #901864;
}
.TagClassName
{
border-color: #901864;
}
</style>