Shades of Eggplant #900566
Tints of Eggplant #900566
RGB
CMYK
RGB Variations
Color information
#900566 (or 0x900566) is known color: Eggplant. HEX triplet: 90, 05 and 66. RGB value is (144,5,102). Sum of RGB (Red+Green+Blue) = 144+5+102=251 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.37% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 144 - color contains mainly: red. Hex color #900566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900566 is #6FFA99. Grayscale: #393939. Windows color (decimal): -7338650 or 6686096. OLE color: 6686096.
HSL color Cylindrical-coordinate representation of color #900566: hue angle of 318.13º 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 #900566 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 5 | 102 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.44 |
| HSL | 318.13º | 0.93% | 0.29% | - |
| HSV(B) | 318.13º | 0.97% | 0.56% | - |
| XYZ | 13.95 | 7 | 13.19 | - |
| YUV | 57.62 | 153.05 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 102 | 0 | 0.97 | 0.29 | 0.44 | 318.13 | 0.93 | 0.29 |
| Hex | 90 | 5 | 66 | 0 | 61 | 1D | 2C | 13E | 5D | 1D |
| Octal | 220 | 5 | 146 | 0 | 141 | 35 | 54 | 476 | 135 | 35 |
| Binary | 10010000 | 101 | 1100110 | 0 | 1100001 | 11101 | 101100 | 100111110 | 1011101 | 11101 |
Color Harmonies of #900566
Complementary color
Monochromatic Colors of #900566
Black with #900566
Text Example
Text Example
White with #900566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900566; }
p { color: rgb(144,5,102); }
H1.HeaderClassName
{
color: #900566;
}
.AnyTagClassName
{
color: #900566;
}
</style>
background-color css
<style>
a { background-color: #900566; }
a { background-color: rgb(144,5,102); }
div.DivClassName
{
background-color: #900566;
}
.BgClassName
{
background-color: #900566;
}
</style>
border-color css
<style>
span { border-color: #900566; }
span { border-color: rgb(144,5,102); }
td.TdClassName
{
border-color: #900566;
}
.TagClassName
{
border-color: #900566;
}
</style>