Shades of Eggplant #9F0B7A
Tints of Eggplant #9F0B7A
RGB
CMYK
RGB Variations
Color information
#9F0B7A (or 0x9F0B7A) is known color: Eggplant. HEX triplet: 9F, 0B and 7A. RGB value is (159,11,122). Sum of RGB (Red+Green+Blue) = 159+11+122=292 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.45% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0B7A is #60F485. Grayscale: #434343. Windows color (decimal): -6354054 or 7998367. OLE color: 7998367.
HSL color Cylindrical-coordinate representation of color #9F0B7A: hue angle of 315º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F0B7A is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 11 | 122 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.38 |
| HSL | 315º | 0.87% | 0.33% | - |
| HSV(B) | 315º | 0.93% | 0.62% | - |
| XYZ | 17.93 | 9.02 | 19.21 | - |
| YUV | 67.91 | 158.53 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 11 | 122 | 0 | 0.93 | 0.23 | 0.38 | 315 | 0.87 | 0.33 |
| Hex | 9F | B | 7A | 0 | 5D | 17 | 26 | 13B | 57 | 21 |
| Octal | 237 | 13 | 172 | 0 | 135 | 27 | 46 | 473 | 127 | 41 |
| Binary | 10011111 | 1011 | 1111010 | 0 | 1011101 | 10111 | 100110 | 100111011 | 1010111 | 100001 |
Color Harmonies of #9F0B7A
Complementary color
Monochromatic Colors of #9F0B7A
Black with #9F0B7A
Text Example
Text Example
White with #9F0B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0B7A; }
p { color: rgb(159,11,122); }
H1.HeaderClassName
{
color: #9F0B7A;
}
.AnyTagClassName
{
color: #9F0B7A;
}
</style>
background-color css
<style>
a { background-color: #9F0B7A; }
a { background-color: rgb(159,11,122); }
div.DivClassName
{
background-color: #9F0B7A;
}
.BgClassName
{
background-color: #9F0B7A;
}
</style>
border-color css
<style>
span { border-color: #9F0B7A; }
span { border-color: rgb(159,11,122); }
td.TdClassName
{
border-color: #9F0B7A;
}
.TagClassName
{
border-color: #9F0B7A;
}
</style>