COLOR #81537D

HEX: #81537D RGB: (129,83,125)

Color info

#81537D contains red, green and blue colors in about the same proportion. Web safe color of #81537D is #996666 (or #966).

RGB color model

#81537D color RGB value is (129,83,125).

RGB: (129,83,125) (51%, 33%, 49%)

RGB channels and saturation

R 129 of 255 = 51%
G 83 of 255 = 33%
B 125 of 255 = 49%

129
83
125

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

Portions of RGB colors in percentages

R + G + B = 129 + 83 + 125 = 337 (100%)
R 129 of 337 ~ 38.28%
G 83 of 337 ~ 24.63%
B 125 of 337 ~ 37.09'%

%38.28
%24.63
%37.09

CMYK color model

#81537D color CMYK value is (0,36,3,49).

  • cyan value is 0.00%
  • magenta value is 35.66%
  • yellow value is 3.10%
  • key color value is 49.41%

CMYK: (0,36,3,49)
C0M36Y3K49 (0%, 36%, 3%, 49%)
(0.00 / 0.36 / 0.03 / 0.49)

CMYK percentages

%0
%35.66
%3.1
%49.41

Codes

Color #81537D in popluar color models

81 53 7D
RGB 129 83 125
HSL 305° 21.70% 41.57%
HSB/HSV 305° 35.66% 50.59%
CMYK 0.00% 35.66% 3.10%
49.41%

Color #81537D in popluar number systems.

HEX 81 53 7D
Decimal 129 83 125
Binary 10000001 1010011 1111101
Octal 201 123 175

Shades and tints

Shades of #81537D

#81537D
(129,83,125)
#764C72
(118,76,114)
#6B4567
(107,69,103)
#603E5C
(96,62,92)
#553751
(85,55,81)
#4A3046
(74,48,70)
#3F293B
(63,41,59)
#342230
(52,34,48)
#291B25
(41,27,37)
#1E141A
(30,20,26)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #81537D

#81537D
(129,83,125)
#8C6288
(140,98,136)
#977193
(151,113,147)
#A2809E
(162,128,158)
#AD8FA9
(173,143,169)
#B89EB4
(184,158,180)
#C3ADBF
(195,173,191)
#CEBCCA
(206,188,202)
#D9CBD5
(217,203,213)
#E4DAE0
(228,218,224)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81537D color. Also use rgb(129,83,125) instead hex code.

Text Font Color

.myTextColor { color: #81537D; }

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

This text font color is #81537D.

Background Color

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

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

This div background color is #81537D.

Border color

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

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

This div border color is #81537D.

Opacity

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

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

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

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

This text has shadow with #81537D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81537D.

Preview

Color preview on black background

This text has color #81537D on black background.


Color preview on white background

This text has color #81537D on white background.


Black color preview on #81537D background

This text has black color on #81537D background.


White color preview on #81537D background

This text has white color on #81537D background.


Related colors

Complementary color

Complementary color for #hex is #7EAC82.


I love getcolorcode.com

Triadic colors

1 #7D8153 and #537D81 with #81537D are triadic colors.

2 #7D5381 and #53817D with #81537D are triadic colors.