Shades of Eggplant #900063
Tints of Eggplant #900063
RGB
CMYK
RGB Variations
Color information
#900063 (or 0x900063) is known color: Eggplant. HEX triplet: 90, 00 and 63. RGB value is (144,0,99). Sum of RGB (Red+Green+Blue) = 144+0+99=243 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.26% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 144 - color contains mainly: red. Hex color #900063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900063 is #6FFF9C. Grayscale: #363636. Windows color (decimal): -7339933 or 6488208. OLE color: 6488208.
HSL color Cylindrical-coordinate representation of color #900063: hue angle of 318.75º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #900063 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 0 | 99 | - |
| CMYK | 0 | 1 | 0.31 | 0.44 |
| HSL | 318.75º | 1% | 0.28% | - |
| HSV(B) | 318.75º | 1% | 0.56% | - |
| XYZ | 13.75 | 6.83 | 12.4 | - |
| YUV | 54.34 | 153.21 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 99 | 0 | 1 | 0.31 | 0.44 | 318.75 | 1 | 0.28 |
| Hex | 90 | 0 | 63 | 0 | 64 | 1F | 2C | 13F | 64 | 1C |
| Octal | 220 | 0 | 143 | 0 | 144 | 37 | 54 | 477 | 144 | 34 |
| Binary | 10010000 | 0 | 1100011 | 0 | 1100100 | 11111 | 101100 | 100111111 | 1100100 | 11100 |
Color Harmonies of #900063
Complementary color
Monochromatic Colors of #900063
Black with #900063
Text Example
Text Example
White with #900063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900063; }
p { color: rgb(144,0,99); }
H1.HeaderClassName
{
color: #900063;
}
.AnyTagClassName
{
color: #900063;
}
</style>
background-color css
<style>
a { background-color: #900063; }
a { background-color: rgb(144,0,99); }
div.DivClassName
{
background-color: #900063;
}
.BgClassName
{
background-color: #900063;
}
</style>
border-color css
<style>
span { border-color: #900063; }
span { border-color: rgb(144,0,99); }
td.TdClassName
{
border-color: #900063;
}
.TagClassName
{
border-color: #900063;
}
</style>