Shades of Eggplant #9F057B
Tints of Eggplant #9F057B
RGB
CMYK
RGB Variations
Color information
#9F057B (or 0x9F057B) is known color: Eggplant. HEX triplet: 9F, 05 and 7B. RGB value is (159,5,123). Sum of RGB (Red+Green+Blue) = 159+5+123=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F057B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F057B is #60FA84. Grayscale: #404040. Windows color (decimal): -6355589 or 8062367. OLE color: 8062367.
HSL color Cylindrical-coordinate representation of color #9F057B: hue angle of 314.03º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F057B is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 5 | 123 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.38 |
| HSL | 314.03º | 0.94% | 0.32% | - |
| HSV(B) | 314.03º | 0.97% | 0.62% | - |
| XYZ | 17.93 | 8.91 | 19.51 | - |
| YUV | 64.5 | 161.02 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 5 | 123 | 0 | 0.97 | 0.23 | 0.38 | 314.03 | 0.94 | 0.32 |
| Hex | 9F | 5 | 7B | 0 | 61 | 17 | 26 | 13A | 5E | 20 |
| Octal | 237 | 5 | 173 | 0 | 141 | 27 | 46 | 472 | 136 | 40 |
| Binary | 10011111 | 101 | 1111011 | 0 | 1100001 | 10111 | 100110 | 100111010 | 1011110 | 100000 |
Color Harmonies of #9F057B
Complementary color
Monochromatic Colors of #9F057B
Black with #9F057B
Text Example
Text Example
White with #9F057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F057B; }
p { color: rgb(159,5,123); }
H1.HeaderClassName
{
color: #9F057B;
}
.AnyTagClassName
{
color: #9F057B;
}
</style>
background-color css
<style>
a { background-color: #9F057B; }
a { background-color: rgb(159,5,123); }
div.DivClassName
{
background-color: #9F057B;
}
.BgClassName
{
background-color: #9F057B;
}
</style>
border-color css
<style>
span { border-color: #9F057B; }
span { border-color: rgb(159,5,123); }
td.TdClassName
{
border-color: #9F057B;
}
.TagClassName
{
border-color: #9F057B;
}
</style>