crispedge.com

Color picker

Loading...

#9173ec hex color - Blue - Cool color - Information

#9173ec hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #9173ec Color code in RGB color code model is created after adding 56.86% red color, 45.1% green color and 92.55% blue color. Hex #9173ec Color code in CMYK color (process color) code model is generated after subtraction of 39% cyan, 51% magenta, 0% yellow and 7% black.

Hex #9173ec color code is between #9977ee web safe hex color code and #8866dd web safe hex color code. #9977ee is the nearest web safe color code. You can see here many more shades of #9173ec color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code9173ec#9173ec
RGB Decimal145, 115, 236rgb(145, 115, 236)
RGB Percent57%, 45%, 93%rgb(57%, 45%, 93%)
CSS RGBa145, 115, 236,1rgba(145,115,236,1)
CMYK Modelcmyk(39%,51%,0%,7%)
HSL Color Space255,76% ,69%hsl(255,76% ,69%)
HSV Color Space255°, 51%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100100010111001111101100
Octal221163354
Decimal145115236
Hex9173ec

Different shades of #9173ec color code.

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

Light Shade of #9173ec
#b4a0f2
Dark Shade of #9173ec
#6e46e6
Saturated Shade of #9173ec
#8d6bf4
Desaturated Shade of #9173ec
#957be4
Grey scale Shade of #9173ec
#afafaf
Brighten Shade
#aa8cff
Most Readable Shade
#FFFFFF

Shades of #9173ec color code

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

#9173ec
#8066d1
#7059b7
#604c9d
#503f83
#403368
#30264e
#201934
#100c1a
#000000

Similar Color like #9173ec color

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

#9274ed
#9375ee
#9476ef
#9577f0
#9678f1
#9779f2
#987af3
#997bf4
#9a7cf5
#9b7df6
#9c7ef7
#9d7ff8
#9e80f9
#9f81fa
#9072eb
#8f71ea
#8e70e9
#8d6fe8
#8c6ee7
#8b6de6
#8a6ce5
#896be4
#886ae3
#8769e2
#8668e1
#8567e0
#8466df
#8365de

Monochromatic Color with #9173ec

#9173ec
#0e0b17
#292042
#43356c
#5d4a97
#775ec1

Tints of #9173ec Color

#9173ec
#9d82ee
#a992f0
#b5a1f2
#c1b1f4
#cec0f6
#dad0f8
#e6dffa
#f2effc
#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

#9173ec
#ceec73

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

Split Complementary

#9173ec
#ecce73
#91ec73

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

Analogous Color

#7385ec
#7973ec
#9173ec
#a973ec
#c173ec

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

#9173ec
#ec9173
#73ec91

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

#9173ec
#ec7391
#ceec73
#73eccd

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

#9173ec
#ceec73
#91ec73
#ce73ec

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 #9173ec 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.

#9173ec Color Code Preview on Black Background Color

This is how #9173ec Color will look on black background color. Color contrast ratio is 5.87

#9173ec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9173ec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9173ec

#9173ec color code is use for CSS Background Color

Background color for the above div is #9173ec

HTML with inline CSS

<div style="background-color:#9173ec;"></div>

#9173ec color code is use for CSS Border Color

CSS Border color for the above div is #9173ec

HTML with inline CSS

<div style="border:5px solid #9173ec;"></div>

CSS Border Left color for the above div is #9173ec

HTML with inline CSS

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

CSS Border Right color for the above div is #9173ec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9173ec

HTML with inline CSS

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

CSS Border Top color for the above div is #9173ec

HTML with inline CSS

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

#9173ec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9173ec Color code Preview on White Background

This is how #9173ec Color code will look on white background color. Color contrast ratio is 3.58

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

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(145,115,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(206,236,115,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(145,115,236,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.