Shades of Eggplant #900561
Tints of Eggplant #900561
RGB
CMYK
RGB Variations
Color information
#900561 (or 0x900561) is known color: Eggplant. HEX triplet: 90, 05 and 61. RGB value is (144,5,97). Sum of RGB (Red+Green+Blue) = 144+5+97=246 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.54% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 144 - color contains mainly: red. Hex color #900561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900561 is #6FFA9E. Grayscale: #383838. Windows color (decimal): -7338655 or 6358416. OLE color: 6358416.
HSL color Cylindrical-coordinate representation of color #900561: hue angle of 320.29º 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 #900561 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 5 | 97 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.44 |
| HSL | 320.29º | 0.93% | 0.29% | - |
| HSV(B) | 320.29º | 0.97% | 0.56% | - |
| XYZ | 13.71 | 6.9 | 11.92 | - |
| YUV | 57.05 | 150.55 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 97 | 0 | 0.97 | 0.33 | 0.44 | 320.29 | 0.93 | 0.29 |
| Hex | 90 | 5 | 61 | 0 | 61 | 21 | 2C | 140 | 5D | 1D |
| Octal | 220 | 5 | 141 | 0 | 141 | 41 | 54 | 500 | 135 | 35 |
| Binary | 10010000 | 101 | 1100001 | 0 | 1100001 | 100001 | 101100 | 101000000 | 1011101 | 11101 |
Color Harmonies of #900561
Complementary color
Monochromatic Colors of #900561
Black with #900561
Text Example
Text Example
White with #900561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900561; }
p { color: rgb(144,5,97); }
H1.HeaderClassName
{
color: #900561;
}
.AnyTagClassName
{
color: #900561;
}
</style>
background-color css
<style>
a { background-color: #900561; }
a { background-color: rgb(144,5,97); }
div.DivClassName
{
background-color: #900561;
}
.BgClassName
{
background-color: #900561;
}
</style>
border-color css
<style>
span { border-color: #900561; }
span { border-color: rgb(144,5,97); }
td.TdClassName
{
border-color: #900561;
}
.TagClassName
{
border-color: #900561;
}
</style>