Shades of Eggplant #9F0775
Tints of Eggplant #9F0775
RGB
CMYK
RGB Variations
Color information
#9F0775 (or 0x9F0775) is known color: Eggplant. HEX triplet: 9F, 07 and 75. RGB value is (159,7,117). Sum of RGB (Red+Green+Blue) = 159+7+117=283 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.18% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0775 is #60F88A. Grayscale: #404040. Windows color (decimal): -6355083 or 7669663. OLE color: 7669663.
HSL color Cylindrical-coordinate representation of color #9F0775: hue angle of 316.58º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F0775 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 7 | 117 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.38 |
| HSL | 316.58º | 0.92% | 0.33% | - |
| HSV(B) | 316.58º | 0.96% | 0.62% | - |
| XYZ | 17.58 | 8.81 | 17.6 | - |
| YUV | 64.99 | 157.36 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 117 | 0 | 0.96 | 0.26 | 0.38 | 316.58 | 0.92 | 0.33 |
| Hex | 9F | 7 | 75 | 0 | 60 | 1A | 26 | 13D | 5C | 21 |
| Octal | 237 | 7 | 165 | 0 | 140 | 32 | 46 | 475 | 134 | 41 |
| Binary | 10011111 | 111 | 1110101 | 0 | 1100000 | 11010 | 100110 | 100111101 | 1011100 | 100001 |
Color Harmonies of #9F0775
Complementary color
Monochromatic Colors of #9F0775
Black with #9F0775
Text Example
Text Example
White with #9F0775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0775; }
p { color: rgb(159,7,117); }
H1.HeaderClassName
{
color: #9F0775;
}
.AnyTagClassName
{
color: #9F0775;
}
</style>
background-color css
<style>
a { background-color: #9F0775; }
a { background-color: rgb(159,7,117); }
div.DivClassName
{
background-color: #9F0775;
}
.BgClassName
{
background-color: #9F0775;
}
</style>
border-color css
<style>
span { border-color: #9F0775; }
span { border-color: rgb(159,7,117); }
td.TdClassName
{
border-color: #9F0775;
}
.TagClassName
{
border-color: #9F0775;
}
</style>