Shades of Eggplant #900168
Tints of Eggplant #900168
RGB
CMYK
RGB Variations
Color information
#900168 (or 0x900168) is known color: Eggplant. HEX triplet: 90, 01 and 68. RGB value is (144,1,104). Sum of RGB (Red+Green+Blue) = 144+1+104=249 (32% of max value = 765). Red value is 144 (56.64% from 255 or 57.83% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 144 - color contains mainly: red. Hex color #900168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900168 is #6FFE97. Grayscale: #373737. Windows color (decimal): -7339672 or 6816144. OLE color: 6816144.
HSL color Cylindrical-coordinate representation of color #900168: hue angle of 316.78º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900168 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 104 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.44 |
| HSL | 316.78º | 0.99% | 0.28% | - |
| HSV(B) | 316.78º | 0.99% | 0.56% | - |
| XYZ | 14.01 | 6.95 | 13.7 | - |
| YUV | 55.5 | 155.38 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 104 | 0 | 0.99 | 0.28 | 0.44 | 316.78 | 0.99 | 0.28 |
| Hex | 90 | 1 | 68 | 0 | 63 | 1C | 2C | 13D | 63 | 1C |
| Octal | 220 | 1 | 150 | 0 | 143 | 34 | 54 | 475 | 143 | 34 |
| Binary | 10010000 | 1 | 1101000 | 0 | 1100011 | 11100 | 101100 | 100111101 | 1100011 | 11100 |
Color Harmonies of #900168
Complementary color
Monochromatic Colors of #900168
Black with #900168
Text Example
Text Example
White with #900168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900168; }
p { color: rgb(144,1,104); }
H1.HeaderClassName
{
color: #900168;
}
.AnyTagClassName
{
color: #900168;
}
</style>
background-color css
<style>
a { background-color: #900168; }
a { background-color: rgb(144,1,104); }
div.DivClassName
{
background-color: #900168;
}
.BgClassName
{
background-color: #900168;
}
</style>
border-color css
<style>
span { border-color: #900168; }
span { border-color: rgb(144,1,104); }
td.TdClassName
{
border-color: #900168;
}
.TagClassName
{
border-color: #900168;
}
</style>