Shades of Eggplant #9B0072
Tints of Eggplant #9B0072
RGB
CMYK
RGB Variations
Color information
#9B0072 (or 0x9B0072) is known color: Eggplant. HEX triplet: 9B, 00 and 72. RGB value is (155,0,114). Sum of RGB (Red+Green+Blue) = 155+0+114=269 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.62% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0072 is #64FF8D. Grayscale: #3B3B3B. Windows color (decimal): -6619022 or 7471259. OLE color: 7471259.
HSL color Cylindrical-coordinate representation of color #9B0072: hue angle of 315.87º 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 #9B0072 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.26 | 0.39 |
| HSL | 315.87º | 1% | 0.3% | - |
| HSV(B) | 315.87º | 1% | 0.61% | - |
| XYZ | 16.55 | 8.18 | 16.63 | - |
| YUV | 59.34 | 158.85 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 114 | 0 | 1 | 0.26 | 0.39 | 315.87 | 1 | 0.3 |
| Hex | 9B | 0 | 72 | 0 | 64 | 1A | 27 | 13C | 64 | 1E |
| Octal | 233 | 0 | 162 | 0 | 144 | 32 | 47 | 474 | 144 | 36 |
| Binary | 10011011 | 0 | 1110010 | 0 | 1100100 | 11010 | 100111 | 100111100 | 1100100 | 11110 |
Color Harmonies of #9B0072
Complementary color
Monochromatic Colors of #9B0072
Black with #9B0072
Text Example
Text Example
White with #9B0072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0072; }
p { color: rgb(155,0,114); }
H1.HeaderClassName
{
color: #9B0072;
}
.AnyTagClassName
{
color: #9B0072;
}
</style>
background-color css
<style>
a { background-color: #9B0072; }
a { background-color: rgb(155,0,114); }
div.DivClassName
{
background-color: #9B0072;
}
.BgClassName
{
background-color: #9B0072;
}
</style>
border-color css
<style>
span { border-color: #9B0072; }
span { border-color: rgb(155,0,114); }
td.TdClassName
{
border-color: #9B0072;
}
.TagClassName
{
border-color: #9B0072;
}
</style>