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