crispedge.com

Color picker

Loading...

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

#9c47ca hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #9c47ca Color code in RGB color code model is created after adding 61.18% red color, 27.84% green color and 79.22% blue color. Hex #9c47ca Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 65% magenta, 0% yellow and 21% black.

Hex #9c47ca color code is between #9944cc web safe hex color code and #aa55bb web safe hex color code. #9944cc is the nearest web safe color code. You can see here many more shades of #9c47ca 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 9c47ca #9c47ca
RGB Decimal 156, 71, 202 rgb(156, 71, 202)
RGB Percent 61%, 28%, 79% rgb(61%, 28%, 79%)
CSS RGBa 156, 71, 202,1 rgba(156,71,202,1)
CMYK Model cmyk(23%,65%,0%,21%)
HSL Color Space 279,55% ,54% hsl(279,55% ,54%)
HSV Color Space 279°, 65%, 79%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10011100 01000111 11001010
Octal 234 107 312
Decimal 156 71 202
Hex 9c 47 ca

Different shades of #9c47ca color code.

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

Light Shade of #9c47ca
#b16fd5
Dark Shade of #9c47ca
#8132ac
Saturated Shade of #9c47ca
#a03bd6
Desaturated Shade of #9c47ca
#9853be
Grey scale Shade of #9c47ca
#888888
Brighten Shade
#b560e3
Most Readable Shade
#FFFFFF

Shades of #9c47ca color code

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

#9c47ca
#8a3fb3
#79379d
#682f86
#562770
#451f59
#341743
#220f2c
#110716
#000000

Similar Color like #9c47ca color

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

#9d48cb
#9e49cc
#9f4acd
#a04bce
#a14ccf
#a24dd0
#a34ed1
#a44fd2
#a550d3
#a651d4
#a752d5
#a853d6
#a954d7
#aa55d8
#9b46c9
#9a45c8
#9944c7
#9843c6
#9742c5
#9641c4
#9540c3
#943fc2
#933ec1
#923dc0
#913cbf
#903bbe
#8f3abd
#8e39bc

Monochromatic Color with #9c47ca

#9c47ca
#bd56f4
#190b20
#3a1a4a
#5a2975
#7b389f

Tints of #9c47ca Color

#9c47ca
#a75bcf
#b26fd5
#bd84db
#c898e1
#d3ade7
#dec1ed
#e9d6f3
#f4eaf9
#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

#9c47ca
#75ca47

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

Split Complementary

#9c47ca
#b7ca47
#47ca5b

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

Analogous Color

#6847ca
#8247ca
#9c47ca
#b647ca
#ca47c4

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

#9c47ca
#ca9c47
#47ca9c

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

#9c47ca
#ca5a47
#75ca47
#47b6ca

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

#9c47ca
#75ca47
#47ca5b
#ca47b7

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 #9c47ca 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.

#9c47ca Color Code Preview on Black Background Color

This is how #9c47ca Color will look on black background color. Color contrast ratio is 4.17

#9c47ca in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9c47ca color code is use for CSS Background Color

Background color for the above div is #9c47ca

HTML with inline CSS

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

#9c47ca color code is use for CSS Border Color

CSS Border color for the above div is #9c47ca

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9c47ca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9c47ca Color code Preview on White Background

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

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 #9c47ca; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #9c47ca; }

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(156,71,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(117,202,71,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(156,71,202,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.