Shades of Eggplant #900268
Tints of Eggplant #900268
RGB
CMYK
RGB Variations
Color information
#900268 (or 0x900268) is known color: Eggplant. HEX triplet: 90, 02 and 68. RGB value is (144,2,104). Sum of RGB (Red+Green+Blue) = 144+2+104=250 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.6% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 144 - color contains mainly: red. Hex color #900268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900268 is #6FFD97. Grayscale: #373737. Windows color (decimal): -7339416 or 6816400. OLE color: 6816400.
HSL color Cylindrical-coordinate representation of color #900268: hue angle of 316.9º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900268 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 104 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.44 |
| HSL | 316.9º | 0.97% | 0.29% | - |
| HSV(B) | 316.9º | 0.99% | 0.56% | - |
| XYZ | 14.02 | 6.97 | 13.7 | - |
| YUV | 56.09 | 155.04 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 104 | 0 | 0.99 | 0.28 | 0.44 | 316.9 | 0.97 | 0.29 |
| Hex | 90 | 2 | 68 | 0 | 63 | 1C | 2C | 13D | 61 | 1D |
| Octal | 220 | 2 | 150 | 0 | 143 | 34 | 54 | 475 | 141 | 35 |
| Binary | 10010000 | 10 | 1101000 | 0 | 1100011 | 11100 | 101100 | 100111101 | 1100001 | 11101 |
Color Harmonies of #900268
Complementary color
Monochromatic Colors of #900268
Black with #900268
Text Example
Text Example
White with #900268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900268; }
p { color: rgb(144,2,104); }
H1.HeaderClassName
{
color: #900268;
}
.AnyTagClassName
{
color: #900268;
}
</style>
background-color css
<style>
a { background-color: #900268; }
a { background-color: rgb(144,2,104); }
div.DivClassName
{
background-color: #900268;
}
.BgClassName
{
background-color: #900268;
}
</style>
border-color css
<style>
span { border-color: #900268; }
span { border-color: rgb(144,2,104); }
td.TdClassName
{
border-color: #900268;
}
.TagClassName
{
border-color: #900268;
}
</style>