Shades of Eggplant #9B005B
Tints of Eggplant #9B005B
RGB
CMYK
RGB Variations
Color information
#9B005B (or 0x9B005B) is known color: Eggplant. HEX triplet: 9B, 00 and 5B. RGB value is (155,0,91). Sum of RGB (Red+Green+Blue) = 155+0+91=246 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.01% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 155 - color contains mainly: red. Hex color #9B005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B005B is #64FFA4. Grayscale: #383838. Windows color (decimal): -6619045 or 5963931. OLE color: 5963931.
HSL color Cylindrical-coordinate representation of color #9B005B: hue angle of 324.77º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B005B is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.41 | 0.39 |
| HSL | 324.77º | 1% | 0.3% | - |
| HSV(B) | 324.77º | 1% | 0.61% | - |
| XYZ | 15.41 | 7.72 | 10.58 | - |
| YUV | 56.72 | 147.35 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 91 | 0 | 1 | 0.41 | 0.39 | 324.77 | 1 | 0.3 |
| Hex | 9B | 0 | 5B | 0 | 64 | 29 | 27 | 145 | 64 | 1E |
| Octal | 233 | 0 | 133 | 0 | 144 | 51 | 47 | 505 | 144 | 36 |
| Binary | 10011011 | 0 | 1011011 | 0 | 1100100 | 101001 | 100111 | 101000101 | 1100100 | 11110 |
Color Harmonies of #9B005B
Complementary color
Monochromatic Colors of #9B005B
Black with #9B005B
Text Example
Text Example
White with #9B005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B005B; }
p { color: rgb(155,0,91); }
H1.HeaderClassName
{
color: #9B005B;
}
.AnyTagClassName
{
color: #9B005B;
}
</style>
background-color css
<style>
a { background-color: #9B005B; }
a { background-color: rgb(155,0,91); }
div.DivClassName
{
background-color: #9B005B;
}
.BgClassName
{
background-color: #9B005B;
}
</style>
border-color css
<style>
span { border-color: #9B005B; }
span { border-color: rgb(155,0,91); }
td.TdClassName
{
border-color: #9B005B;
}
.TagClassName
{
border-color: #9B005B;
}
</style>