Shades of Eggplant #900068
Tints of Eggplant #900068
RGB
CMYK
RGB Variations
Color information
#900068 (or 0x900068) is known color: Eggplant. HEX triplet: 90, 00 and 68. RGB value is (144,0,104). Sum of RGB (Red+Green+Blue) = 144+0+104=248 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.06% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 144 - color contains mainly: red. Hex color #900068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900068 is #6FFF97. Grayscale: #363636. Windows color (decimal): -7339928 or 6815888. OLE color: 6815888.
HSL color Cylindrical-coordinate representation of color #900068: hue angle of 316.67º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #900068 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 0 | 104 | - |
| CMYK | 0 | 1 | 0.28 | 0.44 |
| HSL | 316.67º | 1% | 0.28% | - |
| HSV(B) | 316.67º | 1% | 0.56% | - |
| XYZ | 14 | 6.93 | 13.7 | - |
| YUV | 54.91 | 155.71 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 104 | 0 | 1 | 0.28 | 0.44 | 316.67 | 1 | 0.28 |
| Hex | 90 | 0 | 68 | 0 | 64 | 1C | 2C | 13D | 64 | 1C |
| Octal | 220 | 0 | 150 | 0 | 144 | 34 | 54 | 475 | 144 | 34 |
| Binary | 10010000 | 0 | 1101000 | 0 | 1100100 | 11100 | 101100 | 100111101 | 1100100 | 11100 |
Color Harmonies of #900068
Complementary color
Monochromatic Colors of #900068
Black with #900068
Text Example
Text Example
White with #900068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900068; }
p { color: rgb(144,0,104); }
H1.HeaderClassName
{
color: #900068;
}
.AnyTagClassName
{
color: #900068;
}
</style>
background-color css
<style>
a { background-color: #900068; }
a { background-color: rgb(144,0,104); }
div.DivClassName
{
background-color: #900068;
}
.BgClassName
{
background-color: #900068;
}
</style>
border-color css
<style>
span { border-color: #900068; }
span { border-color: rgb(144,0,104); }
td.TdClassName
{
border-color: #900068;
}
.TagClassName
{
border-color: #900068;
}
</style>