Shades of Eggplant #900169
Tints of Eggplant #900169
RGB
CMYK
RGB Variations
Color information
#900169 (or 0x900169) is known color: Eggplant. HEX triplet: 90, 01 and 69. RGB value is (144,1,105). Sum of RGB (Red+Green+Blue) = 144+1+105=250 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.6% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 144 - color contains mainly: red. Hex color #900169 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900169 is #6FFE96. Grayscale: #373737. Windows color (decimal): -7339671 or 6881680. OLE color: 6881680.
HSL color Cylindrical-coordinate representation of color #900169: hue angle of 316.36º 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 #900169 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 105 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.44 |
| HSL | 316.36º | 0.99% | 0.28% | - |
| HSV(B) | 316.36º | 0.99% | 0.56% | - |
| XYZ | 14.06 | 6.97 | 13.97 | - |
| YUV | 55.61 | 155.88 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 105 | 0 | 0.99 | 0.27 | 0.44 | 316.36 | 0.99 | 0.28 |
| Hex | 90 | 1 | 69 | 0 | 63 | 1B | 2C | 13C | 63 | 1C |
| Octal | 220 | 1 | 151 | 0 | 143 | 33 | 54 | 474 | 143 | 34 |
| Binary | 10010000 | 1 | 1101001 | 0 | 1100011 | 11011 | 101100 | 100111100 | 1100011 | 11100 |
Color Harmonies of #900169
Complementary color
Monochromatic Colors of #900169
Black with #900169
Text Example
Text Example
White with #900169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900169; }
p { color: rgb(144,1,105); }
H1.HeaderClassName
{
color: #900169;
}
.AnyTagClassName
{
color: #900169;
}
</style>
background-color css
<style>
a { background-color: #900169; }
a { background-color: rgb(144,1,105); }
div.DivClassName
{
background-color: #900169;
}
.BgClassName
{
background-color: #900169;
}
</style>
border-color css
<style>
span { border-color: #900169; }
span { border-color: rgb(144,1,105); }
td.TdClassName
{
border-color: #900169;
}
.TagClassName
{
border-color: #900169;
}
</style>