Shades of Eggplant #900366
Tints of Eggplant #900366
RGB
CMYK
RGB Variations
Color information
#900366 (or 0x900366) is known color: Eggplant. HEX triplet: 90, 03 and 66. RGB value is (144,3,102). Sum of RGB (Red+Green+Blue) = 144+3+102=249 (32% of max value = 765). Red value is 144 (56.64% from 255 or 57.83% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 144 - color contains mainly: red. Hex color #900366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900366 is #6FFC99. Grayscale: #383838. Windows color (decimal): -7339162 or 6685584. OLE color: 6685584.
HSL color Cylindrical-coordinate representation of color #900366: hue angle of 317.87º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #900366 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 3 | 102 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.44 |
| HSL | 317.87º | 0.96% | 0.29% | - |
| HSV(B) | 317.87º | 0.98% | 0.56% | - |
| XYZ | 13.93 | 6.95 | 13.18 | - |
| YUV | 56.45 | 153.71 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 102 | 0 | 0.98 | 0.29 | 0.44 | 317.87 | 0.96 | 0.29 |
| Hex | 90 | 3 | 66 | 0 | 62 | 1D | 2C | 13E | 60 | 1D |
| Octal | 220 | 3 | 146 | 0 | 142 | 35 | 54 | 476 | 140 | 35 |
| Binary | 10010000 | 11 | 1100110 | 0 | 1100010 | 11101 | 101100 | 100111110 | 1100000 | 11101 |
Color Harmonies of #900366
Complementary color
Monochromatic Colors of #900366
Black with #900366
Text Example
Text Example
White with #900366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900366; }
p { color: rgb(144,3,102); }
H1.HeaderClassName
{
color: #900366;
}
.AnyTagClassName
{
color: #900366;
}
</style>
background-color css
<style>
a { background-color: #900366; }
a { background-color: rgb(144,3,102); }
div.DivClassName
{
background-color: #900366;
}
.BgClassName
{
background-color: #900366;
}
</style>
border-color css
<style>
span { border-color: #900366; }
span { border-color: rgb(144,3,102); }
td.TdClassName
{
border-color: #900366;
}
.TagClassName
{
border-color: #900366;
}
</style>