Shades of Eggplant #900C5B
Tints of Eggplant #900C5B
RGB
CMYK
RGB Variations
Color information
#900C5B (or 0x900C5B) is known color: Eggplant. HEX triplet: 90, 0C and 5B. RGB value is (144,12,91). Sum of RGB (Red+Green+Blue) = 144+12+91=247 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.30% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 144 - color contains mainly: red. Hex color #900C5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900C5B is #6FF3A4. Grayscale: #3C3C3C. Windows color (decimal): -7336869 or 5966992. OLE color: 5966992.
HSL color Cylindrical-coordinate representation of color #900C5B: hue angle of 324.09º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900C5B is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 12 | 91 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.44 |
| HSL | 324.09º | 0.85% | 0.31% | - |
| HSV(B) | 324.09º | 0.92% | 0.56% | - |
| XYZ | 13.52 | 6.95 | 10.53 | - |
| YUV | 60.47 | 145.23 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 12 | 91 | 0 | 0.92 | 0.37 | 0.44 | 324.09 | 0.85 | 0.31 |
| Hex | 90 | C | 5B | 0 | 5C | 25 | 2C | 144 | 55 | 1F |
| Octal | 220 | 14 | 133 | 0 | 134 | 45 | 54 | 504 | 125 | 37 |
| Binary | 10010000 | 1100 | 1011011 | 0 | 1011100 | 100101 | 101100 | 101000100 | 1010101 | 11111 |
Color Harmonies of #900C5B
Complementary color
Monochromatic Colors of #900C5B
Black with #900C5B
Text Example
Text Example
White with #900C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900C5B; }
p { color: rgb(144,12,91); }
H1.HeaderClassName
{
color: #900C5B;
}
.AnyTagClassName
{
color: #900C5B;
}
</style>
background-color css
<style>
a { background-color: #900C5B; }
a { background-color: rgb(144,12,91); }
div.DivClassName
{
background-color: #900C5B;
}
.BgClassName
{
background-color: #900C5B;
}
</style>
border-color css
<style>
span { border-color: #900C5B; }
span { border-color: rgb(144,12,91); }
td.TdClassName
{
border-color: #900C5B;
}
.TagClassName
{
border-color: #900C5B;
}
</style>