Shades of Eggplant #9B0A64
Tints of Eggplant #9B0A64
RGB
CMYK
RGB Variations
Color information
#9B0A64 (or 0x9B0A64) is known color: Eggplant. HEX triplet: 9B, 0A and 64. RGB value is (155,10,100). Sum of RGB (Red+Green+Blue) = 155+10+100=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0A64 is #64F59B. Grayscale: #3F3F3F. Windows color (decimal): -6616476 or 6556315. OLE color: 6556315.
HSL color Cylindrical-coordinate representation of color #9B0A64: hue angle of 322.76º degrees, saturation: 0.88, 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 #9B0A64 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 10 | 100 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.39 |
| HSL | 322.76º | 0.88% | 0.32% | - |
| HSV(B) | 322.76º | 0.94% | 0.61% | - |
| XYZ | 15.93 | 8.11 | 12.78 | - |
| YUV | 63.62 | 148.54 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 10 | 100 | 0 | 0.94 | 0.35 | 0.39 | 322.76 | 0.88 | 0.32 |
| Hex | 9B | A | 64 | 0 | 5E | 23 | 27 | 143 | 58 | 20 |
| Octal | 233 | 12 | 144 | 0 | 136 | 43 | 47 | 503 | 130 | 40 |
| Binary | 10011011 | 1010 | 1100100 | 0 | 1011110 | 100011 | 100111 | 101000011 | 1011000 | 100000 |
Color Harmonies of #9B0A64
Complementary color
Monochromatic Colors of #9B0A64
Black with #9B0A64
Text Example
Text Example
White with #9B0A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0A64; }
p { color: rgb(155,10,100); }
H1.HeaderClassName
{
color: #9B0A64;
}
.AnyTagClassName
{
color: #9B0A64;
}
</style>
background-color css
<style>
a { background-color: #9B0A64; }
a { background-color: rgb(155,10,100); }
div.DivClassName
{
background-color: #9B0A64;
}
.BgClassName
{
background-color: #9B0A64;
}
</style>
border-color css
<style>
span { border-color: #9B0A64; }
span { border-color: rgb(155,10,100); }
td.TdClassName
{
border-color: #9B0A64;
}
.TagClassName
{
border-color: #9B0A64;
}
</style>