Shades of Eggplant #9B0562
Tints of Eggplant #9B0562
RGB
CMYK
RGB Variations
Color information
#9B0562 (or 0x9B0562) is known color: Eggplant. HEX triplet: 9B, 05 and 62. RGB value is (155,5,98). Sum of RGB (Red+Green+Blue) = 155+5+98=258 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.08% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0562 is #64FA9D. Grayscale: #3C3C3C. Windows color (decimal): -6617758 or 6423963. OLE color: 6423963.
HSL color Cylindrical-coordinate representation of color #9B0562: hue angle of 322.8º 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 #9B0562 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 5 | 98 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.39 |
| HSL | 322.8º | 0.94% | 0.31% | - |
| HSV(B) | 322.8º | 0.97% | 0.61% | - |
| XYZ | 15.78 | 7.96 | 12.26 | - |
| YUV | 60.45 | 149.2 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 5 | 98 | 0 | 0.97 | 0.37 | 0.39 | 322.8 | 0.94 | 0.31 |
| Hex | 9B | 5 | 62 | 0 | 61 | 25 | 27 | 143 | 5E | 1F |
| Octal | 233 | 5 | 142 | 0 | 141 | 45 | 47 | 503 | 136 | 37 |
| Binary | 10011011 | 101 | 1100010 | 0 | 1100001 | 100101 | 100111 | 101000011 | 1011110 | 11111 |
Color Harmonies of #9B0562
Complementary color
Monochromatic Colors of #9B0562
Black with #9B0562
Text Example
Text Example
White with #9B0562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0562; }
p { color: rgb(155,5,98); }
H1.HeaderClassName
{
color: #9B0562;
}
.AnyTagClassName
{
color: #9B0562;
}
</style>
background-color css
<style>
a { background-color: #9B0562; }
a { background-color: rgb(155,5,98); }
div.DivClassName
{
background-color: #9B0562;
}
.BgClassName
{
background-color: #9B0562;
}
</style>
border-color css
<style>
span { border-color: #9B0562; }
span { border-color: rgb(155,5,98); }
td.TdClassName
{
border-color: #9B0562;
}
.TagClassName
{
border-color: #9B0562;
}
</style>