Shades of Eggplant #9B047A
Tints of Eggplant #9B047A
RGB
CMYK
RGB Variations
Color information
#9B047A (or 0x9B047A) is known color: Eggplant. HEX triplet: 9B, 04 and 7A. RGB value is (155,4,122). Sum of RGB (Red+Green+Blue) = 155+4+122=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B047A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B047A is #64FB85. Grayscale: #3E3E3E. Windows color (decimal): -6617990 or 7996571. OLE color: 7996571.
HSL color Cylindrical-coordinate representation of color #9B047A: hue angle of 313.11º 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 #9B047A is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 4 | 122 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.39 |
| HSL | 313.11º | 0.95% | 0.31% | - |
| HSV(B) | 313.11º | 0.97% | 0.61% | - |
| XYZ | 17.07 | 8.46 | 19.15 | - |
| YUV | 62.6 | 161.53 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 4 | 122 | 0 | 0.97 | 0.21 | 0.39 | 313.11 | 0.95 | 0.31 |
| Hex | 9B | 4 | 7A | 0 | 61 | 15 | 27 | 139 | 5F | 1F |
| Octal | 233 | 4 | 172 | 0 | 141 | 25 | 47 | 471 | 137 | 37 |
| Binary | 10011011 | 100 | 1111010 | 0 | 1100001 | 10101 | 100111 | 100111001 | 1011111 | 11111 |
Color Harmonies of #9B047A
Complementary color
Monochromatic Colors of #9B047A
Black with #9B047A
Text Example
Text Example
White with #9B047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B047A; }
p { color: rgb(155,4,122); }
H1.HeaderClassName
{
color: #9B047A;
}
.AnyTagClassName
{
color: #9B047A;
}
</style>
background-color css
<style>
a { background-color: #9B047A; }
a { background-color: rgb(155,4,122); }
div.DivClassName
{
background-color: #9B047A;
}
.BgClassName
{
background-color: #9B047A;
}
</style>
border-color css
<style>
span { border-color: #9B047A; }
span { border-color: rgb(155,4,122); }
td.TdClassName
{
border-color: #9B047A;
}
.TagClassName
{
border-color: #9B047A;
}
</style>