Shades of Eggplant #900355
Tints of Eggplant #900355
RGB
CMYK
RGB Variations
Color information
#900355 (or 0x900355) is known color: Eggplant. HEX triplet: 90, 03 and 55. RGB value is (144,3,85). Sum of RGB (Red+Green+Blue) = 144+3+85=232 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.07% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 144 - color contains mainly: red. Hex color #900355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900355 is #6FFCAA. Grayscale: #363636. Windows color (decimal): -7339179 or 5571472. OLE color: 5571472.
HSL color Cylindrical-coordinate representation of color #900355: hue angle of 325.11º 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 #900355 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 3 | 85 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.44 |
| HSL | 325.11º | 0.96% | 0.29% | - |
| HSV(B) | 325.11º | 0.98% | 0.56% | - |
| XYZ | 13.17 | 6.65 | 9.18 | - |
| YUV | 54.51 | 145.21 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 85 | 0 | 0.98 | 0.41 | 0.44 | 325.11 | 0.96 | 0.29 |
| Hex | 90 | 3 | 55 | 0 | 62 | 29 | 2C | 145 | 60 | 1D |
| Octal | 220 | 3 | 125 | 0 | 142 | 51 | 54 | 505 | 140 | 35 |
| Binary | 10010000 | 11 | 1010101 | 0 | 1100010 | 101001 | 101100 | 101000101 | 1100000 | 11101 |
Color Harmonies of #900355
Complementary color
Monochromatic Colors of #900355
Black with #900355
Text Example
Text Example
White with #900355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900355; }
p { color: rgb(144,3,85); }
H1.HeaderClassName
{
color: #900355;
}
.AnyTagClassName
{
color: #900355;
}
</style>
background-color css
<style>
a { background-color: #900355; }
a { background-color: rgb(144,3,85); }
div.DivClassName
{
background-color: #900355;
}
.BgClassName
{
background-color: #900355;
}
</style>
border-color css
<style>
span { border-color: #900355; }
span { border-color: rgb(144,3,85); }
td.TdClassName
{
border-color: #900355;
}
.TagClassName
{
border-color: #900355;
}
</style>