Shades of Eggplant #9F0770
Tints of Eggplant #9F0770
RGB
CMYK
RGB Variations
Color information
#9F0770 (or 0x9F0770) is known color: Eggplant. HEX triplet: 9F, 07 and 70. RGB value is (159,7,112). Sum of RGB (Red+Green+Blue) = 159+7+112=278 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.19% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0770 is #60F88F. Grayscale: #404040. Windows color (decimal): -6355088 or 7341983. OLE color: 7341983.
HSL color Cylindrical-coordinate representation of color #9F0770: hue angle of 318.55º 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 #9F0770 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 7 | 112 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.38 |
| HSL | 318.55º | 0.92% | 0.33% | - |
| HSV(B) | 318.55º | 0.96% | 0.62% | - |
| XYZ | 17.3 | 8.69 | 16.1 | - |
| YUV | 64.42 | 154.86 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 112 | 0 | 0.96 | 0.30 | 0.38 | 318.55 | 0.92 | 0.33 |
| Hex | 9F | 7 | 70 | 0 | 60 | 1E | 26 | 13F | 5C | 21 |
| Octal | 237 | 7 | 160 | 0 | 140 | 36 | 46 | 477 | 134 | 41 |
| Binary | 10011111 | 111 | 1110000 | 0 | 1100000 | 11110 | 100110 | 100111111 | 1011100 | 100001 |
Color Harmonies of #9F0770
Complementary color
Monochromatic Colors of #9F0770
Black with #9F0770
Text Example
Text Example
White with #9F0770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0770; }
p { color: rgb(159,7,112); }
H1.HeaderClassName
{
color: #9F0770;
}
.AnyTagClassName
{
color: #9F0770;
}
</style>
background-color css
<style>
a { background-color: #9F0770; }
a { background-color: rgb(159,7,112); }
div.DivClassName
{
background-color: #9F0770;
}
.BgClassName
{
background-color: #9F0770;
}
</style>
border-color css
<style>
span { border-color: #9F0770; }
span { border-color: rgb(159,7,112); }
td.TdClassName
{
border-color: #9F0770;
}
.TagClassName
{
border-color: #9F0770;
}
</style>