Shades of Eggplant #9F007B
Tints of Eggplant #9F007B
RGB
CMYK
RGB Variations
Color information
#9F007B (or 0x9F007B) is known color: Eggplant. HEX triplet: 9F, 00 and 7B. RGB value is (159,0,123). Sum of RGB (Red+Green+Blue) = 159+0+123=282 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.38% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 159 - color contains mainly: red. Hex color #9F007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F007B is #60FF84. Grayscale: #3D3D3D. Windows color (decimal): -6356869 or 8061087. OLE color: 8061087.
HSL color Cylindrical-coordinate representation of color #9F007B: hue angle of 313.58º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F007B is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.23 | 0.38 |
| HSL | 313.58º | 1% | 0.31% | - |
| HSV(B) | 313.58º | 1% | 0.62% | - |
| XYZ | 17.87 | 8.8 | 19.5 | - |
| YUV | 61.56 | 162.68 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 123 | 0 | 1 | 0.23 | 0.38 | 313.58 | 1 | 0.31 |
| Hex | 9F | 0 | 7B | 0 | 64 | 17 | 26 | 13A | 64 | 1F |
| Octal | 237 | 0 | 173 | 0 | 144 | 27 | 46 | 472 | 144 | 37 |
| Binary | 10011111 | 0 | 1111011 | 0 | 1100100 | 10111 | 100110 | 100111010 | 1100100 | 11111 |
Color Harmonies of #9F007B
Complementary color
Monochromatic Colors of #9F007B
Black with #9F007B
Text Example
Text Example
White with #9F007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F007B; }
p { color: rgb(159,0,123); }
H1.HeaderClassName
{
color: #9F007B;
}
.AnyTagClassName
{
color: #9F007B;
}
</style>
background-color css
<style>
a { background-color: #9F007B; }
a { background-color: rgb(159,0,123); }
div.DivClassName
{
background-color: #9F007B;
}
.BgClassName
{
background-color: #9F007B;
}
</style>
border-color css
<style>
span { border-color: #9F007B; }
span { border-color: rgb(159,0,123); }
td.TdClassName
{
border-color: #9F007B;
}
.TagClassName
{
border-color: #9F007B;
}
</style>