Shades of Eggplant #900868
Tints of Eggplant #900868
RGB
CMYK
RGB Variations
Color information
#900868 (or 0x900868) is known color: Eggplant. HEX triplet: 90, 08 and 68. RGB value is (144,8,104). Sum of RGB (Red+Green+Blue) = 144+8+104=256 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.25% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 144 - color contains mainly: red. Hex color #900868 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900868 is #6FF797. Grayscale: #3B3B3B. Windows color (decimal): -7337880 or 6817936. OLE color: 6817936.
HSL color Cylindrical-coordinate representation of color #900868: hue angle of 317.65º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900868 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 104 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.44 |
| HSL | 317.65º | 0.89% | 0.3% | - |
| HSV(B) | 317.65º | 0.94% | 0.56% | - |
| XYZ | 14.09 | 7.1 | 13.73 | - |
| YUV | 59.61 | 153.06 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 104 | 0 | 0.94 | 0.28 | 0.44 | 317.65 | 0.89 | 0.3 |
| Hex | 90 | 8 | 68 | 0 | 5E | 1C | 2C | 13E | 59 | 1E |
| Octal | 220 | 10 | 150 | 0 | 136 | 34 | 54 | 476 | 131 | 36 |
| Binary | 10010000 | 1000 | 1101000 | 0 | 1011110 | 11100 | 101100 | 100111110 | 1011001 | 11110 |
Color Harmonies of #900868
Complementary color
Monochromatic Colors of #900868
Black with #900868
Text Example
Text Example
White with #900868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900868; }
p { color: rgb(144,8,104); }
H1.HeaderClassName
{
color: #900868;
}
.AnyTagClassName
{
color: #900868;
}
</style>
background-color css
<style>
a { background-color: #900868; }
a { background-color: rgb(144,8,104); }
div.DivClassName
{
background-color: #900868;
}
.BgClassName
{
background-color: #900868;
}
</style>
border-color css
<style>
span { border-color: #900868; }
span { border-color: rgb(144,8,104); }
td.TdClassName
{
border-color: #900868;
}
.TagClassName
{
border-color: #900868;
}
</style>