Shades of Eggplant #9B0B64
Tints of Eggplant #9B0B64
RGB
CMYK
RGB Variations
Color information
#9B0B64 (or 0x9B0B64) is known color: Eggplant. HEX triplet: 9B, 0B and 64. RGB value is (155,11,100). Sum of RGB (Red+Green+Blue) = 155+11+100=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0B64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0B64 is #64F49B. Grayscale: #3F3F3F. Windows color (decimal): -6616220 or 6556571. OLE color: 6556571.
HSL color Cylindrical-coordinate representation of color #9B0B64: hue angle of 322.92º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B0B64 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 11 | 100 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.39 |
| HSL | 322.92º | 0.87% | 0.33% | - |
| HSV(B) | 322.92º | 0.93% | 0.61% | - |
| XYZ | 15.94 | 8.13 | 12.79 | - |
| YUV | 64.2 | 148.21 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 11 | 100 | 0 | 0.93 | 0.35 | 0.39 | 322.92 | 0.87 | 0.33 |
| Hex | 9B | B | 64 | 0 | 5D | 23 | 27 | 143 | 57 | 21 |
| Octal | 233 | 13 | 144 | 0 | 135 | 43 | 47 | 503 | 127 | 41 |
| Binary | 10011011 | 1011 | 1100100 | 0 | 1011101 | 100011 | 100111 | 101000011 | 1010111 | 100001 |
Color Harmonies of #9B0B64
Complementary color
Monochromatic Colors of #9B0B64
Black with #9B0B64
Text Example
Text Example
White with #9B0B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0B64; }
p { color: rgb(155,11,100); }
H1.HeaderClassName
{
color: #9B0B64;
}
.AnyTagClassName
{
color: #9B0B64;
}
</style>
background-color css
<style>
a { background-color: #9B0B64; }
a { background-color: rgb(155,11,100); }
div.DivClassName
{
background-color: #9B0B64;
}
.BgClassName
{
background-color: #9B0B64;
}
</style>
border-color css
<style>
span { border-color: #9B0B64; }
span { border-color: rgb(155,11,100); }
td.TdClassName
{
border-color: #9B0B64;
}
.TagClassName
{
border-color: #9B0B64;
}
</style>