Shades of Eggplant #900161
Tints of Eggplant #900161
RGB
CMYK
RGB Variations
Color information
#900161 (or 0x900161) is known color: Eggplant. HEX triplet: 90, 01 and 61. RGB value is (144,1,97). Sum of RGB (Red+Green+Blue) = 144+1+97=242 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.50% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 144 - color contains mainly: red. Hex color #900161 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900161 is #6FFE9E. Grayscale: #363636. Windows color (decimal): -7339679 or 6357392. OLE color: 6357392.
HSL color Cylindrical-coordinate representation of color #900161: hue angle of 319.72º 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 #900161 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 97 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.44 |
| HSL | 319.72º | 0.99% | 0.28% | - |
| HSV(B) | 319.72º | 0.99% | 0.56% | - |
| XYZ | 13.67 | 6.81 | 11.9 | - |
| YUV | 54.7 | 151.88 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 97 | 0 | 0.99 | 0.33 | 0.44 | 319.72 | 0.99 | 0.28 |
| Hex | 90 | 1 | 61 | 0 | 63 | 21 | 2C | 140 | 63 | 1C |
| Octal | 220 | 1 | 141 | 0 | 143 | 41 | 54 | 500 | 143 | 34 |
| Binary | 10010000 | 1 | 1100001 | 0 | 1100011 | 100001 | 101100 | 101000000 | 1100011 | 11100 |
Color Harmonies of #900161
Complementary color
Monochromatic Colors of #900161
Black with #900161
Text Example
Text Example
White with #900161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900161; }
p { color: rgb(144,1,97); }
H1.HeaderClassName
{
color: #900161;
}
.AnyTagClassName
{
color: #900161;
}
</style>
background-color css
<style>
a { background-color: #900161; }
a { background-color: rgb(144,1,97); }
div.DivClassName
{
background-color: #900161;
}
.BgClassName
{
background-color: #900161;
}
</style>
border-color css
<style>
span { border-color: #900161; }
span { border-color: rgb(144,1,97); }
td.TdClassName
{
border-color: #900161;
}
.TagClassName
{
border-color: #900161;
}
</style>