Shades of Eggplant #900758
Tints of Eggplant #900758
RGB
CMYK
RGB Variations
Color information
#900758 (or 0x900758) is known color: Eggplant. HEX triplet: 90, 07 and 58. RGB value is (144,7,88). Sum of RGB (Red+Green+Blue) = 144+7+88=239 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.25% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 144 - color contains mainly: red. Hex color #900758 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900758 is #6FF8A7. Grayscale: #393939. Windows color (decimal): -7338152 or 5769104. OLE color: 5769104.
HSL color Cylindrical-coordinate representation of color #900758: hue angle of 324.53º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900758 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 7 | 88 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.44 |
| HSL | 324.53º | 0.91% | 0.3% | - |
| HSV(B) | 324.53º | 0.95% | 0.56% | - |
| XYZ | 13.34 | 6.79 | 9.84 | - |
| YUV | 57.2 | 145.39 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 88 | 0 | 0.95 | 0.39 | 0.44 | 324.53 | 0.91 | 0.3 |
| Hex | 90 | 7 | 58 | 0 | 5F | 27 | 2C | 145 | 5B | 1E |
| Octal | 220 | 7 | 130 | 0 | 137 | 47 | 54 | 505 | 133 | 36 |
| Binary | 10010000 | 111 | 1011000 | 0 | 1011111 | 100111 | 101100 | 101000101 | 1011011 | 11110 |
Color Harmonies of #900758
Complementary color
Monochromatic Colors of #900758
Black with #900758
Text Example
Text Example
White with #900758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900758; }
p { color: rgb(144,7,88); }
H1.HeaderClassName
{
color: #900758;
}
.AnyTagClassName
{
color: #900758;
}
</style>
background-color css
<style>
a { background-color: #900758; }
a { background-color: rgb(144,7,88); }
div.DivClassName
{
background-color: #900758;
}
.BgClassName
{
background-color: #900758;
}
</style>
border-color css
<style>
span { border-color: #900758; }
span { border-color: rgb(144,7,88); }
td.TdClassName
{
border-color: #900758;
}
.TagClassName
{
border-color: #900758;
}
</style>