Shades of Eggplant #900B72
Tints of Eggplant #900B72
RGB
CMYK
RGB Variations
Color information
#900B72 (or 0x900B72) is known color: Eggplant. HEX triplet: 90, 0B and 72. RGB value is (144,11,114). Sum of RGB (Red+Green+Blue) = 144+11+114=269 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.53% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 144 - color contains mainly: red. Hex color #900B72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900B72 is #6FF48D. Grayscale: #3E3E3E. Windows color (decimal): -7337102 or 7474064. OLE color: 7474064.
HSL color Cylindrical-coordinate representation of color #900B72: hue angle of 313.53º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900B72 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 11 | 114 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.44 |
| HSL | 313.53º | 0.86% | 0.3% | - |
| HSV(B) | 313.53º | 0.92% | 0.56% | - |
| XYZ | 14.66 | 7.38 | 16.57 | - |
| YUV | 62.51 | 157.06 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 11 | 114 | 0 | 0.92 | 0.21 | 0.44 | 313.53 | 0.86 | 0.3 |
| Hex | 90 | B | 72 | 0 | 5C | 15 | 2C | 13A | 56 | 1E |
| Octal | 220 | 13 | 162 | 0 | 134 | 25 | 54 | 472 | 126 | 36 |
| Binary | 10010000 | 1011 | 1110010 | 0 | 1011100 | 10101 | 101100 | 100111010 | 1010110 | 11110 |
Color Harmonies of #900B72
Complementary color
Monochromatic Colors of #900B72
Black with #900B72
Text Example
Text Example
White with #900B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900B72; }
p { color: rgb(144,11,114); }
H1.HeaderClassName
{
color: #900B72;
}
.AnyTagClassName
{
color: #900B72;
}
</style>
background-color css
<style>
a { background-color: #900B72; }
a { background-color: rgb(144,11,114); }
div.DivClassName
{
background-color: #900B72;
}
.BgClassName
{
background-color: #900B72;
}
</style>
border-color css
<style>
span { border-color: #900B72; }
span { border-color: rgb(144,11,114); }
td.TdClassName
{
border-color: #900B72;
}
.TagClassName
{
border-color: #900B72;
}
</style>