Shades of Eggplant #900F5E
Tints of Eggplant #900F5E
RGB
CMYK
RGB Variations
Color information
#900F5E (or 0x900F5E) is known color: Eggplant. HEX triplet: 90, 0F and 5E. RGB value is (144,15,94). Sum of RGB (Red+Green+Blue) = 144+15+94=253 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.92% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 144 - color contains mainly: red. Hex color #900F5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900F5E is #6FF0A1. Grayscale: #3E3E3E. Windows color (decimal): -7336098 or 6164368. OLE color: 6164368.
HSL color Cylindrical-coordinate representation of color #900F5E: hue angle of 323.26º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900F5E is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 15 | 94 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.44 |
| HSL | 323.26º | 0.81% | 0.31% | - |
| HSV(B) | 323.26º | 0.9% | 0.56% | - |
| XYZ | 13.69 | 7.08 | 11.23 | - |
| YUV | 62.58 | 145.74 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 94 | 0 | 0.90 | 0.35 | 0.44 | 323.26 | 0.81 | 0.31 |
| Hex | 90 | F | 5E | 0 | 5A | 23 | 2C | 143 | 51 | 1F |
| Octal | 220 | 17 | 136 | 0 | 132 | 43 | 54 | 503 | 121 | 37 |
| Binary | 10010000 | 1111 | 1011110 | 0 | 1011010 | 100011 | 101100 | 101000011 | 1010001 | 11111 |
Color Harmonies of #900F5E
Complementary color
Monochromatic Colors of #900F5E
Black with #900F5E
Text Example
Text Example
White with #900F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900F5E; }
p { color: rgb(144,15,94); }
H1.HeaderClassName
{
color: #900F5E;
}
.AnyTagClassName
{
color: #900F5E;
}
</style>
background-color css
<style>
a { background-color: #900F5E; }
a { background-color: rgb(144,15,94); }
div.DivClassName
{
background-color: #900F5E;
}
.BgClassName
{
background-color: #900F5E;
}
</style>
border-color css
<style>
span { border-color: #900F5E; }
span { border-color: rgb(144,15,94); }
td.TdClassName
{
border-color: #900F5E;
}
.TagClassName
{
border-color: #900F5E;
}
</style>