Shades of Eggplant #9F0768
Tints of Eggplant #9F0768
RGB
CMYK
RGB Variations
Color information
#9F0768 (or 0x9F0768) is known color: Eggplant. HEX triplet: 9F, 07 and 68. RGB value is (159,7,104). Sum of RGB (Red+Green+Blue) = 159+7+104=270 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.89% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0768 is #60F897. Grayscale: #3F3F3F. Windows color (decimal): -6355096 or 6817695. OLE color: 6817695.
HSL color Cylindrical-coordinate representation of color #9F0768: hue angle of 321.71º 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 #9F0768 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 7 | 104 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.38 |
| HSL | 321.71º | 0.92% | 0.33% | - |
| HSV(B) | 321.71º | 0.96% | 0.62% | - |
| XYZ | 16.87 | 8.52 | 13.85 | - |
| YUV | 63.51 | 150.86 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 104 | 0 | 0.96 | 0.35 | 0.38 | 321.71 | 0.92 | 0.33 |
| Hex | 9F | 7 | 68 | 0 | 60 | 23 | 26 | 142 | 5C | 21 |
| Octal | 237 | 7 | 150 | 0 | 140 | 43 | 46 | 502 | 134 | 41 |
| Binary | 10011111 | 111 | 1101000 | 0 | 1100000 | 100011 | 100110 | 101000010 | 1011100 | 100001 |
Color Harmonies of #9F0768
Complementary color
Monochromatic Colors of #9F0768
Black with #9F0768
Text Example
Text Example
White with #9F0768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0768; }
p { color: rgb(159,7,104); }
H1.HeaderClassName
{
color: #9F0768;
}
.AnyTagClassName
{
color: #9F0768;
}
</style>
background-color css
<style>
a { background-color: #9F0768; }
a { background-color: rgb(159,7,104); }
div.DivClassName
{
background-color: #9F0768;
}
.BgClassName
{
background-color: #9F0768;
}
</style>
border-color css
<style>
span { border-color: #9F0768; }
span { border-color: rgb(159,7,104); }
td.TdClassName
{
border-color: #9F0768;
}
.TagClassName
{
border-color: #9F0768;
}
</style>