Shades of Eggplant #90035C
Tints of Eggplant #90035C
RGB
CMYK
RGB Variations
Color information
#90035C (or 0x90035C) is known color: Eggplant. HEX triplet: 90, 03 and 5C. RGB value is (144,3,92). Sum of RGB (Red+Green+Blue) = 144+3+92=239 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.25% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 144 - color contains mainly: red. Hex color #90035C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90035C is #6FFCA3. Grayscale: #373737. Windows color (decimal): -7339172 or 6030224. OLE color: 6030224.
HSL color Cylindrical-coordinate representation of color #90035C: hue angle of 322.13º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #90035C is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 3 | 92 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.44 |
| HSL | 322.13º | 0.96% | 0.29% | - |
| HSV(B) | 322.13º | 0.98% | 0.56% | - |
| XYZ | 13.47 | 6.77 | 10.72 | - |
| YUV | 55.31 | 148.71 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 92 | 0 | 0.98 | 0.36 | 0.44 | 322.13 | 0.96 | 0.29 |
| Hex | 90 | 3 | 5C | 0 | 62 | 24 | 2C | 142 | 60 | 1D |
| Octal | 220 | 3 | 134 | 0 | 142 | 44 | 54 | 502 | 140 | 35 |
| Binary | 10010000 | 11 | 1011100 | 0 | 1100010 | 100100 | 101100 | 101000010 | 1100000 | 11101 |
Color Harmonies of #90035C
Complementary color
Monochromatic Colors of #90035C
Black with #90035C
Text Example
Text Example
White with #90035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90035C; }
p { color: rgb(144,3,92); }
H1.HeaderClassName
{
color: #90035C;
}
.AnyTagClassName
{
color: #90035C;
}
</style>
background-color css
<style>
a { background-color: #90035C; }
a { background-color: rgb(144,3,92); }
div.DivClassName
{
background-color: #90035C;
}
.BgClassName
{
background-color: #90035C;
}
</style>
border-color css
<style>
span { border-color: #90035C; }
span { border-color: rgb(144,3,92); }
td.TdClassName
{
border-color: #90035C;
}
.TagClassName
{
border-color: #90035C;
}
</style>