Shades of Eggplant #9F076E
Tints of Eggplant #9F076E
RGB
CMYK
RGB Variations
Color information
#9F076E (or 0x9F076E) is known color: Eggplant. HEX triplet: 9F, 07 and 6E. RGB value is (159,7,110). Sum of RGB (Red+Green+Blue) = 159+7+110=276 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.61% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 159 - color contains mainly: red. Hex color #9F076E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F076E is #60F891. Grayscale: #3F3F3F. Windows color (decimal): -6355090 or 7210911. OLE color: 7210911.
HSL color Cylindrical-coordinate representation of color #9F076E: hue angle of 319.34º 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 #9F076E is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 7 | 110 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.38 |
| HSL | 319.34º | 0.92% | 0.33% | - |
| HSV(B) | 319.34º | 0.96% | 0.62% | - |
| XYZ | 17.19 | 8.65 | 15.52 | - |
| YUV | 64.19 | 153.86 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 110 | 0 | 0.96 | 0.31 | 0.38 | 319.34 | 0.92 | 0.33 |
| Hex | 9F | 7 | 6E | 0 | 60 | 1F | 26 | 13F | 5C | 21 |
| Octal | 237 | 7 | 156 | 0 | 140 | 37 | 46 | 477 | 134 | 41 |
| Binary | 10011111 | 111 | 1101110 | 0 | 1100000 | 11111 | 100110 | 100111111 | 1011100 | 100001 |
Color Harmonies of #9F076E
Complementary color
Monochromatic Colors of #9F076E
Black with #9F076E
Text Example
Text Example
White with #9F076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F076E; }
p { color: rgb(159,7,110); }
H1.HeaderClassName
{
color: #9F076E;
}
.AnyTagClassName
{
color: #9F076E;
}
</style>
background-color css
<style>
a { background-color: #9F076E; }
a { background-color: rgb(159,7,110); }
div.DivClassName
{
background-color: #9F076E;
}
.BgClassName
{
background-color: #9F076E;
}
</style>
border-color css
<style>
span { border-color: #9F076E; }
span { border-color: rgb(159,7,110); }
td.TdClassName
{
border-color: #9F076E;
}
.TagClassName
{
border-color: #9F076E;
}
</style>