Shades of Eggplant #9B1073
Tints of Eggplant #9B1073
RGB
CMYK
RGB Variations
Color information
#9B1073 (or 0x9B1073) is known color: Eggplant. HEX triplet: 9B, 10 and 73. RGB value is (155,16,115). Sum of RGB (Red+Green+Blue) = 155+16+115=286 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.20% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1073 is #64EF8C. Grayscale: #444444. Windows color (decimal): -6614925 or 7540891. OLE color: 7540891.
HSL color Cylindrical-coordinate representation of color #9B1073: hue angle of 317.27º 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 #9B1073 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 16 | 115 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.39 |
| HSL | 317.27º | 0.81% | 0.34% | - |
| HSV(B) | 317.27º | 0.9% | 0.61% | - |
| XYZ | 16.8 | 8.58 | 16.99 | - |
| YUV | 68.85 | 154.05 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 16 | 115 | 0 | 0.90 | 0.26 | 0.39 | 317.27 | 0.81 | 0.34 |
| Hex | 9B | 10 | 73 | 0 | 5A | 1A | 27 | 13D | 51 | 22 |
| Octal | 233 | 20 | 163 | 0 | 132 | 32 | 47 | 475 | 121 | 42 |
| Binary | 10011011 | 10000 | 1110011 | 0 | 1011010 | 11010 | 100111 | 100111101 | 1010001 | 100010 |
Color Harmonies of #9B1073
Complementary color
Monochromatic Colors of #9B1073
Black with #9B1073
Text Example
Text Example
White with #9B1073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1073; }
p { color: rgb(155,16,115); }
H1.HeaderClassName
{
color: #9B1073;
}
.AnyTagClassName
{
color: #9B1073;
}
</style>
background-color css
<style>
a { background-color: #9B1073; }
a { background-color: rgb(155,16,115); }
div.DivClassName
{
background-color: #9B1073;
}
.BgClassName
{
background-color: #9B1073;
}
</style>
border-color css
<style>
span { border-color: #9B1073; }
span { border-color: rgb(155,16,115); }
td.TdClassName
{
border-color: #9B1073;
}
.TagClassName
{
border-color: #9B1073;
}
</style>