COLOR #83528D

HEX: #83528D RGB: (131,82,141)

Color info

#83528D contains red, green and blue colors in about the same proportion. Web safe color of #83528D is #996699 (or #969).

RGB color model

#83528D color RGB value is (131,82,141).

RGB: (131,82,141) (51%, 32%, 55%)

RGB channels and saturation

R 131 of 255 = 51%
G 82 of 255 = 32%
B 141 of 255 = 55%

131
82
141

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

Portions of RGB colors in percentages

R + G + B = 131 + 82 + 141 = 354 (100%)
R 131 of 354 ~ 37.01%
G 82 of 354 ~ 23.16%
B 141 of 354 ~ 39.83'%

%37.01
%23.16
%39.83

CMYK color model

#83528D color CMYK value is (7,42,0,45).

  • cyan value is 7.09%
  • magenta value is 41.84%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (7,42,0,45)
C7M42Y0K45 (7%, 42%, 0%, 45%)
(0.07 / 0.42 / 0.00 / 0.45)

CMYK percentages

%7.09
%41.84
%0
%44.71

Codes

Color #83528D in popluar color models

83 52 8D
RGB 131 82 141
HSL 290° 26.46% 43.73%
HSB/HSV 290° 41.84% 55.29%
CMYK 7.09% 41.84% 0.00%
44.71%

Color #83528D in popluar number systems.

HEX 83 52 8D
Decimal 131 82 141
Binary 10000011 1010010 10001101
Octal 203 122 215

Shades and tints

Shades of #83528D

#83528D
(131,82,141)
#784B81
(120,75,129)
#6D4475
(109,68,117)
#623D69
(98,61,105)
#57365D
(87,54,93)
#4C2F51
(76,47,81)
#412845
(65,40,69)
#362139
(54,33,57)
#2B1A2D
(43,26,45)
#201321
(32,19,33)
#150C15
(21,12,21)
#000000
(0,0,0)

Tints of #83528D

#83528D
(131,82,141)
#8E6197
(142,97,151)
#9970A1
(153,112,161)
#A47FAB
(164,127,171)
#AF8EB5
(175,142,181)
#BA9DBF
(186,157,191)
#C5ACC9
(197,172,201)
#D0BBD3
(208,187,211)
#DBCADD
(219,202,221)
#E6D9E7
(230,217,231)
#F1E8F1
(241,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83528D color. Also use rgb(131,82,141) instead hex code.

Text Font Color

.myTextColor { color: #83528D; }

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

This text font color is #83528D.

Background Color

.myBgColor { background-color: #83528D; }

<div style="background-color:#83528D">Inner text</div>

This div background color is #83528D.

Border color

.myBorderColor { border: 1px solid #83528D; }

<div style="border:3px solid #83528D">Div</div>

This div border color is #83528D.

Opacity

.myOpacity80 { color: #83528D; opacity: 0.8; }

<p style="color:#83528D;opacity:0.8;">80%</p>

Text with #83528D 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 #83528D;}

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

This text has shadow with #83528D color.


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

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

This text has shadow with #83528D primary color and red secondary color.


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

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

This text has shadow with #83528D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #83528D.

Preview

Color preview on black background

This text has color #83528D on black background.


Color preview on white background

This text has color #83528D on white background.


Black color preview on #83528D background

This text has black color on #83528D background.


White color preview on #83528D background

This text has white color on #83528D background.


Related colors

Complementary color

Complementary color for #hex is #7CAD72.


I love getcolorcode.com

Triadic colors

1 #8D8352 and #528D83 with #83528D are triadic colors.

2 #8D5283 and #52838D with #83528D are triadic colors.