Shades of Eggplant #90026C
Tints of Eggplant #90026C
RGB
CMYK
RGB Variations
Color information
#90026C (or 0x90026C) is known color: Eggplant. HEX triplet: 90, 02 and 6C. RGB value is (144,2,108). Sum of RGB (Red+Green+Blue) = 144+2+108=254 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.69% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 144 - color contains mainly: red. Hex color #90026C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90026C is #6FFD93. Grayscale: #383838. Windows color (decimal): -7339412 or 7078544. OLE color: 7078544.
HSL color Cylindrical-coordinate representation of color #90026C: hue angle of 315.21º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90026C is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 108 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.44 |
| HSL | 315.21º | 0.97% | 0.29% | - |
| HSV(B) | 315.21º | 0.99% | 0.56% | - |
| XYZ | 14.23 | 7.06 | 14.8 | - |
| YUV | 56.54 | 157.04 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 108 | 0 | 0.99 | 0.25 | 0.44 | 315.21 | 0.97 | 0.29 |
| Hex | 90 | 2 | 6C | 0 | 63 | 19 | 2C | 13B | 61 | 1D |
| Octal | 220 | 2 | 154 | 0 | 143 | 31 | 54 | 473 | 141 | 35 |
| Binary | 10010000 | 10 | 1101100 | 0 | 1100011 | 11001 | 101100 | 100111011 | 1100001 | 11101 |
Color Harmonies of #90026C
Complementary color
Monochromatic Colors of #90026C
Black with #90026C
Text Example
Text Example
White with #90026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90026C; }
p { color: rgb(144,2,108); }
H1.HeaderClassName
{
color: #90026C;
}
.AnyTagClassName
{
color: #90026C;
}
</style>
background-color css
<style>
a { background-color: #90026C; }
a { background-color: rgb(144,2,108); }
div.DivClassName
{
background-color: #90026C;
}
.BgClassName
{
background-color: #90026C;
}
</style>
border-color css
<style>
span { border-color: #90026C; }
span { border-color: rgb(144,2,108); }
td.TdClassName
{
border-color: #90026C;
}
.TagClassName
{
border-color: #90026C;
}
</style>