Shades of Eggplant #900653
Tints of Eggplant #900653
RGB
CMYK
RGB Variations
Color information
#900653 (or 0x900653) is known color: Eggplant. HEX triplet: 90, 06 and 53. RGB value is (144,6,83). Sum of RGB (Red+Green+Blue) = 144+6+83=233 (30% of max value = 765). Red value is 144 (56.64% from 255 or 61.80% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 144 - color contains mainly: red. Hex color #900653 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900653 is #6FF9AC. Grayscale: #373737. Windows color (decimal): -7338413 or 5441168. OLE color: 5441168.
HSL color Cylindrical-coordinate representation of color #900653: hue angle of 326.52º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #900653 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 6 | 83 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.44 |
| HSL | 326.52º | 0.92% | 0.29% | - |
| HSV(B) | 326.52º | 0.96% | 0.56% | - |
| XYZ | 13.13 | 6.68 | 8.78 | - |
| YUV | 56.04 | 143.22 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 83 | 0 | 0.96 | 0.42 | 0.44 | 326.52 | 0.92 | 0.29 |
| Hex | 90 | 6 | 53 | 0 | 60 | 2A | 2C | 147 | 5C | 1D |
| Octal | 220 | 6 | 123 | 0 | 140 | 52 | 54 | 507 | 134 | 35 |
| Binary | 10010000 | 110 | 1010011 | 0 | 1100000 | 101010 | 101100 | 101000111 | 1011100 | 11101 |
Color Harmonies of #900653
Complementary color
Monochromatic Colors of #900653
Black with #900653
Text Example
Text Example
White with #900653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900653; }
p { color: rgb(144,6,83); }
H1.HeaderClassName
{
color: #900653;
}
.AnyTagClassName
{
color: #900653;
}
</style>
background-color css
<style>
a { background-color: #900653; }
a { background-color: rgb(144,6,83); }
div.DivClassName
{
background-color: #900653;
}
.BgClassName
{
background-color: #900653;
}
</style>
border-color css
<style>
span { border-color: #900653; }
span { border-color: rgb(144,6,83); }
td.TdClassName
{
border-color: #900653;
}
.TagClassName
{
border-color: #900653;
}
</style>