Shades of Eggplant #9B0078
Tints of Eggplant #9B0078
RGB
CMYK
RGB Variations
Color information
#9B0078 (or 0x9B0078) is known color: Eggplant. HEX triplet: 9B, 00 and 78. RGB value is (155,0,120). Sum of RGB (Red+Green+Blue) = 155+0+120=275 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.36% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0078 is #64FF87. Grayscale: #3B3B3B. Windows color (decimal): -6619016 or 7864475. OLE color: 7864475.
HSL color Cylindrical-coordinate representation of color #9B0078: hue angle of 313.55º 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 #9B0078 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.23 | 0.39 |
| HSL | 313.55º | 1% | 0.3% | - |
| HSV(B) | 313.55º | 1% | 0.61% | - |
| XYZ | 16.91 | 8.32 | 18.48 | - |
| YUV | 60.03 | 161.85 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 120 | 0 | 1 | 0.23 | 0.39 | 313.55 | 1 | 0.3 |
| Hex | 9B | 0 | 78 | 0 | 64 | 17 | 27 | 13A | 64 | 1E |
| Octal | 233 | 0 | 170 | 0 | 144 | 27 | 47 | 472 | 144 | 36 |
| Binary | 10011011 | 0 | 1111000 | 0 | 1100100 | 10111 | 100111 | 100111010 | 1100100 | 11110 |
Color Harmonies of #9B0078
Complementary color
Monochromatic Colors of #9B0078
Black with #9B0078
Text Example
Text Example
White with #9B0078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0078; }
p { color: rgb(155,0,120); }
H1.HeaderClassName
{
color: #9B0078;
}
.AnyTagClassName
{
color: #9B0078;
}
</style>
background-color css
<style>
a { background-color: #9B0078; }
a { background-color: rgb(155,0,120); }
div.DivClassName
{
background-color: #9B0078;
}
.BgClassName
{
background-color: #9B0078;
}
</style>
border-color css
<style>
span { border-color: #9B0078; }
span { border-color: rgb(155,0,120); }
td.TdClassName
{
border-color: #9B0078;
}
.TagClassName
{
border-color: #9B0078;
}
</style>