Shades of Eggplant #90075F
Tints of Eggplant #90075F
RGB
CMYK
RGB Variations
Color information
#90075F (or 0x90075F) is known color: Eggplant. HEX triplet: 90, 07 and 5F. RGB value is (144,7,95). Sum of RGB (Red+Green+Blue) = 144+7+95=246 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.54% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 144 - color contains mainly: red. Hex color #90075F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90075F is #6FF8A0. Grayscale: #393939. Windows color (decimal): -7338145 or 6227856. OLE color: 6227856.
HSL color Cylindrical-coordinate representation of color #90075F: hue angle of 321.46º 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 #90075F is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 7 | 95 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.44 |
| HSL | 321.46º | 0.91% | 0.3% | - |
| HSV(B) | 321.46º | 0.95% | 0.56% | - |
| XYZ | 13.64 | 6.91 | 11.44 | - |
| YUV | 58 | 148.89 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 95 | 0 | 0.95 | 0.34 | 0.44 | 321.46 | 0.91 | 0.3 |
| Hex | 90 | 7 | 5F | 0 | 5F | 22 | 2C | 141 | 5B | 1E |
| Octal | 220 | 7 | 137 | 0 | 137 | 42 | 54 | 501 | 133 | 36 |
| Binary | 10010000 | 111 | 1011111 | 0 | 1011111 | 100010 | 101100 | 101000001 | 1011011 | 11110 |
Color Harmonies of #90075F
Complementary color
Monochromatic Colors of #90075F
Black with #90075F
Text Example
Text Example
White with #90075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90075F; }
p { color: rgb(144,7,95); }
H1.HeaderClassName
{
color: #90075F;
}
.AnyTagClassName
{
color: #90075F;
}
</style>
background-color css
<style>
a { background-color: #90075F; }
a { background-color: rgb(144,7,95); }
div.DivClassName
{
background-color: #90075F;
}
.BgClassName
{
background-color: #90075F;
}
</style>
border-color css
<style>
span { border-color: #90075F; }
span { border-color: rgb(144,7,95); }
td.TdClassName
{
border-color: #90075F;
}
.TagClassName
{
border-color: #90075F;
}
</style>