Shades of Eggplant #900176
Tints of Eggplant #900176
RGB
CMYK
RGB Variations
Color information
#900176 (or 0x900176) is known color: Eggplant. HEX triplet: 90, 01 and 76. RGB value is (144,1,118). Sum of RGB (Red+Green+Blue) = 144+1+118=263 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.75% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 144 - color contains mainly: red. Hex color #900176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900176 is #6FFE89. Grayscale: #383838. Windows color (decimal): -7339658 or 7733648. OLE color: 7733648.
HSL color Cylindrical-coordinate representation of color #900176: hue angle of 310.91º 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 #900176 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 118 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.44 |
| HSL | 310.91º | 0.99% | 0.28% | - |
| HSV(B) | 310.91º | 0.99% | 0.56% | - |
| XYZ | 14.78 | 7.26 | 17.76 | - |
| YUV | 57.1 | 162.38 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 118 | 0 | 0.99 | 0.18 | 0.44 | 310.91 | 0.99 | 0.28 |
| Hex | 90 | 1 | 76 | 0 | 63 | 12 | 2C | 137 | 63 | 1C |
| Octal | 220 | 1 | 166 | 0 | 143 | 22 | 54 | 467 | 143 | 34 |
| Binary | 10010000 | 1 | 1110110 | 0 | 1100011 | 10010 | 101100 | 100110111 | 1100011 | 11100 |
Color Harmonies of #900176
Complementary color
Monochromatic Colors of #900176
Black with #900176
Text Example
Text Example
White with #900176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900176; }
p { color: rgb(144,1,118); }
H1.HeaderClassName
{
color: #900176;
}
.AnyTagClassName
{
color: #900176;
}
</style>
background-color css
<style>
a { background-color: #900176; }
a { background-color: rgb(144,1,118); }
div.DivClassName
{
background-color: #900176;
}
.BgClassName
{
background-color: #900176;
}
</style>
border-color css
<style>
span { border-color: #900176; }
span { border-color: rgb(144,1,118); }
td.TdClassName
{
border-color: #900176;
}
.TagClassName
{
border-color: #900176;
}
</style>