COLOR #956D8F

HEX: #956D8F
RGB: (149,109,143)

Color info

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

RGB color model

#956D8F color RGB value is (149,109,143).

  • red value is 149;
  • green value is 109;
  • blue value is 143.
RGB:
(149,109,143)
(58%,43%,56%)

RGB channels and saturation

R 149 of 255 = 58%
G 109 of 255 = 43%
B 143 of 255 = 56%

149
109
143

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

Portions of RGB colors in percentages

R + G + B =
149 + 109 + 143 = 401 (100%)
R 149 of 401 ~ 37.16%
G 109 of 401 ~ 27.18%
B 143 of 401 ~ 35.66%

%37.16
%27.18
%35.66

CMYK color model

#956D8F color CMYK value is (0,27,4,42).

  • cyan value is 0.00%
  • magenta value is 26.85%
  • yellow value is 4.03%
  • key color value is 41.57%
CMYK:
(0,27,4,42)
C0M27Y4K42 
(0%,27%,4%,42%)
(0.00/0.27/0.04/0.42)	

CMYK percentages

%0
%26.85
%4.03
%41.57

Codes

Color #956D8F in popluar color models

956D8F
RGB149109143
HSL309°15.87%50.59%
HSB/HSV309°26.85%58.43%
CMYK0.00%26.85%4.03%
41.57%

Color #956D8F in popluar number systems.

HEX956D8F
Decimal149109143
Binary10010101110110110001111
Octal225155217

Shades and tints

Shades of #956D8F

#956D8F
(149,109,143)
#886482
(136,100,130)
#7B5B75
(123,91,117)
#6E5268
(110,82,104)
#61495B
(97,73,91)
#54404E
(84,64,78)
#473741
(71,55,65)
#3A2E34
(58,46,52)
#2D2527
(45,37,39)
#201C1A
(32,28,26)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #956D8F

#956D8F
(149,109,143)
#9E7A99
(158,122,153)
#A787A3
(167,135,163)
#B094AD
(176,148,173)
#B9A1B7
(185,161,183)
#C2AEC1
(194,174,193)
#CBBBCB
(203,187,203)
#D4C8D5
(212,200,213)
#DDD5DF
(221,213,223)
#E6E2E9
(230,226,233)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956D8F color. Also use rgb(149,109,143) instead hex code.

Text Font Color

.myTextColor { color: #956D8F; }

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

This text font color is #956D8F.


Background Color

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

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

This div background color is #956D8F.


Border color

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

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

This div border color is #956D8F.


Opacity

.myOpacity80 { color: #956D8F; opacity: 0.8; }

<p style="color:#956D8F;opacity:0.8;">80%</p>

Text with #956D8F 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 #956D8F;}

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

This text has shadow with #956D8F color.

.textShadow {text-shadow: 3px 3px 1px #956D8F, 3px 3px 1px red;}

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

This text has shadow with #956D8F primary color and red secondary color.


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

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

This text has shadow with #956D8F and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #956D8F;
-webkit-box-shadow: 1px 1px 3px 2px #956D8F;
box-shadow:1px 1px 3px 2px #956D8F;">
Div content here</div>
This div box has shadow with color #956D8F.

Preview

Color preview on black background

This text has color #956D8F on black background.


Color preview on white background

This text has color #956D8F on white background.



Black color preview on #956D8F background

This text has black color on #956D8F background.


White color preview on #956D8F background

This text has white color on #956D8F background.