Skip to main content Skip to docs navigation

#9f66ad hex color - Violet - Warm color - Information

On this page
@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Hue/Base color: Violet

Hex #9f66ad Color code in RGB color code model is created after adding 62.35% red color, 40% green color and 67.84% blue color. Hex #9f66ad Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 41% magenta, 0% yellow and 32.16% black.

Hex #9f66ad color code is between #9955aa web safe hex color code and #aa77bb web safe hex color code. #9955aa is the nearest web safe color code. You can see here many more shades of #9f66ad color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 9f66ad #9f66ad
RGB Decimal 159, 102, 173 rgb(159, 102, 173)
RGB Percent 62%, 40%, 68% rgb(62%, 40%, 68%)
CSS RGBa 159, 102, 173,1 rgba(159,102,173,1)
CMYK Model cmyk(8%,41%,0%,32.16%)
HSL Color Space 288,30% ,54% hsl(288,30% ,54%)
HSV Color Space 288°, 41%, 68%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10011111 01100110 10101101
Octal 237 146 255
Decimal 159 102 173
Hex 9f 66 ad

Different shades of #9f66ad color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #9f66ad
#b487bf
Dark Shade of #9f66ad
#844e92
Saturated Shade of #9f66ad
#a65ab9
Desaturated Shade of #9f66ad
#9872a1
Grey scale Shade of #9f66ad
#898989
Brighten Shade
#b87fc6
Most Readable Shade
#FFFFFF

Shades of #9f66ad color code

Generate more color scales with scales (color stack) generator.

#9f66ad
#8d5a99
#7b4f86
#6a4473
#583860
#462d4c
#352239
#231626
#110b13
#000000

Similar Color like #9f66ad color

Find visually similar hex color codes nearing to #9f66ad hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#a067ae
#a168af
#a269b0
#a36ab1
#a46bb2
#a56cb3
#a66db4
#a76eb5
#a86fb6
#a970b7
#aa71b8
#ab72b9
#ac73ba
#ad74bb
#9e65ac
#9d64ab
#9c63aa
#9b62a9
#9a61a8
#9960a7
#985fa6
#975ea5
#965da4
#955ca3
#945ba2
#935aa1
#9259a0
#91589f

Monochromatic Color with #9f66ad

#9f66ad
#c67fd7
#030203
#2a1b2d
#513458
#784d82

Tints of #9f66ad Color

#9f66ad
#a977b6
#b488bf
#bf99c8
#c9aad1
#d4bbda
#dfcce3
#e9ddec
#f4eef5
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#9f66ad
#74ad66

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#9f66ad
#98ad66
#66ad7b

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#8366ad
#9166ad
#9f66ad
#ad66ad
#ad669f

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#9f66ad
#ad9f66
#66ad9f

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#9f66ad
#ad7b66
#74ad66
#6697ad

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#9f66ad
#74ad66
#66ad7b
#ad6698

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #9f66ad Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#9f66ad Color Code Preview on Black Background Color

This is how #9f66ad Color will look on black background color. Color contrast ratio is 4.98

#9f66ad in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#9f66ad">Your Example Paragraph content text in with font color #9f66ad </p>

Your Example Paragraph content text in with font color #9f66ad

HTML with inline CSS

<div style="color:#9f66ad">Your Paragraph text in with font color #9f66ad </div>

Your Example Paragraph content text in with font color #9f66ad

#9f66ad color code is use for CSS Background Color

Background color for the above div is #9f66ad

HTML with inline CSS

<div style="background-color:#9f66ad;"></div>

#9f66ad color code is use for CSS Border Color

CSS Border color for the above div is #9f66ad

HTML with inline CSS

<div style="border:5px solid #9f66ad;"></div>

CSS Border Left color for the above div is #9f66ad

HTML with inline CSS

<div style="border-left:5px solid #9f66ad;"></div>

CSS Border Right color for the above div is #9f66ad

HTML with inline CSS

<div style="border-right:5px solid #9f66ad;"></div>

CSS Border Bottom color for the above div is #9f66ad

HTML with inline CSS

<div style="border-bottom:5px solid #9f66ad;"></div>

CSS Border Top color for the above div is #9f66ad

HTML with inline CSS

<div style="border-top:5px solid #9f66ad;"></div>

#9f66ad hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#9f66ad; } .examplecolorclass {color:#9f66ad; } .examplebordercolor {border:3px solid #9f66ad; }

#9f66ad Color code Preview on White Background

This is how #9f66ad Color code will look on white background color. Color contrast ratio is 4.22

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #9f66ad; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #9f66ad; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(159,102,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(116,173,102,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(159,102,173,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.