crispedge.com

Color picker

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

#8372a5 hex color - Violet - Cool color - Information

#8372a5 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #8372a5 Color code in RGB color code model is created after adding 51.37% red color, 44.71% green color and 64.71% blue color. Hex #8372a5 Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 31% magenta, 0% yellow and 35% black.

Hex #8372a5 color code is between #8877aa web safe hex color code and #776699 web safe hex color code. #8877aa is the nearest web safe color code. You can see here many more shades of #8372a5 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code8372a5#8372a5
RGB Decimal131, 114, 165rgb(131, 114, 165)
RGB Percent51%, 45%, 65%rgb(51%, 45%, 65%)
CSS RGBa131, 114, 165,1rgba(131,114,165,1)
CMYK Modelcmyk(21%,31%,0%,35%)
HSL Color Space260,22% ,55%hsl(260,22% ,55%)
HSV Color Space260°, 31%, 65%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100000110111001010100101
Octal203162245
Decimal131114165
Hex8372a5

Different shades of #8372a5 color code.

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

Light Shade of #8372a5
#9e91b9
Dark Shade of #8372a5
#6a598b
Saturated Shade of #8372a5
#7f66b1
Desaturated Shade of #8372a5
#877e99
Grey scale Shade of #8372a5
#8b8b8b
Brighten Shade
#9c8bbe
Most Readable Shade
#FFFFFF

Shades of #8372a5 color code

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

#8372a5
#746592
#655880
#574c6e
#483f5b
#3a3249
#2b2637
#1d1924
#0e0c12
#000000

Similar Color like #8372a5 color

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

#8473a6
#8574a7
#8675a8
#8776a9
#8877aa
#8978ab
#8a79ac
#8b7aad
#8c7bae
#8d7caf
#8e7db0
#8f7eb1
#907fb2
#9180b3
#8271a4
#8170a3
#806fa2
#7f6ea1
#7e6da0
#7d6c9f
#7c6b9e
#7b6a9d
#7a699c
#79689b
#78679a
#776699
#766598
#756497

Monochromatic Color with #8372a5

#8372a5
#a58fcf
#c6adfa
#1e1a25
#403750
#61557a

Tints of #8372a5 Color

#8372a5
#9081af
#9e91b9
#aca1c3
#bab0cd
#c7c0d7
#d5d0e1
#e3dfeb
#f1eff5
#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

#8372a5
#94a572

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

Split Complementary

#8372a5
#a59d72
#7ba572

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

Analogous Color

#7275a5
#7972a5
#8372a5
#8d72a5
#9772a5

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

#8372a5
#a58372
#72a583

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

#8372a5
#a5727a
#94a572
#72a59c

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

#8372a5
#94a572
#7ba572
#9d72a5

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 #8372a5 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.

#8372a5 Color Code Preview on Black Background Color

This is how #8372a5 Color will look on black background color. Color contrast ratio is 4.92

#8372a5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8372a5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8372a5

#8372a5 color code is use for CSS Background Color

Background color for the above div is #8372a5

HTML with inline CSS

<div style="background-color:#8372a5;"></div>

#8372a5 color code is use for CSS Border Color

CSS Border color for the above div is #8372a5

HTML with inline CSS

<div style="border:5px solid #8372a5;"></div>

CSS Border Left color for the above div is #8372a5

HTML with inline CSS

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

CSS Border Right color for the above div is #8372a5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8372a5

HTML with inline CSS

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

CSS Border Top color for the above div is #8372a5

HTML with inline CSS

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

#8372a5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8372a5 Color code Preview on White Background

This is how #8372a5 Color code will look on white background color. Color contrast ratio is 4.27

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

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.