crispedge.com

Color picker

Loading...

#9962bd hex color - Violet - Warm color - Information

#9962bd hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #9962bd Color code in RGB color code model is created after adding 60% red color, 38.43% green color and 74.12% blue color. Hex #9962bd Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 48% magenta, 0% yellow and 26% black.

Hex #9962bd color code is between #8866bb web safe hex color code and #aa55cc web safe hex color code. #8866bb is the nearest web safe color code. You can see here many more shades of #9962bd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code9962bd#9962bd
RGB Decimal153, 98, 189rgb(153, 98, 189)
RGB Percent60%, 38%, 74%rgb(60%, 38%, 74%)
CSS RGBa153, 98, 189,1rgba(153,98,189,1)
CMYK Modelcmyk(19%,48%,0%,26%)
HSL Color Space276,41% ,56%hsl(276,41% ,56%)
HSV Color Space276°, 48%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100110010110001010111101
Octal231142275
Decimal15398189
Hex9962bd

Different shades of #9962bd color code.

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

Light Shade of #9962bd
#b086cc
Dark Shade of #9962bd
#8046a6
Saturated Shade of #9962bd
#9b57c8
Desaturated Shade of #9962bd
#976db2
Grey scale Shade of #9962bd
#8f8f8f
Brighten Shade
#b27bd6
Most Readable Shade
#FFFFFF

Shades of #9962bd color code

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

#9962bd
#8857a8
#774c93
#66417e
#553669
#442b54
#33203f
#22152a
#110a15
#000000

Similar Color like #9962bd color

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

#9a63be
#9b64bf
#9c65c0
#9d66c1
#9e67c2
#9f68c3
#a069c4
#a16ac5
#a26bc6
#a36cc7
#a46dc8
#a56ec9
#a66fca
#a770cb
#9861bc
#9760bb
#965fba
#955eb9
#945db8
#935cb7
#925bb6
#915ab5
#9059b4
#8f58b3
#8e57b2
#8d56b1
#8c55b0
#8b54af

Monochromatic Color with #9962bd

#9962bd
#bb78e7
#0f0a13
#32203d
#543668
#774c92

Tints of #9962bd Color

#9962bd
#a473c4
#af84cb
#bb96d3
#c6a7da
#d1b9e1
#ddcae9
#e8dcf0
#f3edf7
#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

#9962bd
#86bd62

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

Split Complementary

#9962bd
#b4bd62
#62bd6b

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

Analogous Color

#7562bd
#8762bd
#9962bd
#ab62bd
#bd62bd

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

#9962bd
#bd9962
#62bd99

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

#9962bd
#bd6b62
#86bd62
#62b3bd

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

#9962bd
#86bd62
#62bd6b
#bd62b4

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 #9962bd 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.

#9962bd Color Code Preview on Black Background Color

This is how #9962bd Color will look on black background color. Color contrast ratio is 4.84

#9962bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9962bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9962bd

#9962bd color code is use for CSS Background Color

Background color for the above div is #9962bd

HTML with inline CSS

<div style="background-color:#9962bd;"></div>

#9962bd color code is use for CSS Border Color

CSS Border color for the above div is #9962bd

HTML with inline CSS

<div style="border:5px solid #9962bd;"></div>

CSS Border Left color for the above div is #9962bd

HTML with inline CSS

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

CSS Border Right color for the above div is #9962bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9962bd

HTML with inline CSS

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

CSS Border Top color for the above div is #9962bd

HTML with inline CSS

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

#9962bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9962bd Color code Preview on White Background

This is how #9962bd Color code will look on white background color. Color contrast ratio is 4.34

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

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(153,98,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(134,189,98,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(153,98,189,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.