Shades of Eggplant #900672
Tints of Eggplant #900672
RGB
CMYK
RGB Variations
Color information
#900672 (or 0x900672) is known color: Eggplant. HEX triplet: 90, 06 and 72. RGB value is (144,6,114). Sum of RGB (Red+Green+Blue) = 144+6+114=264 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.55% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 144 - color contains mainly: red. Hex color #900672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900672 is #6FF98D. Grayscale: #3B3B3B. Windows color (decimal): -7338382 or 7472784. OLE color: 7472784.
HSL color Cylindrical-coordinate representation of color #900672: hue angle of 313.04º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #900672 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 6 | 114 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.44 |
| HSL | 313.04º | 0.92% | 0.29% | - |
| HSV(B) | 313.04º | 0.96% | 0.56% | - |
| XYZ | 14.6 | 7.27 | 16.55 | - |
| YUV | 59.57 | 158.72 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 114 | 0 | 0.96 | 0.21 | 0.44 | 313.04 | 0.92 | 0.29 |
| Hex | 90 | 6 | 72 | 0 | 60 | 15 | 2C | 139 | 5C | 1D |
| Octal | 220 | 6 | 162 | 0 | 140 | 25 | 54 | 471 | 134 | 35 |
| Binary | 10010000 | 110 | 1110010 | 0 | 1100000 | 10101 | 101100 | 100111001 | 1011100 | 11101 |
Color Harmonies of #900672
Complementary color
Monochromatic Colors of #900672
Black with #900672
Text Example
Text Example
White with #900672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900672; }
p { color: rgb(144,6,114); }
H1.HeaderClassName
{
color: #900672;
}
.AnyTagClassName
{
color: #900672;
}
</style>
background-color css
<style>
a { background-color: #900672; }
a { background-color: rgb(144,6,114); }
div.DivClassName
{
background-color: #900672;
}
.BgClassName
{
background-color: #900672;
}
</style>
border-color css
<style>
span { border-color: #900672; }
span { border-color: rgb(144,6,114); }
td.TdClassName
{
border-color: #900672;
}
.TagClassName
{
border-color: #900672;
}
</style>