crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#972ba4 hex color - Violet - Warm color - Information

#972ba4 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #972ba4 Color code in RGB color code model is created after adding 59.22% red color, 16.86% green color and 64.31% blue color. Hex #972ba4 Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 74% magenta, 0% yellow and 36% black.

Hex #972ba4 color code is between #9933aa web safe hex color code and #882299 web safe hex color code. #9933aa is the nearest web safe color code. You can see here many more shades of #972ba4 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code972ba4#972ba4
RGB Decimal151, 43, 164rgb(151, 43, 164)
RGB Percent59%, 17%, 64%rgb(59%, 17%, 64%)
CSS RGBa151, 43, 164,1rgba(151,43,164,1)
CMYK Modelcmyk(8%,74%,0%,36%)
HSL Color Space294,58% ,41%hsl(294,58% ,41%)
HSV Color Space294°, 74%, 64%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100101110010101110100100
Octal22753244
Decimal15143164
Hex972ba4

Different shades of #972ba4 color code.

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

Light Shade of #972ba4
#bb37cb
Dark Shade of #972ba4
#72207c
Saturated Shade of #972ba4
#9f21ae
Desaturated Shade of #972ba4
#8f359a
Grey scale Shade of #972ba4
#676767
Brighten Shade
#b044bd
Most Readable Shade
#FFFFFF

Shades of #972ba4 color code

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

#972ba4
#862691
#75217f
#641c6d
#53175b
#431348
#320e36
#210924
#100412
#000000

Similar Color like #972ba4 color

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

#982ca5
#992da6
#9a2ea7
#9b2fa8
#9c30a9
#9d31aa
#9e32ab
#9f33ac
#a034ad
#a135ae
#a236af
#a337b0
#a438b1
#a539b2
#962aa3
#9529a2
#9428a1
#9327a0
#92269f
#91259e
#90249d
#8f239c
#8e229b
#8d219a
#8c2099
#8b1f98
#8a1e97
#891d96

Monochromatic Color with #972ba4

#972ba4
#be36ce
#e541f9
#220a24
#49154f
#702079

Tints of #972ba4 Color

#972ba4
#a242ae
#ae5ab8
#b971c2
#c589cc
#d0a0d6
#dcb8e0
#e7cfea
#f3e7f4
#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

#972ba4
#38a42b

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

Split Complementary

#972ba4
#75a42b
#2ba45b

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

Analogous Color

#672ba4
#7f2ba4
#972ba4
#a42b99
#a42b81

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

#972ba4
#a4972b
#2ba497

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

#972ba4
#a45a2b
#38a42b
#2b74a4

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

#972ba4
#38a42b
#2ba45b
#a42b75

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 #972ba4 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.

#972ba4 Color Code Preview on Black Background Color

This is how #972ba4 Color will look on black background color. Color contrast ratio is 3.20

#972ba4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #972ba4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #972ba4

#972ba4 color code is use for CSS Background Color

Background color for the above div is #972ba4

HTML with inline CSS

<div style="background-color:#972ba4;"></div>

#972ba4 color code is use for CSS Border Color

CSS Border color for the above div is #972ba4

HTML with inline CSS

<div style="border:5px solid #972ba4;"></div>

CSS Border Left color for the above div is #972ba4

HTML with inline CSS

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

CSS Border Right color for the above div is #972ba4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #972ba4

HTML with inline CSS

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

CSS Border Top color for the above div is #972ba4

HTML with inline CSS

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

#972ba4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#972ba4 Color code Preview on White Background

This is how #972ba4 Color code will look on white background color. Color contrast ratio is 6.57

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.