Shades of Eggplant #900D6C
Tints of Eggplant #900D6C
RGB
CMYK
RGB Variations
Color information
#900D6C (or 0x900D6C) is known color: Eggplant. HEX triplet: 90, 0D and 6C. RGB value is (144,13,108). Sum of RGB (Red+Green+Blue) = 144+13+108=265 (35% of max value = 765). Red value is 144 (56.64% from 255 or 54.34% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 144 - color contains mainly: red. Hex color #900D6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900D6C is #6FF293. Grayscale: #3E3E3E. Windows color (decimal): -7336596 or 7081360. OLE color: 7081360.
HSL color Cylindrical-coordinate representation of color #900D6C: hue angle of 316.49º 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 #900D6C is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 13 | 108 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.44 |
| HSL | 316.49º | 0.83% | 0.31% | - |
| HSV(B) | 316.49º | 0.91% | 0.56% | - |
| XYZ | 14.35 | 7.3 | 14.84 | - |
| YUV | 63 | 153.4 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 13 | 108 | 0 | 0.91 | 0.25 | 0.44 | 316.49 | 0.83 | 0.31 |
| Hex | 90 | D | 6C | 0 | 5B | 19 | 2C | 13C | 53 | 1F |
| Octal | 220 | 15 | 154 | 0 | 133 | 31 | 54 | 474 | 123 | 37 |
| Binary | 10010000 | 1101 | 1101100 | 0 | 1011011 | 11001 | 101100 | 100111100 | 1010011 | 11111 |
Color Harmonies of #900D6C
Complementary color
Monochromatic Colors of #900D6C
Black with #900D6C
Text Example
Text Example
White with #900D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900D6C; }
p { color: rgb(144,13,108); }
H1.HeaderClassName
{
color: #900D6C;
}
.AnyTagClassName
{
color: #900D6C;
}
</style>
background-color css
<style>
a { background-color: #900D6C; }
a { background-color: rgb(144,13,108); }
div.DivClassName
{
background-color: #900D6C;
}
.BgClassName
{
background-color: #900D6C;
}
</style>
border-color css
<style>
span { border-color: #900D6C; }
span { border-color: rgb(144,13,108); }
td.TdClassName
{
border-color: #900D6C;
}
.TagClassName
{
border-color: #900D6C;
}
</style>