Shades of Eggplant #900364
Tints of Eggplant #900364
RGB
CMYK
RGB Variations
Color information
#900364 (or 0x900364) is known color: Eggplant. HEX triplet: 90, 03 and 64. RGB value is (144,3,100). Sum of RGB (Red+Green+Blue) = 144+3+100=247 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.30% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 100 (39.45% from 255 or 40.49% from 247); Max value from RGB is 144 - color contains mainly: red. Hex color #900364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900364 is #6FFC9B. Grayscale: #373737. Windows color (decimal): -7339164 or 6554512. OLE color: 6554512.
HSL color Cylindrical-coordinate representation of color #900364: hue angle of 318.72º 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 #900364 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 3 | 100 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.44 |
| HSL | 318.72º | 0.96% | 0.29% | - |
| HSV(B) | 318.72º | 0.98% | 0.56% | - |
| XYZ | 13.83 | 6.91 | 12.66 | - |
| YUV | 56.22 | 152.71 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 100 | 0 | 0.98 | 0.31 | 0.44 | 318.72 | 0.96 | 0.29 |
| Hex | 90 | 3 | 64 | 0 | 62 | 1F | 2C | 13F | 60 | 1D |
| Octal | 220 | 3 | 144 | 0 | 142 | 37 | 54 | 477 | 140 | 35 |
| Binary | 10010000 | 11 | 1100100 | 0 | 1100010 | 11111 | 101100 | 100111111 | 1100000 | 11101 |
Color Harmonies of #900364
Complementary color
Monochromatic Colors of #900364
Black with #900364
Text Example
Text Example
White with #900364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900364; }
p { color: rgb(144,3,100); }
H1.HeaderClassName
{
color: #900364;
}
.AnyTagClassName
{
color: #900364;
}
</style>
background-color css
<style>
a { background-color: #900364; }
a { background-color: rgb(144,3,100); }
div.DivClassName
{
background-color: #900364;
}
.BgClassName
{
background-color: #900364;
}
</style>
border-color css
<style>
span { border-color: #900364; }
span { border-color: rgb(144,3,100); }
td.TdClassName
{
border-color: #900364;
}
.TagClassName
{
border-color: #900364;
}
</style>