I’m looking for a service that allows you to enter a hexadecimal code for a color and a desired percentage of darkening. The service then returns the hexadecimal code of the new color.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can just use plain ol’
HSVcolors. Type your HEX color into the top box of this website and slide thevalueslider to darken/lighten the color to your desire.HSVis quite useful for making shades of a certainRGBcolor, as changing a100to a90is all you need to do to darken a color a little.