Shades of Eggplant #9B0C73
Tints of Eggplant #9B0C73
RGB
CMYK
RGB Variations
Color information
#9B0C73 (or 0x9B0C73) is known color: Eggplant. HEX triplet: 9B, 0C and 73. RGB value is (155,12,115). Sum of RGB (Red+Green+Blue) = 155+12+115=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0C73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0C73 is #64F38C. Grayscale: #424242. Windows color (decimal): -6615949 or 7539867. OLE color: 7539867.
HSL color Cylindrical-coordinate representation of color #9B0C73: hue angle of 316.78º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B0C73 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 12 | 115 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.39 |
| HSL | 316.78º | 0.86% | 0.33% | - |
| HSV(B) | 316.78º | 0.92% | 0.61% | - |
| XYZ | 16.74 | 8.47 | 16.97 | - |
| YUV | 66.5 | 155.38 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 12 | 115 | 0 | 0.92 | 0.26 | 0.39 | 316.78 | 0.86 | 0.33 |
| Hex | 9B | C | 73 | 0 | 5C | 1A | 27 | 13D | 56 | 21 |
| Octal | 233 | 14 | 163 | 0 | 134 | 32 | 47 | 475 | 126 | 41 |
| Binary | 10011011 | 1100 | 1110011 | 0 | 1011100 | 11010 | 100111 | 100111101 | 1010110 | 100001 |
Color Harmonies of #9B0C73
Complementary color
Monochromatic Colors of #9B0C73
Black with #9B0C73
Text Example
Text Example
White with #9B0C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0C73; }
p { color: rgb(155,12,115); }
H1.HeaderClassName
{
color: #9B0C73;
}
.AnyTagClassName
{
color: #9B0C73;
}
</style>
background-color css
<style>
a { background-color: #9B0C73; }
a { background-color: rgb(155,12,115); }
div.DivClassName
{
background-color: #9B0C73;
}
.BgClassName
{
background-color: #9B0C73;
}
</style>
border-color css
<style>
span { border-color: #9B0C73; }
span { border-color: rgb(155,12,115); }
td.TdClassName
{
border-color: #9B0C73;
}
.TagClassName
{
border-color: #9B0C73;
}
</style>