Shades of Eggplant #9B0564
Tints of Eggplant #9B0564
RGB
CMYK
RGB Variations
Color information
#9B0564 (or 0x9B0564) is known color: Eggplant. HEX triplet: 9B, 05 and 64. RGB value is (155,5,100). Sum of RGB (Red+Green+Blue) = 155+5+100=260 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.62% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 100 (39.45% from 255 or 38.46% from 260); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0564 is #64FA9B. Grayscale: #3C3C3C. Windows color (decimal): -6617756 or 6555035. OLE color: 6555035.
HSL color Cylindrical-coordinate representation of color #9B0564: hue angle of 322º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B0564 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 5 | 100 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.39 |
| HSL | 322º | 0.94% | 0.31% | - |
| HSV(B) | 322º | 0.97% | 0.61% | - |
| XYZ | 15.87 | 8 | 12.76 | - |
| YUV | 60.68 | 150.2 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 5 | 100 | 0 | 0.97 | 0.35 | 0.39 | 322 | 0.94 | 0.31 |
| Hex | 9B | 5 | 64 | 0 | 61 | 23 | 27 | 142 | 5E | 1F |
| Octal | 233 | 5 | 144 | 0 | 141 | 43 | 47 | 502 | 136 | 37 |
| Binary | 10011011 | 101 | 1100100 | 0 | 1100001 | 100011 | 100111 | 101000010 | 1011110 | 11111 |
Color Harmonies of #9B0564
Complementary color
Monochromatic Colors of #9B0564
Black with #9B0564
Text Example
Text Example
White with #9B0564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0564; }
p { color: rgb(155,5,100); }
H1.HeaderClassName
{
color: #9B0564;
}
.AnyTagClassName
{
color: #9B0564;
}
</style>
background-color css
<style>
a { background-color: #9B0564; }
a { background-color: rgb(155,5,100); }
div.DivClassName
{
background-color: #9B0564;
}
.BgClassName
{
background-color: #9B0564;
}
</style>
border-color css
<style>
span { border-color: #9B0564; }
span { border-color: rgb(155,5,100); }
td.TdClassName
{
border-color: #9B0564;
}
.TagClassName
{
border-color: #9B0564;
}
</style>