Shades of Eggplant #900353
Tints of Eggplant #900353
RGB
CMYK
RGB Variations
Color information
#900353 (or 0x900353) is known color: Eggplant. HEX triplet: 90, 03 and 53. RGB value is (144,3,83). Sum of RGB (Red+Green+Blue) = 144+3+83=230 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.61% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 144 - color contains mainly: red. Hex color #900353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900353 is #6FFCAC. Grayscale: #363636. Windows color (decimal): -7339181 or 5440400. OLE color: 5440400.
HSL color Cylindrical-coordinate representation of color #900353: hue angle of 325.96º 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 #900353 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 3 | 83 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.44 |
| HSL | 325.96º | 0.96% | 0.29% | - |
| HSV(B) | 325.96º | 0.98% | 0.56% | - |
| XYZ | 13.1 | 6.62 | 8.77 | - |
| YUV | 54.28 | 144.21 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 83 | 0 | 0.98 | 0.42 | 0.44 | 325.96 | 0.96 | 0.29 |
| Hex | 90 | 3 | 53 | 0 | 62 | 2A | 2C | 146 | 60 | 1D |
| Octal | 220 | 3 | 123 | 0 | 142 | 52 | 54 | 506 | 140 | 35 |
| Binary | 10010000 | 11 | 1010011 | 0 | 1100010 | 101010 | 101100 | 101000110 | 1100000 | 11101 |
Color Harmonies of #900353
Complementary color
Monochromatic Colors of #900353
Black with #900353
Text Example
Text Example
White with #900353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900353; }
p { color: rgb(144,3,83); }
H1.HeaderClassName
{
color: #900353;
}
.AnyTagClassName
{
color: #900353;
}
</style>
background-color css
<style>
a { background-color: #900353; }
a { background-color: rgb(144,3,83); }
div.DivClassName
{
background-color: #900353;
}
.BgClassName
{
background-color: #900353;
}
</style>
border-color css
<style>
span { border-color: #900353; }
span { border-color: rgb(144,3,83); }
td.TdClassName
{
border-color: #900353;
}
.TagClassName
{
border-color: #900353;
}
</style>