COLOR #82528F

HEX: #82528F RGB: (130,82,143)

Color info

#82528F contains mainly red and blue colors. Web safe color of #82528F is #996699 (or #969).

RGB color model

#82528F color RGB value is (130,82,143).

RGB: (130,82,143) (51%, 32%, 56%)

RGB channels and saturation

R 130 of 255 = 51%
G 82 of 255 = 32%
B 143 of 255 = 56%

130
82
143

R + G + B ~ 46%. #82528F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 82 + 143 = 355 (100%)
R 130 of 355 ~ 36.62%
G 82 of 355 ~ 23.1%
B 143 of 355 ~ 40.28'%

%36.62
%23.1
%40.28

CMYK color model

#82528F color CMYK value is (9,43,0,44).

  • cyan value is 9.09%
  • magenta value is 42.66%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (9,43,0,44)
C9M43Y0K44 (9%, 43%, 0%, 44%)
(0.09 / 0.43 / 0.00 / 0.44)

CMYK percentages

%9.09
%42.66
%0
%43.92

Codes

Color #82528F in popluar color models

82 52 8F
RGB 130 82 143
HSL 287° 27.11% 44.12%
HSB/HSV 287° 42.66% 56.08%
CMYK 9.09% 42.66% 0.00%
43.92%

Color #82528F in popluar number systems.

HEX 82 52 8F
Decimal 130 82 143
Binary 10000010 1010010 10001111
Octal 202 122 217

Shades and tints

Shades of #82528F

#82528F
(130,82,143)
#774B82
(119,75,130)
#6C4475
(108,68,117)
#613D68
(97,61,104)
#56365B
(86,54,91)
#4B2F4E
(75,47,78)
#402841
(64,40,65)
#352134
(53,33,52)
#2A1A27
(42,26,39)
#1F131A
(31,19,26)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #82528F

#82528F
(130,82,143)
#8D6199
(141,97,153)
#9870A3
(152,112,163)
#A37FAD
(163,127,173)
#AE8EB7
(174,142,183)
#B99DC1
(185,157,193)
#C4ACCB
(196,172,203)
#CFBBD5
(207,187,213)
#DACADF
(218,202,223)
#E5D9E9
(229,217,233)
#F0E8F3
(240,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82528F color. Also use rgb(130,82,143) instead hex code.

Text Font Color

.myTextColor { color: #82528F; }

<p style="color:#82528F">This sample text font color is #82528F.</p>

This text font color is #82528F.

Background Color

.myBgColor { background-color: #82528F; }

<div style="background-color:#82528F">Inner text</div>

This div background color is #82528F.

Border color

.myBorderColor { border: 1px solid #82528F; }

<div style="border:3px solid #82528F">Div</div>

This div border color is #82528F.

Opacity

.myOpacity80 { color: #82528F; opacity: 0.8; }

<p style="color:#82528F;opacity:0.8;">80%</p>

Text with #82528F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #82528F;}

<p style="text-shadow: 3px 3px 1px #82528F">Text here.</p>

This text has shadow with #82528F color.


.textShadow {text-shadow: 3px 3px 1px #82528F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #82528F, 5px 5px 20px red">Text here.</p>

This text has shadow with #82528F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#82528F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#82528F, Direction=45, Strength=4)">Text</p>

This text has shadow with #82528F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #82528F;
-webkit-box-shadow: 1px 1px 3px 2px #82528F;
box-shadow: 1px 1px 3px 2px #82528F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #82528F; -webkit-box-shadow: 1px 1px 3px 2px #82528F; box-shadow:1px 1px 3px 2px #82528F;">
Div content here
</div>

This div box has shadow with color #82528F.

Preview

Color preview on black background

This text has color #82528F on black background.


Color preview on white background

This text has color #82528F on white background.


Black color preview on #82528F background

This text has black color on #82528F background.


White color preview on #82528F background

This text has white color on #82528F background.


Related colors

Complementary color

Complementary color for #hex is #7DAD70.


I love getcolorcode.com

Triadic colors

1 #8F8252 and #528F82 with #82528F are triadic colors.

2 #8F5282 and #52828F with #82528F are triadic colors.