Shades of Eggplant #900956
Tints of Eggplant #900956
RGB
CMYK
RGB Variations
Color information
#900956 (or 0x900956) is known color: Eggplant. HEX triplet: 90, 09 and 56. RGB value is (144,9,86). Sum of RGB (Red+Green+Blue) = 144+9+86=239 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.25% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 144 - color contains mainly: red. Hex color #900956 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900956 is #6FF6A9. Grayscale: #393939. Windows color (decimal): -7337642 or 5638544. OLE color: 5638544.
HSL color Cylindrical-coordinate representation of color #900956: hue angle of 325.78º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900956 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 86 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.44 |
| HSL | 325.78º | 0.88% | 0.3% | - |
| HSV(B) | 325.78º | 0.94% | 0.56% | - |
| XYZ | 13.28 | 6.8 | 9.42 | - |
| YUV | 58.14 | 143.73 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 86 | 0 | 0.94 | 0.40 | 0.44 | 325.78 | 0.88 | 0.3 |
| Hex | 90 | 9 | 56 | 0 | 5E | 28 | 2C | 146 | 58 | 1E |
| Octal | 220 | 11 | 126 | 0 | 136 | 50 | 54 | 506 | 130 | 36 |
| Binary | 10010000 | 1001 | 1010110 | 0 | 1011110 | 101000 | 101100 | 101000110 | 1011000 | 11110 |
Color Harmonies of #900956
Complementary color
Monochromatic Colors of #900956
Black with #900956
Text Example
Text Example
White with #900956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900956; }
p { color: rgb(144,9,86); }
H1.HeaderClassName
{
color: #900956;
}
.AnyTagClassName
{
color: #900956;
}
</style>
background-color css
<style>
a { background-color: #900956; }
a { background-color: rgb(144,9,86); }
div.DivClassName
{
background-color: #900956;
}
.BgClassName
{
background-color: #900956;
}
</style>
border-color css
<style>
span { border-color: #900956; }
span { border-color: rgb(144,9,86); }
td.TdClassName
{
border-color: #900956;
}
.TagClassName
{
border-color: #900956;
}
</style>