Skip to main content Skip to docs navigation

#82527f hex color | Download Dark Violet BG image | Information

Color Picker

@
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.

Color Info

Woow we have a nearby visually matching color name available. It's name is Phlox Flower Violet and its hex is #7F4F78 Nearest Color Name

Color Hue/Base color: Violet

Hex #82527f Color code in RGB color code model is created after adding 50.98% red color, 32.16% green color and 49.8% blue color. Hex #82527f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 37% magenta, 2% yellow and 49.02% black.

Hex #82527f color code is between #885577 web safe hex color code and #774488 web safe hex color code. #885577 is the nearest web safe color code. You can see here many more shades of #82527f color code.

RGB Chart

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

Color Table

Hex Color Code 82527f #82527f
RGB Decimal 130, 82, 127 130, 82, 127
RGB Percent 51%, 32%, 50% rgb(51%, 32%, 50%)
CSS RGBa 130, 82, 127,1 rgba(130,82,127,1)
CMYK Model cmyk(0%,37%,2%,49.02%)
HSL Color Space 304,23% ,42% hsl(304,23% ,42%)
HSV Color Space 304°, 37%, 51%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10000010 01010010 01111111
Octal 202 122 177
Decimal 130 82 127
Hex 82 52 7f

Different shades of #82527f color code.

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

Darkest of #82527f
#241723
Darker of #82527f
#432b42
Dark of #82527f
#633e60
Base of #82527f
#82527f
Light of #82527f
#9f689c
Lighter
#b387b0
Lightest
#c7a6c5

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

#82527f
#528255

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

Split Complementary

#82527f
#678252
#52826d

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

Analogous Color

#695282
#715282
#82527f
#82526f
#82525b

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

#82527f
#527f82
#7f8252

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

#82527f
#7f8252
#528255
#555282

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#82527f
#826d52
#528255
#526782

Square 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).

Monochromatic Color with #82527f

#050305
#241723
#432b42
#633e60
#82527f
#9f689c
#b387b0
#c7a6c5
#dbc5d9

Tints of #82527f Color

#82527f
#8f658d
#9d789b
#ab8ba9
#b99eb7
#c7b2c6
#d5c5d4
#e3d8e2
#f1ebf0
#ffffff

Shades of #82527f color code

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

#82527f
#734870
#653f62
#563654
#482d46
#392438
#2b1b2a
#1c121c
#0e090e
#000000

Tones

#82527f
#6d676c
#6a6a6a
#6a6a6a
#6a6a6a

Tones

Similar Color like #82527f color

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

#835380
#845481
#855582
#865683
#875784
#885885
#895986
#8a5a87
#8b5b88
#8c5c89
#8d5d8a
#8e5e8b
#8f5f8c
#90608d
#81517e
#80507d
#7f4f7c
#7e4e7b
#7d4d7a
#7c4c79
#7b4b78
#7a4a77
#794976
#784875
#774774
#764673
#754572
#744471

Download this Dark Violet

Hex #82527f 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.

#82527f Color Code Preview on Black Background Color

This is how #82527f Color will look on black background color. Color contrast ratio is 3.46

#82527f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #82527f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #82527f

#82527f color code is use for CSS Background Color

Background color for the above div is #82527f

HTML with inline CSS

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

#82527f color code is use for CSS Border Color

CSS Border color for the above div is #82527f

HTML with inline CSS

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

CSS Border Left color for the above div is #82527f

HTML with inline CSS

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

CSS Border Right color for the above div is #82527f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #82527f

HTML with inline CSS

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

CSS Border Top color for the above div is #82527f

HTML with inline CSS

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

#82527f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#82527f Color code Preview on White Background

This is how #82527f Color code will look on white background color. Color contrast ratio is 6.06

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(130,82,127,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(82,130,85,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(130,82,127,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }