@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#852496 hex color - Violet - Warm color - Information

#852496 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #852496 Color code in RGB color code model is created after adding 52.16% red color, 14.12% green color and 58.82% blue color. Hex #852496 Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 76% magenta, 0% yellow and 41.18% black.

Hex #852496 color code is between #882299 web safe hex color code and #773388 web safe hex color code. #882299 is the nearest web safe color code. You can see here many more shades of #852496 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code852496#852496
RGB Decimal133, 36, 150rgb(133, 36, 150)
RGB Percent52%, 14%, 59%rgb(52%, 14%, 59%)
CSS RGBa133, 36, 150,1rgba(133,36,150,1)
CMYK Modelcmyk(11%,76%,0%,41.18%)
HSL Color Space291,61% ,36%hsl(291,61% ,36%)
HSV Color Space291°, 76%, 59%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100001010010010010010110
Octal20544226
Decimal13336150
Hex852496

Different shades of #852496 color code.

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

Light Shade of #852496
#a92ebf
Dark Shade of #852496
#611a6d
Saturated Shade of #852496
#8c1b9f
Desaturated Shade of #852496
#7e2d8d
Grey scale Shade of #852496
#5d5d5d
Brighten Shade
#9e3daf
Most Readable Shade
#FFFFFF

Shades of #852496 color code

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

#852496
#762085
#671c74
#581864
#491453
#3b1042
#2c0c32
#1d0821
#0e0410
#000000

Similar Color like #852496 color

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

#862597
#872698
#882799
#89289a
#8a299b
#8b2a9c
#8c2b9d
#8d2c9e
#8e2d9f
#8f2ea0
#902fa1
#9130a2
#9231a3
#9332a4
#842395
#832294
#822193
#812092
#801f91
#7f1e90
#7e1d8f
#7d1c8e
#7c1b8d
#7b1a8c
#7a198b
#79188a
#781789
#771688

Monochromatic Color with #852496

#852496
#ab2ec0
#d038eb
#140516
#3a1041
#5f1a6b

Tints of #852496 Color

#852496
#923ca1
#a054ad
#ad6db9
#bb85c4
#c89dd0
#d6b6dc
#e3cee7
#f1e6f3
#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

#852496
#359624

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

Split Complementary

#852496
#6e9624
#24964c

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

Analogous Color

#572496
#6e2496
#852496
#962490
#962479

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

#852496
#968524
#249685

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

#852496
#964c24
#359624
#246e96

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

#852496
#359624
#24964c
#96246e

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

#852496 Color Code Preview on Black Background Color

This is how #852496 Color will look on black background color. Color contrast ratio is 2.69

#852496 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #852496

HTML with inline CSS

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

Your Example Paragraph content text in with font color #852496

#852496 color code is use for CSS Background Color

Background color for the above div is #852496

HTML with inline CSS

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

#852496 color code is use for CSS Border Color

CSS Border color for the above div is #852496

HTML with inline CSS

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

CSS Border Left color for the above div is #852496

HTML with inline CSS

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

CSS Border Right color for the above div is #852496

HTML with inline CSS

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

CSS Border Bottom color for the above div is #852496

HTML with inline CSS

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

CSS Border Top color for the above div is #852496

HTML with inline CSS

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

#852496 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#852496 Color code Preview on White Background

This is how #852496 Color code will look on white background color. Color contrast ratio is 7.81

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

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,36,150,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(53,150,36,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(133,36,150,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.