Shades of Eggplant #90015A
Tints of Eggplant #90015A
RGB
CMYK
RGB Variations
Color information
#90015A (or 0x90015A) is known color: Eggplant. HEX triplet: 90, 01 and 5A. RGB value is (144,1,90). Sum of RGB (Red+Green+Blue) = 144+1+90=235 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.28% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 144 - color contains mainly: red. Hex color #90015A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90015A is #6FFEA5. Grayscale: #353535. Windows color (decimal): -7339686 or 5898640. OLE color: 5898640.
HSL color Cylindrical-coordinate representation of color #90015A: hue angle of 322.66º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90015A is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 90 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.44 |
| HSL | 322.66º | 0.99% | 0.28% | - |
| HSV(B) | 322.66º | 0.99% | 0.56% | - |
| XYZ | 13.36 | 6.69 | 10.26 | - |
| YUV | 53.9 | 148.38 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 90 | 0 | 0.99 | 0.37 | 0.44 | 322.66 | 0.99 | 0.28 |
| Hex | 90 | 1 | 5A | 0 | 63 | 25 | 2C | 143 | 63 | 1C |
| Octal | 220 | 1 | 132 | 0 | 143 | 45 | 54 | 503 | 143 | 34 |
| Binary | 10010000 | 1 | 1011010 | 0 | 1100011 | 100101 | 101100 | 101000011 | 1100011 | 11100 |
Color Harmonies of #90015A
Complementary color
Monochromatic Colors of #90015A
Black with #90015A
Text Example
Text Example
White with #90015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90015A; }
p { color: rgb(144,1,90); }
H1.HeaderClassName
{
color: #90015A;
}
.AnyTagClassName
{
color: #90015A;
}
</style>
background-color css
<style>
a { background-color: #90015A; }
a { background-color: rgb(144,1,90); }
div.DivClassName
{
background-color: #90015A;
}
.BgClassName
{
background-color: #90015A;
}
</style>
border-color css
<style>
span { border-color: #90015A; }
span { border-color: rgb(144,1,90); }
td.TdClassName
{
border-color: #90015A;
}
.TagClassName
{
border-color: #90015A;
}
</style>