COLOR #956C8A

HEX: #956C8A
RGB: (149,108,138)

Color info

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

RGB color model

#956C8A color RGB value is (149,108,138).

  • red value is 149;
  • green value is 108;
  • blue value is 138.
RGB:
(149,108,138)
(58%,42%,54%)

RGB channels and saturation

R 149 of 255 = 58%
G 108 of 255 = 42%
B 138 of 255 = 54%

149
108
138

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

Portions of RGB colors in percentages

R + G + B =
149 + 108 + 138 = 395 (100%)
R 149 of 395 ~ 37.72%
G 108 of 395 ~ 27.34%
B 138 of 395 ~ 34.94%

%37.72
%27.34
%34.94

CMYK color model

#956C8A color CMYK value is (0,28,7,42).

  • cyan value is 0.00%
  • magenta value is 27.52%
  • yellow value is 7.38%
  • key color value is 41.57%
CMYK:
(0,28,7,42)
C0M28Y7K42 
(0%,28%,7%,42%)
(0.00/0.28/0.07/0.42)	

CMYK percentages

%0
%27.52
%7.38
%41.57

Codes

Color #956C8A in popluar color models

956C8A
RGB149108138
HSL316°16.21%50.39%
HSB/HSV316°27.52%58.43%
CMYK0.00%27.52%7.38%
41.57%

Color #956C8A in popluar number systems.

HEX956C8A
Decimal149108138
Binary10010101110110010001010
Octal225154212

Shades and tints

Shades of #956C8A

#956C8A
(149,108,138)
#88637E
(136,99,126)
#7B5A72
(123,90,114)
#6E5166
(110,81,102)
#61485A
(97,72,90)
#543F4E
(84,63,78)
#473642
(71,54,66)
#3A2D36
(58,45,54)
#2D242A
(45,36,42)
#201B1E
(32,27,30)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #956C8A

#956C8A
(149,108,138)
#9E7994
(158,121,148)
#A7869E
(167,134,158)
#B093A8
(176,147,168)
#B9A0B2
(185,160,178)
#C2ADBC
(194,173,188)
#CBBAC6
(203,186,198)
#D4C7D0
(212,199,208)
#DDD4DA
(221,212,218)
#E6E1E4
(230,225,228)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956C8A color. Also use rgb(149,108,138) instead hex code.

Text Font Color

.myTextColor { color: #956C8A; }

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

This text font color is #956C8A.


Background Color

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

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

This div background color is #956C8A.


Border color

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

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

This div border color is #956C8A.


Opacity

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

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

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

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

This text has shadow with #956C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956C8A on black background.


Color preview on white background

This text has color #956C8A on white background.



Black color preview on #956C8A background

This text has black color on #956C8A background.


White color preview on #956C8A background

This text has white color on #956C8A background.