crispedge.com

Color picker

Loading...

#827191 hex color - Provence Violet - Violet - Warm color - Information

#827191 hex color - Provence Violet - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #827191 Color Code is also known as Provence Violet color.

Hex #827191 Color code in RGB color code model is created after adding 50.98% red color, 44.31% green color and 56.86% blue color. Hex #827191 Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 22% magenta, 0% yellow and 43% black.

Hex #827191 color code is between #887799 web safe hex color code and #776688 web safe hex color code. #887799 is the nearest web safe color code. You can see here many more shades of #827191 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Code827191#827191
RGB Decimal130, 113, 145rgb(130, 113, 145)
RGB Percent51%, 44%, 57%rgb(51%, 44%, 57%)
CSS RGBa130, 113, 145,1rgba(130,113,145,1)
CMYK Modelcmyk(10%,22%,0%,43%)
HSL Color Space272,13% ,51%hsl(272,13% ,51%)
HSV Color Space272°, 22%, 57%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100000100111000110010001
Octal202161221
Decimal130113145
Hex827191

Different shades of #827191 color code.

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

Light Shade of #827191
#9b8ea7
Dark Shade of #827191
#685a75
Saturated Shade of #827191
#83649e
Desaturated Shade of #827191
#817e84
Grey scale Shade of #827191
#818181
Brighten Shade
#9b8aaa
Most Readable Shade
#FFFFFF

Shades of #827191 color code

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

#827191
#736480
#655770
#564b60
#483e50
#393240
#2b2530
#1c1920
#0e0c10
#000000

Similar Color like #827191 color

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

#837292
#847393
#857494
#867595
#877696
#887797
#897898
#8a7999
#8b7a9a
#8c7b9b
#8d7c9c
#8e7d9d
#8f7e9e
#907f9f
#817090
#806f8f
#7f6e8e
#7e6d8d
#7d6c8c
#7c6b8b
#7b6a8a
#7a6989
#796888
#786787
#776686
#766585
#756484
#746383

Monochromatic Color with #827191

#827191
#a892bb
#ceb3e6
#100e11
#362f3c
#5c5066

Tints of #827191 Color

#827191
#8f809d
#9d90a9
#aba0b5
#b9b0c1
#c7bfce
#d5cfda
#e3dfe6
#f1eff2
#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

#827191
#809171

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

Split Complementary

#827191
#909171
#719172

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

Analogous Color

#757191
#7c7191
#827191
#887191
#8f7191

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

#827191
#918271
#719182

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

#827191
#917271
#809171
#719091

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

#827191
#809171
#719172
#917190

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 #827191 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.

#827191 Color Code Preview on Black Background Color

This is how #827191 Color will look on black background color. Color contrast ratio is 4.72

#827191 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #827191

HTML with inline CSS

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

Your Example Paragraph content text in with font color #827191

#827191 color code is use for CSS Background Color

Background color for the above div is #827191

HTML with inline CSS

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

#827191 color code is use for CSS Border Color

CSS Border color for the above div is #827191

HTML with inline CSS

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

CSS Border Left color for the above div is #827191

HTML with inline CSS

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

CSS Border Right color for the above div is #827191

HTML with inline CSS

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

CSS Border Bottom color for the above div is #827191

HTML with inline CSS

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

CSS Border Top color for the above div is #827191

HTML with inline CSS

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

#827191 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#827191 Color code Preview on White Background

This is how #827191 Color code will look on white background color. Color contrast ratio is 4.45

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

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(130,113,145,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(128,145,113,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(130,113,145,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.