Shades of Eggplant #9A0963
Tints of Eggplant #9A0963
RGB
CMYK
RGB Variations
Color information
#9A0963 (or 0x9A0963) is known color: Eggplant. HEX triplet: 9A, 09 and 63. RGB value is (154,9,99). Sum of RGB (Red+Green+Blue) = 154+9+99=262 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.78% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0963 is #65F69C. Grayscale: #3E3E3E. Windows color (decimal): -6682269 or 6490522. OLE color: 6490522.
HSL color Cylindrical-coordinate representation of color #9A0963: hue angle of 322.76º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0963 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 9 | 99 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.40 |
| HSL | 322.76º | 0.89% | 0.32% | - |
| HSV(B) | 322.76º | 0.94% | 0.6% | - |
| XYZ | 15.68 | 7.97 | 12.52 | - |
| YUV | 62.62 | 148.54 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 9 | 99 | 0 | 0.94 | 0.36 | 0.40 | 322.76 | 0.89 | 0.32 |
| Hex | 9A | 9 | 63 | 0 | 5E | 24 | 28 | 143 | 59 | 20 |
| Octal | 232 | 11 | 143 | 0 | 136 | 44 | 50 | 503 | 131 | 40 |
| Binary | 10011010 | 1001 | 1100011 | 0 | 1011110 | 100100 | 101000 | 101000011 | 1011001 | 100000 |
Color Harmonies of #9A0963
Complementary color
Monochromatic Colors of #9A0963
Black with #9A0963
Text Example
Text Example
White with #9A0963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0963; }
p { color: rgb(154,9,99); }
H1.HeaderClassName
{
color: #9A0963;
}
.AnyTagClassName
{
color: #9A0963;
}
</style>
background-color css
<style>
a { background-color: #9A0963; }
a { background-color: rgb(154,9,99); }
div.DivClassName
{
background-color: #9A0963;
}
.BgClassName
{
background-color: #9A0963;
}
</style>
border-color css
<style>
span { border-color: #9A0963; }
span { border-color: rgb(154,9,99); }
td.TdClassName
{
border-color: #9A0963;
}
.TagClassName
{
border-color: #9A0963;
}
</style>