Shades of Eggplant #9F107B
Tints of Eggplant #9F107B
RGB
CMYK
RGB Variations
Color information
#9F107B (or 0x9F107B) is known color: Eggplant. HEX triplet: 9F, 10 and 7B. RGB value is (159,16,123). Sum of RGB (Red+Green+Blue) = 159+16+123=298 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.36% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 159 - color contains mainly: red. Hex color #9F107B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F107B is #60EF84. Grayscale: #464646. Windows color (decimal): -6352773 or 8065183. OLE color: 8065183.
HSL color Cylindrical-coordinate representation of color #9F107B: hue angle of 315.1º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F107B is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 16 | 123 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.38 |
| HSL | 315.1º | 0.82% | 0.34% | - |
| HSV(B) | 315.1º | 0.9% | 0.62% | - |
| XYZ | 18.06 | 9.17 | 19.56 | - |
| YUV | 70.96 | 157.38 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 123 | 0 | 0.90 | 0.23 | 0.38 | 315.1 | 0.82 | 0.34 |
| Hex | 9F | 10 | 7B | 0 | 5A | 17 | 26 | 13B | 52 | 22 |
| Octal | 237 | 20 | 173 | 0 | 132 | 27 | 46 | 473 | 122 | 42 |
| Binary | 10011111 | 10000 | 1111011 | 0 | 1011010 | 10111 | 100110 | 100111011 | 1010010 | 100010 |
Color Harmonies of #9F107B
Complementary color
Monochromatic Colors of #9F107B
Black with #9F107B
Text Example
Text Example
White with #9F107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F107B; }
p { color: rgb(159,16,123); }
H1.HeaderClassName
{
color: #9F107B;
}
.AnyTagClassName
{
color: #9F107B;
}
</style>
background-color css
<style>
a { background-color: #9F107B; }
a { background-color: rgb(159,16,123); }
div.DivClassName
{
background-color: #9F107B;
}
.BgClassName
{
background-color: #9F107B;
}
</style>
border-color css
<style>
span { border-color: #9F107B; }
span { border-color: rgb(159,16,123); }
td.TdClassName
{
border-color: #9F107B;
}
.TagClassName
{
border-color: #9F107B;
}
</style>