Shades of Eggplant #900157
Tints of Eggplant #900157
RGB
CMYK
RGB Variations
Color information
#900157 (or 0x900157) is known color: Eggplant. HEX triplet: 90, 01 and 57. RGB value is (144,1,87). Sum of RGB (Red+Green+Blue) = 144+1+87=232 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.07% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 144 - color contains mainly: red. Hex color #900157 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900157 is #6FFEA8. Grayscale: #353535. Windows color (decimal): -7339689 or 5702032. OLE color: 5702032.
HSL color Cylindrical-coordinate representation of color #900157: hue angle of 323.92º 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 #900157 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 87 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.44 |
| HSL | 323.92º | 0.99% | 0.28% | - |
| HSV(B) | 323.92º | 0.99% | 0.56% | - |
| XYZ | 13.23 | 6.64 | 9.6 | - |
| YUV | 53.56 | 146.88 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 87 | 0 | 0.99 | 0.40 | 0.44 | 323.92 | 0.99 | 0.28 |
| Hex | 90 | 1 | 57 | 0 | 63 | 28 | 2C | 144 | 63 | 1C |
| Octal | 220 | 1 | 127 | 0 | 143 | 50 | 54 | 504 | 143 | 34 |
| Binary | 10010000 | 1 | 1010111 | 0 | 1100011 | 101000 | 101100 | 101000100 | 1100011 | 11100 |
Color Harmonies of #900157
Complementary color
Monochromatic Colors of #900157
Black with #900157
Text Example
Text Example
White with #900157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900157; }
p { color: rgb(144,1,87); }
H1.HeaderClassName
{
color: #900157;
}
.AnyTagClassName
{
color: #900157;
}
</style>
background-color css
<style>
a { background-color: #900157; }
a { background-color: rgb(144,1,87); }
div.DivClassName
{
background-color: #900157;
}
.BgClassName
{
background-color: #900157;
}
</style>
border-color css
<style>
span { border-color: #900157; }
span { border-color: rgb(144,1,87); }
td.TdClassName
{
border-color: #900157;
}
.TagClassName
{
border-color: #900157;
}
</style>