HEX: #956EAB
RGB: (149,110,171)
#956EAB contains mainly red and blue colors. Web safe color of #956EAB is #996699 (or #969).
#956EAB color RGB value is (149,110,171).
RGB: (149,110,171)
(58%, 43%, 67%)
R 149 of 255 = 58%
G 110 of 255 = 43%
B 171 of 255 = 67%
R + G + B ~ 56%. #956EAB is middle color (not dark and not light).
R + G + B = 149 + 110 + 171 = 430 (100%)
R 149 of 430 ~ 34.65%
G 110 of 430 ~ 25.58%
B 171 of 430 ~ 39.77'%
#956EAB color CMYK value is (13,36,0,33).
CMYK: (13,36,0,33)
C13M36Y0K33 (13%, 36%, 0%, 33%)
(0.13 / 0.36 / 0.00 / 0.33)
Color #956EAB in popluar color models
95 | 6E | AB | |
---|---|---|---|
RGB | 149 | 110 | 171 |
HSL | 278° | 26.64% | 55.10% |
HSB/HSV | 278° | 35.67% | 67.06% |
CMYK | 12.87% | 35.67% | 0.00% |
32.94% |
Color #956EAB in popluar number systems.
HEX | 95 | 6E | AB |
Decimal | 149 | 110 | 171 |
Binary | 10010101 | 1101110 | 10101011 |
Octal | 225 | 156 | 253 |
Shades of #956EAB
Tints of #956EAB
Examples of css and html codes for elements with #956EAB color. Also use rgb(149,110,171) instead hex code.
.myTextColor { color: #956EAB; }
<p style="color:#956EAB">This sample text font color is #956EAB.</p>
This text font color is #956EAB.
.myBgColor { background-color: #956EAB; }
<div style="background-color:#956EAB">Inner text</div>
This div background color is #956EAB.
.myBorderColor { border: 1px solid #956EAB; }
<div style="border:3px solid #956EAB">Div</div>
This div border color is #956EAB.
.myOpacity80 { color: #956EAB; opacity: 0.8; }
<p style="color:#956EAB;opacity:0.8;">80%</p>
Text with #956EAB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #956EAB;}
<p style="text-shadow: 3px 3px 1px #956EAB">Text here.</p>
This text has shadow with #956EAB color.
.textShadow {text-shadow: 3px 3px 1px #956EAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #956EAB, 5px 5px 20px red">Text here.</p>
This text has shadow with #956EAB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#956EAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#956EAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #956EAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #956EAB;
-webkit-box-shadow: 1px 1px 3px 2px #956EAB;
box-shadow: 1px 1px 3px 2px #956EAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #956EAB; -webkit-box-shadow: 1px 1px 3px 2px #956EAB; box-shadow:1px 1px 3px 2px #956EAB;">
Div content here
</div>
This text has color #956EAB on black background.
This text has color #956EAB on white background.
This text has black color on #956EAB background.
This text has white color on #956EAB background.
Complementary color for #hex is #6A9154.