COLOR #817DAD

HEX: #817DAD RGB: (129,125,173)

Color info

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

RGB color model

#817DAD color RGB value is (129,125,173).

RGB: (129,125,173) (51%, 49%, 68%)

RGB channels and saturation

R 129 of 255 = 51%
G 125 of 255 = 49%
B 173 of 255 = 68%

129
125
173

R + G + B ~ 56%. #817DAD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 129 + 125 + 173 = 427 (100%)
R 129 of 427 ~ 30.21%
G 125 of 427 ~ 29.27%
B 173 of 427 ~ 40.52'%

%30.21
%29.27
%40.52

CMYK color model

#817DAD color CMYK value is (25,28,0,32).

  • cyan value is 25.43%
  • magenta value is 27.75%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (25,28,0,32)
C25M28Y0K32 (25%, 28%, 0%, 32%)
(0.25 / 0.28 / 0.00 / 0.32)

CMYK percentages

%25.43
%27.75
%0
%32.16

Codes

Color #817DAD in popluar color models

81 7D AD
RGB 129 125 173
HSL 245° 22.64% 58.43%
HSB/HSV 245° 27.75% 67.84%
CMYK 25.43% 27.75% 0.00%
32.16%

Color #817DAD in popluar number systems.

HEX 81 7D AD
Decimal 129 125 173
Binary 10000001 1111101 10101101
Octal 201 175 255

Shades and tints

Shades of #817DAD

#817DAD
(129,125,173)
#76729E
(118,114,158)
#6B678F
(107,103,143)
#605C80
(96,92,128)
#555171
(85,81,113)
#4A4662
(74,70,98)
#3F3B53
(63,59,83)
#343044
(52,48,68)
#292535
(41,37,53)
#1E1A26
(30,26,38)
#130F17
(19,15,23)
#000000
(0,0,0)

Tints of #817DAD

#817DAD
(129,125,173)
#8C88B4
(140,136,180)
#9793BB
(151,147,187)
#A29EC2
(162,158,194)
#ADA9C9
(173,169,201)
#B8B4D0
(184,180,208)
#C3BFD7
(195,191,215)
#CECADE
(206,202,222)
#D9D5E5
(217,213,229)
#E4E0EC
(228,224,236)
#EFEBF3
(239,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817DAD color. Also use rgb(129,125,173) instead hex code.

Text Font Color

.myTextColor { color: #817DAD; }

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

This text font color is #817DAD.

Background Color

.myBgColor { background-color: #817DAD; }

<div style="background-color:#817DAD">Inner text</div>

This div background color is #817DAD.

Border color

.myBorderColor { border: 1px solid #817DAD; }

<div style="border:3px solid #817DAD">Div</div>

This div border color is #817DAD.

Opacity

.myOpacity80 { color: #817DAD; opacity: 0.8; }

<p style="color:#817DAD;opacity:0.8;">80%</p>

Text with #817DAD 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 #817DAD;}

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

This text has shadow with #817DAD color.


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

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

This text has shadow with #817DAD primary color and red secondary color.


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

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

This text has shadow with #817DAD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #817DAD.

Preview

Color preview on black background

This text has color #817DAD on black background.


Color preview on white background

This text has color #817DAD on white background.


Black color preview on #817DAD background

This text has black color on #817DAD background.


White color preview on #817DAD background

This text has white color on #817DAD background.


Related colors

Complementary color

Complementary color for #hex is #7E8252.


I love getcolorcode.com

Triadic colors

1 #AD817D and #7DAD81 with #817DAD are triadic colors.

2 #AD7D81 and #7D81AD with #817DAD are triadic colors.