crispedge.com

Color picker

Loading...

#827399 hex color - Violet - Cool color - Information

#827399 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #827399 Color code in RGB color code model is created after adding 50.98% red color, 45.1% green color and 60% blue color. Hex #827399 Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 25% magenta, 0% yellow and 40% black.

Hex #827399 color code is between #887788 web safe hex color code and #7766aa web safe hex color code. #887788 is the nearest web safe color code. You can see here many more shades of #827399 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code827399#827399
RGB Decimal130, 115, 153rgb(130, 115, 153)
RGB Percent51%, 45%, 60%rgb(51%, 45%, 60%)
CSS RGBa130, 115, 153,1rgba(130,115,153,1)
CMYK Modelcmyk(15%,25%,0%,40%)
HSL Color Space264,16% ,53%hsl(264,16% ,53%)
HSV Color Space264°, 25%, 60%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100000100111001110011001
Octal202163231
Decimal130115153
Hex827399

Different shades of #827399 color code.

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

Light Shade of #827399
#9c90ae
Dark Shade of #827399
#695b7e
Saturated Shade of #827399
#7f67a5
Desaturated Shade of #827399
#857f8d
Grey scale Shade of #827399
#868686
Brighten Shade
#9b8cb2
Most Readable Shade
#FFFFFF

Shades of #827399 color code

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

#827399
#736688
#655977
#564c66
#483f55
#393344
#2b2633
#1c1922
#0e0c11
#000000

Similar Color like #827399 color

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

#83749a
#84759b
#85769c
#86779d
#87789e
#88799f
#897aa0
#8a7ba1
#8b7ca2
#8c7da3
#8d7ea4
#8e7fa5
#8f80a6
#9081a7
#817298
#807197
#7f7096
#7e6f95
#7d6e94
#7c6d93
#7b6c92
#7a6b91
#796a90
#78698f
#77688e
#76678d
#75668c
#74658b

Monochromatic Color with #827399

#827399
#a693c3
#cab3ee
#161319
#3a3344
#5e536e

Tints of #827399 Color

#827399
#8f82a4
#9d92af
#aba1bb
#b9b1c6
#c7c0d1
#d5d0dd
#e3dfe8
#f1eff3
#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

#827399
#8a9973

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

Split Complementary

#827399
#999573
#779973

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

Analogous Color

#737399
#7a7399
#827399
#8a7399
#917399

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

#827399
#998273
#739982

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

#827399
#997377
#8a9973
#739995

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

#827399
#8a9973
#779973
#957399

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

#827399 Color Code Preview on Black Background Color

This is how #827399 Color will look on black background color. Color contrast ratio is 4.86

#827399 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #827399

HTML with inline CSS

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

Your Example Paragraph content text in with font color #827399

#827399 color code is use for CSS Background Color

Background color for the above div is #827399

HTML with inline CSS

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

#827399 color code is use for CSS Border Color

CSS Border color for the above div is #827399

HTML with inline CSS

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

CSS Border Left color for the above div is #827399

HTML with inline CSS

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

CSS Border Right color for the above div is #827399

HTML with inline CSS

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

CSS Border Bottom color for the above div is #827399

HTML with inline CSS

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

CSS Border Top color for the above div is #827399

HTML with inline CSS

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

#827399 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#827399 Color code Preview on White Background

This is how #827399 Color code will look on white background color. Color contrast ratio is 4.32

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

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