HEX: #817DAD
RGB: (129,125,173)
#817DAD contains red, green and blue colors in about the same proportion. Web safe color of #817DAD is #996699 (or #969).
#817DAD color RGB value is (129,125,173).
RGB: (129,125,173)
(51%, 49%, 68%)
R 129 of 255 = 51%
G 125 of 255 = 49%
B 173 of 255 = 68%
R + G + B ~ 56%. #817DAD is middle color (not dark and not light).
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'%
#817DAD color CMYK value is (25,28,0,32).
CMYK: (25,28,0,32)
C25M28Y0K32 (25%, 28%, 0%, 32%)
(0.25 / 0.28 / 0.00 / 0.32)
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 of #817DAD
Tints of #817DAD
Examples of css and html codes for elements with #817DAD color. Also use rgb(129,125,173) instead hex code.
.myTextColor { color: #817DAD; }
<p style="color:#817DAD">This sample text font color is #817DAD.</p>
This text font color is #817DAD.
.myBgColor { background-color: #817DAD; }
<div style="background-color:#817DAD">Inner text</div>
This div background color is #817DAD.
.myBorderColor { border: 1px solid #817DAD; }
<div style="border:3px solid #817DAD">Div</div>
This div border color is #817DAD.
.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%.
.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.
/* 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 text has color #817DAD on black background.
This text has color #817DAD on white background.
This text has black color on #817DAD background.
This text has white color on #817DAD background.
Complementary color for #hex is #7E8252.