Shades of Eggplant #900D63
Tints of Eggplant #900D63
RGB
CMYK
RGB Variations
Color information
#900D63 (or 0x900D63) is known color: Eggplant. HEX triplet: 90, 0D and 63. RGB value is (144,13,99). Sum of RGB (Red+Green+Blue) = 144+13+99=256 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.25% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 144 - color contains mainly: red. Hex color #900D63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900D63 is #6FF29C. Grayscale: #3D3D3D. Windows color (decimal): -7336605 or 6491536. OLE color: 6491536.
HSL color Cylindrical-coordinate representation of color #900D63: hue angle of 320.61º 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 #900D63 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 13 | 99 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.44 |
| HSL | 320.61º | 0.83% | 0.31% | - |
| HSV(B) | 320.61º | 0.91% | 0.56% | - |
| XYZ | 13.9 | 7.12 | 12.45 | - |
| YUV | 61.97 | 148.9 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 13 | 99 | 0 | 0.91 | 0.31 | 0.44 | 320.61 | 0.83 | 0.31 |
| Hex | 90 | D | 63 | 0 | 5B | 1F | 2C | 141 | 53 | 1F |
| Octal | 220 | 15 | 143 | 0 | 133 | 37 | 54 | 501 | 123 | 37 |
| Binary | 10010000 | 1101 | 1100011 | 0 | 1011011 | 11111 | 101100 | 101000001 | 1010011 | 11111 |
Color Harmonies of #900D63
Complementary color
Monochromatic Colors of #900D63
Black with #900D63
Text Example
Text Example
White with #900D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900D63; }
p { color: rgb(144,13,99); }
H1.HeaderClassName
{
color: #900D63;
}
.AnyTagClassName
{
color: #900D63;
}
</style>
background-color css
<style>
a { background-color: #900D63; }
a { background-color: rgb(144,13,99); }
div.DivClassName
{
background-color: #900D63;
}
.BgClassName
{
background-color: #900D63;
}
</style>
border-color css
<style>
span { border-color: #900D63; }
span { border-color: rgb(144,13,99); }
td.TdClassName
{
border-color: #900D63;
}
.TagClassName
{
border-color: #900D63;
}
</style>