Shades of Eggplant #9B1079
Tints of Eggplant #9B1079
RGB
CMYK
RGB Variations
Color information
#9B1079 (or 0x9B1079) is known color: Eggplant. HEX triplet: 9B, 10 and 79. RGB value is (155,16,121). Sum of RGB (Red+Green+Blue) = 155+16+121=292 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.08% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1079 is #64EF86. Grayscale: #454545. Windows color (decimal): -6614919 or 7934107. OLE color: 7934107.
HSL color Cylindrical-coordinate representation of color #9B1079: hue angle of 314.68º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B1079 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 16 | 121 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.39 |
| HSL | 314.68º | 0.81% | 0.34% | - |
| HSV(B) | 314.68º | 0.9% | 0.61% | - |
| XYZ | 17.15 | 8.72 | 18.87 | - |
| YUV | 69.53 | 157.05 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 16 | 121 | 0 | 0.90 | 0.22 | 0.39 | 314.68 | 0.81 | 0.34 |
| Hex | 9B | 10 | 79 | 0 | 5A | 16 | 27 | 13B | 51 | 22 |
| Octal | 233 | 20 | 171 | 0 | 132 | 26 | 47 | 473 | 121 | 42 |
| Binary | 10011011 | 10000 | 1111001 | 0 | 1011010 | 10110 | 100111 | 100111011 | 1010001 | 100010 |
Color Harmonies of #9B1079
Complementary color
Monochromatic Colors of #9B1079
Black with #9B1079
Text Example
Text Example
White with #9B1079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1079; }
p { color: rgb(155,16,121); }
H1.HeaderClassName
{
color: #9B1079;
}
.AnyTagClassName
{
color: #9B1079;
}
</style>
background-color css
<style>
a { background-color: #9B1079; }
a { background-color: rgb(155,16,121); }
div.DivClassName
{
background-color: #9B1079;
}
.BgClassName
{
background-color: #9B1079;
}
</style>
border-color css
<style>
span { border-color: #9B1079; }
span { border-color: rgb(155,16,121); }
td.TdClassName
{
border-color: #9B1079;
}
.TagClassName
{
border-color: #9B1079;
}
</style>