Shades of Eggplant #900854
Tints of Eggplant #900854
RGB
CMYK
RGB Variations
Color information
#900854 (or 0x900854) is known color: Eggplant. HEX triplet: 90, 08 and 54. RGB value is (144,8,84). Sum of RGB (Red+Green+Blue) = 144+8+84=236 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.02% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 144 - color contains mainly: red. Hex color #900854 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900854 is #6FF7AB. Grayscale: #393939. Windows color (decimal): -7337900 or 5507216. OLE color: 5507216.
HSL color Cylindrical-coordinate representation of color #900854: hue angle of 326.47º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900854 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 84 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.44 |
| HSL | 326.47º | 0.89% | 0.3% | - |
| HSV(B) | 326.47º | 0.94% | 0.56% | - |
| XYZ | 13.19 | 6.74 | 8.99 | - |
| YUV | 57.33 | 143.06 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 84 | 0 | 0.94 | 0.42 | 0.44 | 326.47 | 0.89 | 0.3 |
| Hex | 90 | 8 | 54 | 0 | 5E | 2A | 2C | 146 | 59 | 1E |
| Octal | 220 | 10 | 124 | 0 | 136 | 52 | 54 | 506 | 131 | 36 |
| Binary | 10010000 | 1000 | 1010100 | 0 | 1011110 | 101010 | 101100 | 101000110 | 1011001 | 11110 |
Color Harmonies of #900854
Complementary color
Monochromatic Colors of #900854
Black with #900854
Text Example
Text Example
White with #900854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900854; }
p { color: rgb(144,8,84); }
H1.HeaderClassName
{
color: #900854;
}
.AnyTagClassName
{
color: #900854;
}
</style>
background-color css
<style>
a { background-color: #900854; }
a { background-color: rgb(144,8,84); }
div.DivClassName
{
background-color: #900854;
}
.BgClassName
{
background-color: #900854;
}
</style>
border-color css
<style>
span { border-color: #900854; }
span { border-color: rgb(144,8,84); }
td.TdClassName
{
border-color: #900854;
}
.TagClassName
{
border-color: #900854;
}
</style>