Shades of Eggplant #9F0B7B
Tints of Eggplant #9F0B7B
RGB
CMYK
RGB Variations
Color information
#9F0B7B (or 0x9F0B7B) is known color: Eggplant. HEX triplet: 9F, 0B and 7B. RGB value is (159,11,123). Sum of RGB (Red+Green+Blue) = 159+11+123=293 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.27% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0B7B is #60F484. Grayscale: #434343. Windows color (decimal): -6354053 or 8063903. OLE color: 8063903.
HSL color Cylindrical-coordinate representation of color #9F0B7B: hue angle of 314.59º 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 #9F0B7B is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 11 | 123 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.38 |
| HSL | 314.59º | 0.87% | 0.33% | - |
| HSV(B) | 314.59º | 0.93% | 0.62% | - |
| XYZ | 17.99 | 9.04 | 19.54 | - |
| YUV | 68.02 | 159.03 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 11 | 123 | 0 | 0.93 | 0.23 | 0.38 | 314.59 | 0.87 | 0.33 |
| Hex | 9F | B | 7B | 0 | 5D | 17 | 26 | 13B | 57 | 21 |
| Octal | 237 | 13 | 173 | 0 | 135 | 27 | 46 | 473 | 127 | 41 |
| Binary | 10011111 | 1011 | 1111011 | 0 | 1011101 | 10111 | 100110 | 100111011 | 1010111 | 100001 |
Color Harmonies of #9F0B7B
Complementary color
Monochromatic Colors of #9F0B7B
Black with #9F0B7B
Text Example
Text Example
White with #9F0B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0B7B; }
p { color: rgb(159,11,123); }
H1.HeaderClassName
{
color: #9F0B7B;
}
.AnyTagClassName
{
color: #9F0B7B;
}
</style>
background-color css
<style>
a { background-color: #9F0B7B; }
a { background-color: rgb(159,11,123); }
div.DivClassName
{
background-color: #9F0B7B;
}
.BgClassName
{
background-color: #9F0B7B;
}
</style>
border-color css
<style>
span { border-color: #9F0B7B; }
span { border-color: rgb(159,11,123); }
td.TdClassName
{
border-color: #9F0B7B;
}
.TagClassName
{
border-color: #9F0B7B;
}
</style>