Shades of Eggplant #90095F
Tints of Eggplant #90095F
RGB
CMYK
RGB Variations
Color information
#90095F (or 0x90095F) is known color: Eggplant. HEX triplet: 90, 09 and 5F. RGB value is (144,9,95). Sum of RGB (Red+Green+Blue) = 144+9+95=248 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.06% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 144 - color contains mainly: red. Hex color #90095F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90095F is #6FF6A0. Grayscale: #3A3A3A. Windows color (decimal): -7337633 or 6228368. OLE color: 6228368.
HSL color Cylindrical-coordinate representation of color #90095F: hue angle of 321.78º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90095F is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 95 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.44 |
| HSL | 321.78º | 0.88% | 0.3% | - |
| HSV(B) | 321.78º | 0.94% | 0.56% | - |
| XYZ | 13.66 | 6.95 | 11.45 | - |
| YUV | 59.17 | 148.23 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 95 | 0 | 0.94 | 0.34 | 0.44 | 321.78 | 0.88 | 0.3 |
| Hex | 90 | 9 | 5F | 0 | 5E | 22 | 2C | 142 | 58 | 1E |
| Octal | 220 | 11 | 137 | 0 | 136 | 42 | 54 | 502 | 130 | 36 |
| Binary | 10010000 | 1001 | 1011111 | 0 | 1011110 | 100010 | 101100 | 101000010 | 1011000 | 11110 |
Color Harmonies of #90095F
Complementary color
Monochromatic Colors of #90095F
Black with #90095F
Text Example
Text Example
White with #90095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90095F; }
p { color: rgb(144,9,95); }
H1.HeaderClassName
{
color: #90095F;
}
.AnyTagClassName
{
color: #90095F;
}
</style>
background-color css
<style>
a { background-color: #90095F; }
a { background-color: rgb(144,9,95); }
div.DivClassName
{
background-color: #90095F;
}
.BgClassName
{
background-color: #90095F;
}
</style>
border-color css
<style>
span { border-color: #90095F; }
span { border-color: rgb(144,9,95); }
td.TdClassName
{
border-color: #90095F;
}
.TagClassName
{
border-color: #90095F;
}
</style>