Shades of Eggplant #900663
Tints of Eggplant #900663
RGB
CMYK
RGB Variations
Color information
#900663 (or 0x900663) is known color: Eggplant. HEX triplet: 90, 06 and 63. RGB value is (144,6,99). Sum of RGB (Red+Green+Blue) = 144+6+99=249 (32% of max value = 765). Red value is 144 (56.64% from 255 or 57.83% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 144 - color contains mainly: red. Hex color #900663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900663 is #6FF99C. Grayscale: #393939. Windows color (decimal): -7338397 or 6489744. OLE color: 6489744.
HSL color Cylindrical-coordinate representation of color #900663: hue angle of 319.57º 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 #900663 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 6 | 99 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.44 |
| HSL | 319.57º | 0.92% | 0.29% | - |
| HSV(B) | 319.57º | 0.96% | 0.56% | - |
| XYZ | 13.82 | 6.96 | 12.42 | - |
| YUV | 57.86 | 151.22 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 99 | 0 | 0.96 | 0.31 | 0.44 | 319.57 | 0.92 | 0.29 |
| Hex | 90 | 6 | 63 | 0 | 60 | 1F | 2C | 140 | 5C | 1D |
| Octal | 220 | 6 | 143 | 0 | 140 | 37 | 54 | 500 | 134 | 35 |
| Binary | 10010000 | 110 | 1100011 | 0 | 1100000 | 11111 | 101100 | 101000000 | 1011100 | 11101 |
Color Harmonies of #900663
Complementary color
Monochromatic Colors of #900663
Black with #900663
Text Example
Text Example
White with #900663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900663; }
p { color: rgb(144,6,99); }
H1.HeaderClassName
{
color: #900663;
}
.AnyTagClassName
{
color: #900663;
}
</style>
background-color css
<style>
a { background-color: #900663; }
a { background-color: rgb(144,6,99); }
div.DivClassName
{
background-color: #900663;
}
.BgClassName
{
background-color: #900663;
}
</style>
border-color css
<style>
span { border-color: #900663; }
span { border-color: rgb(144,6,99); }
td.TdClassName
{
border-color: #900663;
}
.TagClassName
{
border-color: #900663;
}
</style>