Shades of Eggplant #90105F
Tints of Eggplant #90105F
RGB
CMYK
RGB Variations
Color information
#90105F (or 0x90105F) is known color: Eggplant. HEX triplet: 90, 10 and 5F. RGB value is (144,16,95). Sum of RGB (Red+Green+Blue) = 144+16+95=255 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.47% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 144 - color contains mainly: red. Hex color #90105F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90105F is #6FEFA0. Grayscale: #3F3F3F. Windows color (decimal): -7335841 or 6230160. OLE color: 6230160.
HSL color Cylindrical-coordinate representation of color #90105F: hue angle of 322.97º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #90105F is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 95 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.44 |
| HSL | 322.97º | 0.8% | 0.31% | - |
| HSV(B) | 322.97º | 0.89% | 0.56% | - |
| XYZ | 13.75 | 7.13 | 11.48 | - |
| YUV | 63.28 | 145.91 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 95 | 0 | 0.89 | 0.34 | 0.44 | 322.97 | 0.8 | 0.31 |
| Hex | 90 | 10 | 5F | 0 | 59 | 22 | 2C | 143 | 50 | 1F |
| Octal | 220 | 20 | 137 | 0 | 131 | 42 | 54 | 503 | 120 | 37 |
| Binary | 10010000 | 10000 | 1011111 | 0 | 1011001 | 100010 | 101100 | 101000011 | 1010000 | 11111 |
Color Harmonies of #90105F
Complementary color
Monochromatic Colors of #90105F
Black with #90105F
Text Example
Text Example
White with #90105F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90105F; }
p { color: rgb(144,16,95); }
H1.HeaderClassName
{
color: #90105F;
}
.AnyTagClassName
{
color: #90105F;
}
</style>
background-color css
<style>
a { background-color: #90105F; }
a { background-color: rgb(144,16,95); }
div.DivClassName
{
background-color: #90105F;
}
.BgClassName
{
background-color: #90105F;
}
</style>
border-color css
<style>
span { border-color: #90105F; }
span { border-color: rgb(144,16,95); }
td.TdClassName
{
border-color: #90105F;
}
.TagClassName
{
border-color: #90105F;
}
</style>