Shades of Eggplant #9B047D
Tints of Eggplant #9B047D
RGB
CMYK
RGB Variations
Color information
#9B047D (or 0x9B047D) is known color: Eggplant. HEX triplet: 9B, 04 and 7D. RGB value is (155,4,125). Sum of RGB (Red+Green+Blue) = 155+4+125=284 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.58% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 155 - color contains mainly: red. Hex color #9B047D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B047D is #64FB82. Grayscale: #3E3E3E. Windows color (decimal): -6617987 or 8193179. OLE color: 8193179.
HSL color Cylindrical-coordinate representation of color #9B047D: hue angle of 311.92º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B047D is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 4 | 125 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.39 |
| HSL | 311.92º | 0.95% | 0.31% | - |
| HSV(B) | 311.92º | 0.97% | 0.61% | - |
| XYZ | 17.26 | 8.54 | 20.14 | - |
| YUV | 62.94 | 163.03 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 4 | 125 | 0 | 0.97 | 0.19 | 0.39 | 311.92 | 0.95 | 0.31 |
| Hex | 9B | 4 | 7D | 0 | 61 | 13 | 27 | 138 | 5F | 1F |
| Octal | 233 | 4 | 175 | 0 | 141 | 23 | 47 | 470 | 137 | 37 |
| Binary | 10011011 | 100 | 1111101 | 0 | 1100001 | 10011 | 100111 | 100111000 | 1011111 | 11111 |
Color Harmonies of #9B047D
Complementary color
Monochromatic Colors of #9B047D
Black with #9B047D
Text Example
Text Example
White with #9B047D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B047D; }
p { color: rgb(155,4,125); }
H1.HeaderClassName
{
color: #9B047D;
}
.AnyTagClassName
{
color: #9B047D;
}
</style>
background-color css
<style>
a { background-color: #9B047D; }
a { background-color: rgb(155,4,125); }
div.DivClassName
{
background-color: #9B047D;
}
.BgClassName
{
background-color: #9B047D;
}
</style>
border-color css
<style>
span { border-color: #9B047D; }
span { border-color: rgb(155,4,125); }
td.TdClassName
{
border-color: #9B047D;
}
.TagClassName
{
border-color: #9B047D;
}
</style>