Shades of Eggplant #900565
Tints of Eggplant #900565
RGB
CMYK
RGB Variations
Color information
#900565 (or 0x900565) is known color: Eggplant. HEX triplet: 90, 05 and 65. RGB value is (144,5,101). Sum of RGB (Red+Green+Blue) = 144+5+101=250 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.6% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 144 - color contains mainly: red. Hex color #900565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900565 is #6FFA9A. Grayscale: #393939. Windows color (decimal): -7338651 or 6620560. OLE color: 6620560.
HSL color Cylindrical-coordinate representation of color #900565: hue angle of 318.56º 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 #900565 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 5 | 101 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.44 |
| HSL | 318.56º | 0.93% | 0.29% | - |
| HSV(B) | 318.56º | 0.97% | 0.56% | - |
| XYZ | 13.9 | 6.98 | 12.93 | - |
| YUV | 57.51 | 152.55 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 101 | 0 | 0.97 | 0.30 | 0.44 | 318.56 | 0.93 | 0.29 |
| Hex | 90 | 5 | 65 | 0 | 61 | 1E | 2C | 13F | 5D | 1D |
| Octal | 220 | 5 | 145 | 0 | 141 | 36 | 54 | 477 | 135 | 35 |
| Binary | 10010000 | 101 | 1100101 | 0 | 1100001 | 11110 | 101100 | 100111111 | 1011101 | 11101 |
Color Harmonies of #900565
Complementary color
Monochromatic Colors of #900565
Black with #900565
Text Example
Text Example
White with #900565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900565; }
p { color: rgb(144,5,101); }
H1.HeaderClassName
{
color: #900565;
}
.AnyTagClassName
{
color: #900565;
}
</style>
background-color css
<style>
a { background-color: #900565; }
a { background-color: rgb(144,5,101); }
div.DivClassName
{
background-color: #900565;
}
.BgClassName
{
background-color: #900565;
}
</style>
border-color css
<style>
span { border-color: #900565; }
span { border-color: rgb(144,5,101); }
td.TdClassName
{
border-color: #900565;
}
.TagClassName
{
border-color: #900565;
}
</style>