Shades of Eggplant #900D6F
Tints of Eggplant #900D6F
RGB
CMYK
RGB Variations
Color information
#900D6F (or 0x900D6F) is known color: Eggplant. HEX triplet: 90, 0D and 6F. RGB value is (144,13,111). Sum of RGB (Red+Green+Blue) = 144+13+111=268 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.73% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 144 - color contains mainly: red. Hex color #900D6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900D6F is #6FF290. Grayscale: #3F3F3F. Windows color (decimal): -7336593 or 7277968. OLE color: 7277968.
HSL color Cylindrical-coordinate representation of color #900D6F: hue angle of 315.11º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #900D6F is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 13 | 111 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.44 |
| HSL | 315.11º | 0.83% | 0.31% | - |
| HSV(B) | 315.11º | 0.91% | 0.56% | - |
| XYZ | 14.51 | 7.36 | 15.7 | - |
| YUV | 63.34 | 154.9 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 13 | 111 | 0 | 0.91 | 0.23 | 0.44 | 315.11 | 0.83 | 0.31 |
| Hex | 90 | D | 6F | 0 | 5B | 17 | 2C | 13B | 53 | 1F |
| Octal | 220 | 15 | 157 | 0 | 133 | 27 | 54 | 473 | 123 | 37 |
| Binary | 10010000 | 1101 | 1101111 | 0 | 1011011 | 10111 | 101100 | 100111011 | 1010011 | 11111 |
Color Harmonies of #900D6F
Complementary color
Monochromatic Colors of #900D6F
Black with #900D6F
Text Example
Text Example
White with #900D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900D6F; }
p { color: rgb(144,13,111); }
H1.HeaderClassName
{
color: #900D6F;
}
.AnyTagClassName
{
color: #900D6F;
}
</style>
background-color css
<style>
a { background-color: #900D6F; }
a { background-color: rgb(144,13,111); }
div.DivClassName
{
background-color: #900D6F;
}
.BgClassName
{
background-color: #900D6F;
}
</style>
border-color css
<style>
span { border-color: #900D6F; }
span { border-color: rgb(144,13,111); }
td.TdClassName
{
border-color: #900D6F;
}
.TagClassName
{
border-color: #900D6F;
}
</style>