COLOR #956E8D

HEX: #956E8D RGB: (149,110,141)

Color info

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

RGB color model

#956E8D color RGB value is (149,110,141).

RGB: (149,110,141) (58%, 43%, 55%)

RGB channels and saturation

R 149 of 255 = 58%
G 110 of 255 = 43%
B 141 of 255 = 55%

149
110
141

R + G + B ~ 52%. #956E8D is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%37.25
%27.5
%35.25

CMYK color model

#956E8D color CMYK value is (0,26,5,42).

  • cyan value is 0.00%
  • magenta value is 26.17%
  • yellow value is 5.37%
  • key color value is 41.57%
CMYK: (0,26,5,42) C0M26Y5K42 (0%,26%,5%,42%) (0.00/0.26/0.05/0.42) 

CMYK percentages

%0
%26.17
%5.37
%41.57

Codes

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 and tints

Shades of #956E8D

#956E8D
(149,110,141)
#886481
(136,100,129)
#7B5A75
(123,90,117)
#6E5069
(110,80,105)
#61465D
(97,70,93)
#543C51
(84,60,81)
#473245
(71,50,69)
#3A2839
(58,40,57)
#2D1E2D
(45,30,45)
#201421
(32,20,33)
#130A15
(19,10,21)
#000000
(0,0,0)

Tints of #956E8D

#956E8D
(149,110,141)
#9E7B97
(158,123,151)
#A788A1
(167,136,161)
#B095AB
(176,149,171)
#B9A2B5
(185,162,181)
#C2AFBF
(194,175,191)
#CBBCC9
(203,188,201)
#D4C9D3
(212,201,211)
#DDD6DD
(221,214,221)
#E6E3E7
(230,227,231)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956E8D color. Also use rgb(149,110,141) instead hex code.

Text Font Color

.myTextColor { color: #956E8D; }

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

This text font color is #956E8D.

Background Color

.myBgColor { background-color: #956E8D; }

<div style="background-color:#956E8D">Inner text</div>

This div background color is #956E8D.

Border color

.myBorderColor { border: 1px solid #956E8D; }

<div style="border:3px solid #956E8D">Div</div>

This div border color is #956E8D.

Opacity

.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%.

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 #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.

Div box shadow color

/* 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 div box has shadow with color #956E8D.

Preview

Color preview on black background

This text has color #956E8D on black background.


Color preview on white background

This text has color #956E8D on white background.


Black color preview on #956E8D background

This text has black color on #956E8D background.


White color preview on #956E8D background

This text has white color on #956E8D background.


Related colors

Complementary color

Complementary color for #hex is #6A9172.


I love getcolorcode.com

Triadic colors

1 #8D956E and #6E8D95 with #956E8D are triadic colors.

2 #8D6E95 and #6E958D with #956E8D are triadic colors.