Shades of Eggplant #90075B
Tints of Eggplant #90075B
RGB
CMYK
RGB Variations
Color information
#90075B (or 0x90075B) is known color: Eggplant. HEX triplet: 90, 07 and 5B. RGB value is (144,7,91). Sum of RGB (Red+Green+Blue) = 144+7+91=242 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.50% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 144 - color contains mainly: red. Hex color #90075B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90075B is #6FF8A4. Grayscale: #393939. Windows color (decimal): -7338149 or 5965712. OLE color: 5965712.
HSL color Cylindrical-coordinate representation of color #90075B: hue angle of 323.21º 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 #90075B is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 7 | 91 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.44 |
| HSL | 323.21º | 0.91% | 0.3% | - |
| HSV(B) | 323.21º | 0.95% | 0.56% | - |
| XYZ | 13.47 | 6.84 | 10.51 | - |
| YUV | 57.54 | 146.89 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 91 | 0 | 0.95 | 0.37 | 0.44 | 323.21 | 0.91 | 0.3 |
| Hex | 90 | 7 | 5B | 0 | 5F | 25 | 2C | 143 | 5B | 1E |
| Octal | 220 | 7 | 133 | 0 | 137 | 45 | 54 | 503 | 133 | 36 |
| Binary | 10010000 | 111 | 1011011 | 0 | 1011111 | 100101 | 101100 | 101000011 | 1011011 | 11110 |
Color Harmonies of #90075B
Complementary color
Monochromatic Colors of #90075B
Black with #90075B
Text Example
Text Example
White with #90075B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90075B; }
p { color: rgb(144,7,91); }
H1.HeaderClassName
{
color: #90075B;
}
.AnyTagClassName
{
color: #90075B;
}
</style>
background-color css
<style>
a { background-color: #90075B; }
a { background-color: rgb(144,7,91); }
div.DivClassName
{
background-color: #90075B;
}
.BgClassName
{
background-color: #90075B;
}
</style>
border-color css
<style>
span { border-color: #90075B; }
span { border-color: rgb(144,7,91); }
td.TdClassName
{
border-color: #90075B;
}
.TagClassName
{
border-color: #90075B;
}
</style>