Shades of Eggplant #90025B
Tints of Eggplant #90025B
RGB
CMYK
RGB Variations
Color information
#90025B (or 0x90025B) is known color: Eggplant. HEX triplet: 90, 02 and 5B. RGB value is (144,2,91). Sum of RGB (Red+Green+Blue) = 144+2+91=237 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.76% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 144 - color contains mainly: red. Hex color #90025B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90025B is #6FFDA4. Grayscale: #363636. Windows color (decimal): -7339429 or 5964432. OLE color: 5964432.
HSL color Cylindrical-coordinate representation of color #90025B: hue angle of 322.39º 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 #90025B is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 91 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.44 |
| HSL | 322.39º | 0.97% | 0.29% | - |
| HSV(B) | 322.39º | 0.99% | 0.56% | - |
| XYZ | 13.41 | 6.73 | 10.49 | - |
| YUV | 54.6 | 148.54 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 91 | 0 | 0.99 | 0.37 | 0.44 | 322.39 | 0.97 | 0.29 |
| Hex | 90 | 2 | 5B | 0 | 63 | 25 | 2C | 142 | 61 | 1D |
| Octal | 220 | 2 | 133 | 0 | 143 | 45 | 54 | 502 | 141 | 35 |
| Binary | 10010000 | 10 | 1011011 | 0 | 1100011 | 100101 | 101100 | 101000010 | 1100001 | 11101 |
Color Harmonies of #90025B
Complementary color
Monochromatic Colors of #90025B
Black with #90025B
Text Example
Text Example
White with #90025B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90025B; }
p { color: rgb(144,2,91); }
H1.HeaderClassName
{
color: #90025B;
}
.AnyTagClassName
{
color: #90025B;
}
</style>
background-color css
<style>
a { background-color: #90025B; }
a { background-color: rgb(144,2,91); }
div.DivClassName
{
background-color: #90025B;
}
.BgClassName
{
background-color: #90025B;
}
</style>
border-color css
<style>
span { border-color: #90025B; }
span { border-color: rgb(144,2,91); }
td.TdClassName
{
border-color: #90025B;
}
.TagClassName
{
border-color: #90025B;
}
</style>