Shades of Eggplant #900172
Tints of Eggplant #900172
RGB
CMYK
RGB Variations
Color information
#900172 (or 0x900172) is known color: Eggplant. HEX triplet: 90, 01 and 72. RGB value is (144,1,114). Sum of RGB (Red+Green+Blue) = 144+1+114=259 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.60% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 144 - color contains mainly: red. Hex color #900172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900172 is #6FFE8D. Grayscale: #383838. Windows color (decimal): -7339662 or 7471504. OLE color: 7471504.
HSL color Cylindrical-coordinate representation of color #900172: hue angle of 312.59º 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 #900172 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 114 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.44 |
| HSL | 312.59º | 0.99% | 0.28% | - |
| HSV(B) | 312.59º | 0.99% | 0.56% | - |
| XYZ | 14.55 | 7.17 | 16.54 | - |
| YUV | 56.64 | 160.38 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 114 | 0 | 0.99 | 0.21 | 0.44 | 312.59 | 0.99 | 0.28 |
| Hex | 90 | 1 | 72 | 0 | 63 | 15 | 2C | 139 | 63 | 1C |
| Octal | 220 | 1 | 162 | 0 | 143 | 25 | 54 | 471 | 143 | 34 |
| Binary | 10010000 | 1 | 1110010 | 0 | 1100011 | 10101 | 101100 | 100111001 | 1100011 | 11100 |
Color Harmonies of #900172
Complementary color
Monochromatic Colors of #900172
Black with #900172
Text Example
Text Example
White with #900172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900172; }
p { color: rgb(144,1,114); }
H1.HeaderClassName
{
color: #900172;
}
.AnyTagClassName
{
color: #900172;
}
</style>
background-color css
<style>
a { background-color: #900172; }
a { background-color: rgb(144,1,114); }
div.DivClassName
{
background-color: #900172;
}
.BgClassName
{
background-color: #900172;
}
</style>
border-color css
<style>
span { border-color: #900172; }
span { border-color: rgb(144,1,114); }
td.TdClassName
{
border-color: #900172;
}
.TagClassName
{
border-color: #900172;
}
</style>