Shades of Eggplant #9B0D73
Tints of Eggplant #9B0D73
RGB
CMYK
RGB Variations
Color information
#9B0D73 (or 0x9B0D73) is known color: Eggplant. HEX triplet: 9B, 0D and 73. RGB value is (155,13,115). Sum of RGB (Red+Green+Blue) = 155+13+115=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0D73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0D73 is #64F28C. Grayscale: #424242. Windows color (decimal): -6615693 or 7540123. OLE color: 7540123.
HSL color Cylindrical-coordinate representation of color #9B0D73: hue angle of 316.9º degrees, saturation: 0.85, 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 #9B0D73 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 13 | 115 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.39 |
| HSL | 316.9º | 0.85% | 0.33% | - |
| HSV(B) | 316.9º | 0.92% | 0.61% | - |
| XYZ | 16.76 | 8.49 | 16.98 | - |
| YUV | 67.09 | 155.04 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 13 | 115 | 0 | 0.92 | 0.26 | 0.39 | 316.9 | 0.85 | 0.33 |
| Hex | 9B | D | 73 | 0 | 5C | 1A | 27 | 13D | 55 | 21 |
| Octal | 233 | 15 | 163 | 0 | 134 | 32 | 47 | 475 | 125 | 41 |
| Binary | 10011011 | 1101 | 1110011 | 0 | 1011100 | 11010 | 100111 | 100111101 | 1010101 | 100001 |
Color Harmonies of #9B0D73
Complementary color
Monochromatic Colors of #9B0D73
Black with #9B0D73
Text Example
Text Example
White with #9B0D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0D73; }
p { color: rgb(155,13,115); }
H1.HeaderClassName
{
color: #9B0D73;
}
.AnyTagClassName
{
color: #9B0D73;
}
</style>
background-color css
<style>
a { background-color: #9B0D73; }
a { background-color: rgb(155,13,115); }
div.DivClassName
{
background-color: #9B0D73;
}
.BgClassName
{
background-color: #9B0D73;
}
</style>
border-color css
<style>
span { border-color: #9B0D73; }
span { border-color: rgb(155,13,115); }
td.TdClassName
{
border-color: #9B0D73;
}
.TagClassName
{
border-color: #9B0D73;
}
</style>