Shades of Eggplant #9B1072
Tints of Eggplant #9B1072
RGB
CMYK
RGB Variations
Color information
#9B1072 (or 0x9B1072) is known color: Eggplant. HEX triplet: 9B, 10 and 72. RGB value is (155,16,114). Sum of RGB (Red+Green+Blue) = 155+16+114=285 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.39% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1072 is #64EF8D. Grayscale: #444444. Windows color (decimal): -6614926 or 7475355. OLE color: 7475355.
HSL color Cylindrical-coordinate representation of color #9B1072: hue angle of 317.7º 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 #9B1072 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 16 | 114 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.39 |
| HSL | 317.7º | 0.81% | 0.34% | - |
| HSV(B) | 317.7º | 0.9% | 0.61% | - |
| XYZ | 16.74 | 8.55 | 16.69 | - |
| YUV | 68.73 | 153.55 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 16 | 114 | 0 | 0.90 | 0.26 | 0.39 | 317.7 | 0.81 | 0.34 |
| Hex | 9B | 10 | 72 | 0 | 5A | 1A | 27 | 13E | 51 | 22 |
| Octal | 233 | 20 | 162 | 0 | 132 | 32 | 47 | 476 | 121 | 42 |
| Binary | 10011011 | 10000 | 1110010 | 0 | 1011010 | 11010 | 100111 | 100111110 | 1010001 | 100010 |
Color Harmonies of #9B1072
Complementary color
Monochromatic Colors of #9B1072
Black with #9B1072
Text Example
Text Example
White with #9B1072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1072; }
p { color: rgb(155,16,114); }
H1.HeaderClassName
{
color: #9B1072;
}
.AnyTagClassName
{
color: #9B1072;
}
</style>
background-color css
<style>
a { background-color: #9B1072; }
a { background-color: rgb(155,16,114); }
div.DivClassName
{
background-color: #9B1072;
}
.BgClassName
{
background-color: #9B1072;
}
</style>
border-color css
<style>
span { border-color: #9B1072; }
span { border-color: rgb(155,16,114); }
td.TdClassName
{
border-color: #9B1072;
}
.TagClassName
{
border-color: #9B1072;
}
</style>