Shades of Eggplant #900564
Tints of Eggplant #900564
RGB
CMYK
RGB Variations
Color information
#900564 (or 0x900564) is known color: Eggplant. HEX triplet: 90, 05 and 64. RGB value is (144,5,100). Sum of RGB (Red+Green+Blue) = 144+5+100=249 (32% of max value = 765). Red value is 144 (56.64% from 255 or 57.83% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 144 - color contains mainly: red. Hex color #900564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900564 is #6FFA9B. Grayscale: #393939. Windows color (decimal): -7338652 or 6555024. OLE color: 6555024.
HSL color Cylindrical-coordinate representation of color #900564: hue angle of 318.99º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900564 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 5 | 100 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.44 |
| HSL | 318.99º | 0.93% | 0.29% | - |
| HSV(B) | 318.99º | 0.97% | 0.56% | - |
| XYZ | 13.86 | 6.96 | 12.67 | - |
| YUV | 57.39 | 152.05 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 100 | 0 | 0.97 | 0.31 | 0.44 | 318.99 | 0.93 | 0.29 |
| Hex | 90 | 5 | 64 | 0 | 61 | 1F | 2C | 13F | 5D | 1D |
| Octal | 220 | 5 | 144 | 0 | 141 | 37 | 54 | 477 | 135 | 35 |
| Binary | 10010000 | 101 | 1100100 | 0 | 1100001 | 11111 | 101100 | 100111111 | 1011101 | 11101 |
Color Harmonies of #900564
Complementary color
Monochromatic Colors of #900564
Black with #900564
Text Example
Text Example
White with #900564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900564; }
p { color: rgb(144,5,100); }
H1.HeaderClassName
{
color: #900564;
}
.AnyTagClassName
{
color: #900564;
}
</style>
background-color css
<style>
a { background-color: #900564; }
a { background-color: rgb(144,5,100); }
div.DivClassName
{
background-color: #900564;
}
.BgClassName
{
background-color: #900564;
}
</style>
border-color css
<style>
span { border-color: #900564; }
span { border-color: rgb(144,5,100); }
td.TdClassName
{
border-color: #900564;
}
.TagClassName
{
border-color: #900564;
}
</style>