Shades of Eggplant #90075C
Tints of Eggplant #90075C
RGB
CMYK
RGB Variations
Color information
#90075C (or 0x90075C) is known color: Eggplant. HEX triplet: 90, 07 and 5C. RGB value is (144,7,92). Sum of RGB (Red+Green+Blue) = 144+7+92=243 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.26% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 144 - color contains mainly: red. Hex color #90075C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90075C is #6FF8A3. Grayscale: #393939. Windows color (decimal): -7338148 or 6031248. OLE color: 6031248.
HSL color Cylindrical-coordinate representation of color #90075C: hue angle of 322.77º 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 #90075C is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 7 | 92 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.44 |
| HSL | 322.77º | 0.91% | 0.3% | - |
| HSV(B) | 322.77º | 0.95% | 0.56% | - |
| XYZ | 13.51 | 6.85 | 10.74 | - |
| YUV | 57.65 | 147.39 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 92 | 0 | 0.95 | 0.36 | 0.44 | 322.77 | 0.91 | 0.3 |
| Hex | 90 | 7 | 5C | 0 | 5F | 24 | 2C | 143 | 5B | 1E |
| Octal | 220 | 7 | 134 | 0 | 137 | 44 | 54 | 503 | 133 | 36 |
| Binary | 10010000 | 111 | 1011100 | 0 | 1011111 | 100100 | 101100 | 101000011 | 1011011 | 11110 |
Color Harmonies of #90075C
Complementary color
Monochromatic Colors of #90075C
Black with #90075C
Text Example
Text Example
White with #90075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90075C; }
p { color: rgb(144,7,92); }
H1.HeaderClassName
{
color: #90075C;
}
.AnyTagClassName
{
color: #90075C;
}
</style>
background-color css
<style>
a { background-color: #90075C; }
a { background-color: rgb(144,7,92); }
div.DivClassName
{
background-color: #90075C;
}
.BgClassName
{
background-color: #90075C;
}
</style>
border-color css
<style>
span { border-color: #90075C; }
span { border-color: rgb(144,7,92); }
td.TdClassName
{
border-color: #90075C;
}
.TagClassName
{
border-color: #90075C;
}
</style>