Shades of Eggplant #900357
Tints of Eggplant #900357
RGB
CMYK
RGB Variations
Color information
#900357 (or 0x900357) is known color: Eggplant. HEX triplet: 90, 03 and 57. RGB value is (144,3,87). Sum of RGB (Red+Green+Blue) = 144+3+87=234 (30% of max value = 765). Red value is 144 (56.64% from 255 or 61.54% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 144 - color contains mainly: red. Hex color #900357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900357 is #6FFCA8. Grayscale: #363636. Windows color (decimal): -7339177 or 5702544. OLE color: 5702544.
HSL color Cylindrical-coordinate representation of color #900357: hue angle of 324.26º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #900357 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 3 | 87 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.44 |
| HSL | 324.26º | 0.96% | 0.29% | - |
| HSV(B) | 324.26º | 0.98% | 0.56% | - |
| XYZ | 13.25 | 6.68 | 9.61 | - |
| YUV | 54.74 | 146.21 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 87 | 0 | 0.98 | 0.40 | 0.44 | 324.26 | 0.96 | 0.29 |
| Hex | 90 | 3 | 57 | 0 | 62 | 28 | 2C | 144 | 60 | 1D |
| Octal | 220 | 3 | 127 | 0 | 142 | 50 | 54 | 504 | 140 | 35 |
| Binary | 10010000 | 11 | 1010111 | 0 | 1100010 | 101000 | 101100 | 101000100 | 1100000 | 11101 |
Color Harmonies of #900357
Complementary color
Monochromatic Colors of #900357
Black with #900357
Text Example
Text Example
White with #900357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900357; }
p { color: rgb(144,3,87); }
H1.HeaderClassName
{
color: #900357;
}
.AnyTagClassName
{
color: #900357;
}
</style>
background-color css
<style>
a { background-color: #900357; }
a { background-color: rgb(144,3,87); }
div.DivClassName
{
background-color: #900357;
}
.BgClassName
{
background-color: #900357;
}
</style>
border-color css
<style>
span { border-color: #900357; }
span { border-color: rgb(144,3,87); }
td.TdClassName
{
border-color: #900357;
}
.TagClassName
{
border-color: #900357;
}
</style>