crispedge.com

Color picker

Loading...

#9982bb hex color - Violet - Cool color - Information

#9982bb hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #9982bb Color code in RGB color code model is created after adding 60% red color, 50.98% green color and 73.33% blue color. Hex #9982bb Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 30% magenta, 0% yellow and 27% black.

Hex #9982bb color code is between #8888aa web safe hex color code and #aa77cc web safe hex color code. #8888aa is the nearest web safe color code. You can see here many more shades of #9982bb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code9982bb#9982bb
RGB Decimal153, 130, 187rgb(153, 130, 187)
RGB Percent60%, 51%, 73%rgb(60%, 51%, 73%)
CSS RGBa153, 130, 187,1rgba(153,130,187,1)
CMYK Modelcmyk(18%,30%,0%,27%)
HSL Color Space264,30% ,62%hsl(264,30% ,62%)
HSV Color Space264°, 30%, 73%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110011000001010111011
Octal231202273
Decimal153130187
Hex9982bb

Different shades of #9982bb color code.

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

Light Shade of #9982bb
#b4a3cd
Dark Shade of #9982bb
#7e61a9
Saturated Shade of #9982bb
#9778c5
Desaturated Shade of #9982bb
#9b8cb1
Grey scale Shade of #9982bb
#9e9e9e
Brighten Shade
#b29bd4
Most Readable Shade
#000000

Shades of #9982bb color code

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

#9982bb
#8873a6
#776591
#66567c
#554867
#443953
#332b3e
#221c29
#110e14
#000000

Similar Color like #9982bb color

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

#9a83bc
#9b84bd
#9c85be
#9d86bf
#9e87c0
#9f88c1
#a089c2
#a18ac3
#a28bc4
#a38cc5
#a48dc6
#a58ec7
#a68fc8
#a790c9
#9881ba
#9780b9
#967fb8
#957eb7
#947db6
#937cb5
#927bb4
#917ab3
#9079b2
#8f78b1
#8e77b0
#8d76af
#8c75ae
#8b74ad

Monochromatic Color with #9982bb

#9982bb
#bca0e5
#0e0c11
#31293b
#534766
#766490

Tints of #9982bb Color

#9982bb
#a48fc2
#af9dca
#bbabd1
#c6b9d9
#d1c7e0
#ddd5e8
#e8e3ef
#f3f1f7
#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

#9982bb
#a4bb82

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

Split Complementary

#9982bb
#bbb682
#87bb82

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

Analogous Color

#8282bb
#8e82bb
#9982bb
#a482bb
#b082bb

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

#9982bb
#bb9982
#82bb99

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

#9982bb
#bb8287
#a4bb82
#82bbb5

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

#9982bb
#a4bb82
#87bb82
#b682bb

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 #9982bb 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.

#9982bb Color Code Preview on Black Background Color

This is how #9982bb Color will look on black background color. Color contrast ratio is 6.27

#9982bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9982bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9982bb

#9982bb color code is use for CSS Background Color

Background color for the above div is #9982bb

HTML with inline CSS

<div style="background-color:#9982bb;"></div>

#9982bb color code is use for CSS Border Color

CSS Border color for the above div is #9982bb

HTML with inline CSS

<div style="border:5px solid #9982bb;"></div>

CSS Border Left color for the above div is #9982bb

HTML with inline CSS

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

CSS Border Right color for the above div is #9982bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9982bb

HTML with inline CSS

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

CSS Border Top color for the above div is #9982bb

HTML with inline CSS

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

#9982bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9982bb Color code Preview on White Background

This is how #9982bb Color code will look on white background color. Color contrast ratio is 3.35

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

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,130,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(164,187,130,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(153,130,187,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.