Shades of Eggplant #9B0963
Tints of Eggplant #9B0963
RGB
CMYK
RGB Variations
Color information
#9B0963 (or 0x9B0963) is known color: Eggplant. HEX triplet: 9B, 09 and 63. RGB value is (155,9,99). Sum of RGB (Red+Green+Blue) = 155+9+99=263 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.94% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0963 is #64F69C. Grayscale: #3E3E3E. Windows color (decimal): -6616733 or 6490523. OLE color: 6490523.
HSL color Cylindrical-coordinate representation of color #9B0963: hue angle of 323.01º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0963 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 9 | 99 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.39 |
| HSL | 323.01º | 0.89% | 0.32% | - |
| HSV(B) | 323.01º | 0.94% | 0.61% | - |
| XYZ | 15.87 | 8.06 | 12.52 | - |
| YUV | 62.91 | 148.37 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 9 | 99 | 0 | 0.94 | 0.36 | 0.39 | 323.01 | 0.89 | 0.32 |
| Hex | 9B | 9 | 63 | 0 | 5E | 24 | 27 | 143 | 59 | 20 |
| Octal | 233 | 11 | 143 | 0 | 136 | 44 | 47 | 503 | 131 | 40 |
| Binary | 10011011 | 1001 | 1100011 | 0 | 1011110 | 100100 | 100111 | 101000011 | 1011001 | 100000 |
Color Harmonies of #9B0963
Complementary color
Monochromatic Colors of #9B0963
Black with #9B0963
Text Example
Text Example
White with #9B0963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0963; }
p { color: rgb(155,9,99); }
H1.HeaderClassName
{
color: #9B0963;
}
.AnyTagClassName
{
color: #9B0963;
}
</style>
background-color css
<style>
a { background-color: #9B0963; }
a { background-color: rgb(155,9,99); }
div.DivClassName
{
background-color: #9B0963;
}
.BgClassName
{
background-color: #9B0963;
}
</style>
border-color css
<style>
span { border-color: #9B0963; }
span { border-color: rgb(155,9,99); }
td.TdClassName
{
border-color: #9B0963;
}
.TagClassName
{
border-color: #9B0963;
}
</style>