Shades of Eggplant #9F037B
Tints of Eggplant #9F037B
RGB
CMYK
RGB Variations
Color information
#9F037B (or 0x9F037B) is known color: Eggplant. HEX triplet: 9F, 03 and 7B. RGB value is (159,3,123). Sum of RGB (Red+Green+Blue) = 159+3+123=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F037B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F037B is #60FC84. Grayscale: #3F3F3F. Windows color (decimal): -6356101 or 8061855. OLE color: 8061855.
HSL color Cylindrical-coordinate representation of color #9F037B: hue angle of 313.85º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F037B is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 3 | 123 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.38 |
| HSL | 313.85º | 0.96% | 0.32% | - |
| HSV(B) | 313.85º | 0.98% | 0.62% | - |
| XYZ | 17.91 | 8.87 | 19.51 | - |
| YUV | 63.32 | 161.68 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 123 | 0 | 0.98 | 0.23 | 0.38 | 313.85 | 0.96 | 0.32 |
| Hex | 9F | 3 | 7B | 0 | 62 | 17 | 26 | 13A | 60 | 20 |
| Octal | 237 | 3 | 173 | 0 | 142 | 27 | 46 | 472 | 140 | 40 |
| Binary | 10011111 | 11 | 1111011 | 0 | 1100010 | 10111 | 100110 | 100111010 | 1100000 | 100000 |
Color Harmonies of #9F037B
Complementary color
Monochromatic Colors of #9F037B
Black with #9F037B
Text Example
Text Example
White with #9F037B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F037B; }
p { color: rgb(159,3,123); }
H1.HeaderClassName
{
color: #9F037B;
}
.AnyTagClassName
{
color: #9F037B;
}
</style>
background-color css
<style>
a { background-color: #9F037B; }
a { background-color: rgb(159,3,123); }
div.DivClassName
{
background-color: #9F037B;
}
.BgClassName
{
background-color: #9F037B;
}
</style>
border-color css
<style>
span { border-color: #9F037B; }
span { border-color: rgb(159,3,123); }
td.TdClassName
{
border-color: #9F037B;
}
.TagClassName
{
border-color: #9F037B;
}
</style>