Shades of Eggplant #9B006C
Tints of Eggplant #9B006C
RGB
CMYK
RGB Variations
Color information
#9B006C (or 0x9B006C) is known color: Eggplant. HEX triplet: 9B, 00 and 6C. RGB value is (155,0,108). Sum of RGB (Red+Green+Blue) = 155+0+108=263 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.94% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 155 - color contains mainly: red. Hex color #9B006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B006C is #64FF93. Grayscale: #3A3A3A. Windows color (decimal): -6619028 or 7078043. OLE color: 7078043.
HSL color Cylindrical-coordinate representation of color #9B006C: hue angle of 318.19º 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 #9B006C is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.30 | 0.39 |
| HSL | 318.19º | 1% | 0.3% | - |
| HSV(B) | 318.19º | 1% | 0.61% | - |
| XYZ | 16.22 | 8.05 | 14.89 | - |
| YUV | 58.66 | 155.85 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 108 | 0 | 1 | 0.30 | 0.39 | 318.19 | 1 | 0.3 |
| Hex | 9B | 0 | 6C | 0 | 64 | 1E | 27 | 13E | 64 | 1E |
| Octal | 233 | 0 | 154 | 0 | 144 | 36 | 47 | 476 | 144 | 36 |
| Binary | 10011011 | 0 | 1101100 | 0 | 1100100 | 11110 | 100111 | 100111110 | 1100100 | 11110 |
Color Harmonies of #9B006C
Complementary color
Monochromatic Colors of #9B006C
Black with #9B006C
Text Example
Text Example
White with #9B006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B006C; }
p { color: rgb(155,0,108); }
H1.HeaderClassName
{
color: #9B006C;
}
.AnyTagClassName
{
color: #9B006C;
}
</style>
background-color css
<style>
a { background-color: #9B006C; }
a { background-color: rgb(155,0,108); }
div.DivClassName
{
background-color: #9B006C;
}
.BgClassName
{
background-color: #9B006C;
}
</style>
border-color css
<style>
span { border-color: #9B006C; }
span { border-color: rgb(155,0,108); }
td.TdClassName
{
border-color: #9B006C;
}
.TagClassName
{
border-color: #9B006C;
}
</style>