HEX: #956E8D
RGB: (149,110,141)
#956E8D contains red, green and blue colors in about the same proportion. Web safe color of #956E8D is #996699 (or #969).
#956E8D color RGB value is (149,110,141).
RGB: (149,110,141)
(58%, 43%, 55%)
R 149 of 255 = 58%
G 110 of 255 = 43%
B 141 of 255 = 55%
R + G + B ~ 52%. #956E8D is middle color (not dark and not light).
R + G + B = 149 + 110 + 141 = 400 (100%)
R 149 of 400 ~ 37.25%
G 110 of 400 ~ 27.5%
B 141 of 400 ~ 35.25'%
#956E8D color CMYK value is (0,26,5,42).
CMYK: (0,26,5,42) C0M26Y5K42 (0%,26%,5%,42%) (0.00/0.26/0.05/0.42)
Color #956E8D in popluar color models
95 | 6E | 8D | |
---|---|---|---|
RGB | 149 | 110 | 141 |
HSL | 312° | 15.54% | 50.78% |
HSB/HSV | 312° | 26.17% | 58.43% |
CMYK | 0.00% | 26.17% | 5.37% |
41.57% |
Color #956E8D in popluar number systems.
HEX | 95 | 6E | 8D |
Decimal | 149 | 110 | 141 |
Binary | 10010101 | 1101110 | 10001101 |
Octal | 225 | 156 | 215 |
Shades of #956E8D
Tints of #956E8D
Examples of css and html codes for elements with #956E8D color. Also use rgb(149,110,141) instead hex code.
.myTextColor { color: #956E8D; }
<p style="color:#956E8D">This sample text font color is #956E8D.</p>
This text font color is #956E8D.
.myBgColor { background-color: #956E8D; }
<div style="background-color:#956E8D">Inner text</div>
This div background color is #956E8D.
.myBorderColor { border: 1px solid #956E8D; }
<div style="border:3px solid #956E8D">Div</div>
This div border color is #956E8D.
.myOpacity80 { color: #956E8D; opacity: 0.8; }
<p style="color:#956E8D;opacity:0.8;">80%</p>
Text with #956E8D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #956E8D;}
<p style="text-shadow: 3px 3px 1px #956E8D">Text here.</p>
This text has shadow with #956E8D color.
.textShadow {text-shadow: 3px 3px 1px #956E8D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #956E8D, 5px 5px 20px red">Text here.</p>
This text has shadow with #956E8D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#956E8D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#956E8D, Direction=45, Strength=4)">Text</p>
This text has shadow with #956E8D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #956E8D;
-webkit-box-shadow: 1px 1px 3px 2px #956E8D;
box-shadow: 1px 1px 3px 2px #956E8D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #956E8D; -webkit-box-shadow: 1px 1px 3px 2px #956E8D; box-shadow:1px 1px 3px 2px #956E8D;">
Div content here
</div>
This text has color #956E8D on black background.
This text has color #956E8D on white background.
This text has black color on #956E8D background.
This text has white color on #956E8D background.
Complementary color for #hex is #6A9172.