crispedge.com

Color picker

Loading...

#95459a hex color - Violet - Warm color - Information

#95459a hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #95459a Color code in RGB color code model is created after adding 58.43% red color, 27.06% green color and 60.39% blue color. Hex #95459a Color code in CMYK color (process color) code model is generated after subtraction of 3% cyan, 55% magenta, 0% yellow and 40% black.

Hex #95459a color code is between #994499 web safe hex color code and #8855aa web safe hex color code. #994499 is the nearest web safe color code. You can see here many more shades of #95459a color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code95459a#95459a
RGB Decimal149, 69, 154rgb(149, 69, 154)
RGB Percent58%, 27%, 60%rgb(58%, 27%, 60%)
CSS RGBa149, 69, 154,1rgba(149,69,154,1)
CMYK Modelcmyk(3%,55%,0%,40%)
HSL Color Space296,38% ,44%hsl(296,38% ,44%)
HSV Color Space296°, 55%, 60%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100101010100010110011010
Octal225105232
Decimal14969154
Hex95459a

Different shades of #95459a color code.

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

Light Shade of #95459a
#b15cb6
Dark Shade of #95459a
#733577
Saturated Shade of #95459a
#9f3aa5
Desaturated Shade of #95459a
#8b508f
Grey scale Shade of #95459a
#6f6f6f
Brighten Shade
#ae5eb3
Most Readable Shade
#FFFFFF

Shades of #95459a color code

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

#95459a
#843d88
#733577
#632e66
#522655
#421e44
#311733
#210f22
#100711
#000000

Similar Color like #95459a color

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

#96469b
#97479c
#98489d
#99499e
#9a4a9f
#9b4ba0
#9c4ca1
#9d4da2
#9e4ea3
#9f4fa4
#a050a5
#a151a6
#a252a7
#a353a8
#944499
#934398
#924297
#914196
#904095
#8f3f94
#8e3e93
#8d3d92
#8c3c91
#8b3b90
#8a3a8f
#89398e
#88388d
#87378c

Monochromatic Color with #95459a

#95459a
#be58c4
#e76bef
#1a0c1a
#431f45
#6c326f

Tints of #95459a Color

#95459a
#a059a5
#ac6eb0
#b883bb
#c497c6
#cfacd2
#dbc1dd
#e7d5e8
#f3eaf3
#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

#95459a
#4a9a45

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

Split Complementary

#95459a
#749a45
#459a6b

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

Analogous Color

#73459a
#84459a
#95459a
#9a458e
#9a457d

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

#95459a
#9a9545
#459a95

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

#95459a
#9a6a45
#4a9a45
#45749a

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

#95459a
#4a9a45
#459a6b
#9a4574

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 #95459a 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.

#95459a Color Code Preview on Black Background Color

This is how #95459a Color will look on black background color. Color contrast ratio is 3.60

#95459a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #95459a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #95459a

#95459a color code is use for CSS Background Color

Background color for the above div is #95459a

HTML with inline CSS

<div style="background-color:#95459a;"></div>

#95459a color code is use for CSS Border Color

CSS Border color for the above div is #95459a

HTML with inline CSS

<div style="border:5px solid #95459a;"></div>

CSS Border Left color for the above div is #95459a

HTML with inline CSS

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

CSS Border Right color for the above div is #95459a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #95459a

HTML with inline CSS

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

CSS Border Top color for the above div is #95459a

HTML with inline CSS

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

#95459a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#95459a Color code Preview on White Background

This is how #95459a Color code will look on white background color. Color contrast ratio is 5.84

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

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(149,69,154,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(74,154,69,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(149,69,154,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.