Shades of Eggplant #9B006E
Tints of Eggplant #9B006E
RGB
CMYK
RGB Variations
Color information
#9B006E (or 0x9B006E) is known color: Eggplant. HEX triplet: 9B, 00 and 6E. RGB value is (155,0,110). Sum of RGB (Red+Green+Blue) = 155+0+110=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B006E is #64FF91. Grayscale: #3A3A3A. Windows color (decimal): -6619026 or 7209115. OLE color: 7209115.
HSL color Cylindrical-coordinate representation of color #9B006E: hue angle of 317.42º 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 #9B006E is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 0 | 110 | - |
| CMYK | 0 | 1 | 0.29 | 0.39 |
| HSL | 317.42º | 1% | 0.3% | - |
| HSV(B) | 317.42º | 1% | 0.61% | - |
| XYZ | 16.33 | 8.09 | 15.45 | - |
| YUV | 58.89 | 156.85 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 110 | 0 | 1 | 0.29 | 0.39 | 317.42 | 1 | 0.3 |
| Hex | 9B | 0 | 6E | 0 | 64 | 1D | 27 | 13D | 64 | 1E |
| Octal | 233 | 0 | 156 | 0 | 144 | 35 | 47 | 475 | 144 | 36 |
| Binary | 10011011 | 0 | 1101110 | 0 | 1100100 | 11101 | 100111 | 100111101 | 1100100 | 11110 |
Color Harmonies of #9B006E
Complementary color
Monochromatic Colors of #9B006E
Black with #9B006E
Text Example
Text Example
White with #9B006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B006E; }
p { color: rgb(155,0,110); }
H1.HeaderClassName
{
color: #9B006E;
}
.AnyTagClassName
{
color: #9B006E;
}
</style>
background-color css
<style>
a { background-color: #9B006E; }
a { background-color: rgb(155,0,110); }
div.DivClassName
{
background-color: #9B006E;
}
.BgClassName
{
background-color: #9B006E;
}
</style>
border-color css
<style>
span { border-color: #9B006E; }
span { border-color: rgb(155,0,110); }
td.TdClassName
{
border-color: #9B006E;
}
.TagClassName
{
border-color: #9B006E;
}
</style>