Shades of Eggplant #9B0563
Tints of Eggplant #9B0563
RGB
CMYK
RGB Variations
Color information
#9B0563 (or 0x9B0563) is known color: Eggplant. HEX triplet: 9B, 05 and 63. RGB value is (155,5,99). Sum of RGB (Red+Green+Blue) = 155+5+99=259 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.85% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0563 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0563 is #64FA9C. Grayscale: #3C3C3C. Windows color (decimal): -6617757 or 6489499. OLE color: 6489499.
HSL color Cylindrical-coordinate representation of color #9B0563: hue angle of 322.4º 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 #9B0563 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 5 | 99 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.39 |
| HSL | 322.4º | 0.94% | 0.31% | - |
| HSV(B) | 322.4º | 0.97% | 0.61% | - |
| XYZ | 15.82 | 7.98 | 12.51 | - |
| YUV | 60.57 | 149.7 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 5 | 99 | 0 | 0.97 | 0.36 | 0.39 | 322.4 | 0.94 | 0.31 |
| Hex | 9B | 5 | 63 | 0 | 61 | 24 | 27 | 142 | 5E | 1F |
| Octal | 233 | 5 | 143 | 0 | 141 | 44 | 47 | 502 | 136 | 37 |
| Binary | 10011011 | 101 | 1100011 | 0 | 1100001 | 100100 | 100111 | 101000010 | 1011110 | 11111 |
Color Harmonies of #9B0563
Complementary color
Monochromatic Colors of #9B0563
Black with #9B0563
Text Example
Text Example
White with #9B0563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0563; }
p { color: rgb(155,5,99); }
H1.HeaderClassName
{
color: #9B0563;
}
.AnyTagClassName
{
color: #9B0563;
}
</style>
background-color css
<style>
a { background-color: #9B0563; }
a { background-color: rgb(155,5,99); }
div.DivClassName
{
background-color: #9B0563;
}
.BgClassName
{
background-color: #9B0563;
}
</style>
border-color css
<style>
span { border-color: #9B0563; }
span { border-color: rgb(155,5,99); }
td.TdClassName
{
border-color: #9B0563;
}
.TagClassName
{
border-color: #9B0563;
}
</style>