crispedge.com

Color picker

Loading...

#85399d hex color - Violet - Warm color - Information

#85399d hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #85399d Color code in RGB color code model is created after adding 52.16% red color, 22.35% green color and 61.57% blue color. Hex #85399d Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 64% magenta, 0% yellow and 38% black.

Hex #85399d color code is between #883399 web safe hex color code and #7744aa web safe hex color code. #883399 is the nearest web safe color code. You can see here many more shades of #85399d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code85399d#85399d
RGB Decimal133, 57, 157rgb(133, 57, 157)
RGB Percent52%, 22%, 62%rgb(52%, 22%, 62%)
CSS RGBa133, 57, 157,1rgba(133,57,157,1)
CMYK Modelcmyk(15%,64%,0%,38%)
HSL Color Space286,47% ,42%hsl(286,47% ,42%)
HSV Color Space286°, 64%, 62%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100001010011100110011101
Octal20571235
Decimal13357157
Hex85399d

Different shades of #85399d color code.

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

Light Shade of #85399d
#a24bbe
Dark Shade of #85399d
#652b78
Saturated Shade of #85399d
#8b2ea8
Desaturated Shade of #85399d
#7f4492
Grey scale Shade of #85399d
#6b6b6b
Brighten Shade
#9e52b6
Most Readable Shade
#FFFFFF

Shades of #85399d color code

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

#85399d
#76328b
#672c7a
#582668
#491f57
#3b1945
#2c1334
#1d0c22
#0e0611
#000000

Similar Color like #85399d color

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

#863a9e
#873b9f
#883ca0
#893da1
#8a3ea2
#8b3fa3
#8c40a4
#8d41a5
#8e42a6
#8f43a7
#9044a8
#9145a9
#9246aa
#9347ab
#84389c
#83379b
#82369a
#813599
#803498
#7f3397
#7e3296
#7d3195
#7c3094
#7b2f93
#7a2e92
#792d91
#782c90
#772b8f

Monochromatic Color with #85399d

#85399d
#a948c7
#cd58f2
#190b1d
#3d1a48
#612a72

Tints of #85399d Color

#85399d
#924fa7
#a065b2
#ad7bbd
#bb91c8
#c8a7d3
#d6bdde
#e3d3e9
#f1e9f4
#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

#85399d
#519d39

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

Split Complementary

#85399d
#839d39
#399d53

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

Analogous Color

#5d399d
#71399d
#85399d
#99399d
#9d398d

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

#85399d
#9d8539
#399d85

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

#85399d
#9d5339
#519d39
#39839d

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

#85399d
#519d39
#399d53
#9d3983

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 #85399d 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.

#85399d Color Code Preview on Black Background Color

This is how #85399d Color will look on black background color. Color contrast ratio is 3.07

#85399d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #85399d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #85399d

#85399d color code is use for CSS Background Color

Background color for the above div is #85399d

HTML with inline CSS

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

#85399d color code is use for CSS Border Color

CSS Border color for the above div is #85399d

HTML with inline CSS

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

CSS Border Left color for the above div is #85399d

HTML with inline CSS

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

CSS Border Right color for the above div is #85399d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #85399d

HTML with inline CSS

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

CSS Border Top color for the above div is #85399d

HTML with inline CSS

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

#85399d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#85399d Color code Preview on White Background

This is how #85399d Color code will look on white background color. Color contrast ratio is 6.84

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

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(133,57,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(81,157,57,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(133,57,157,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.