COLOR #956C94

HEX: #956C94
RGB: (149,108,148)

Color info

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

RGB color model

#956C94 color RGB value is (149,108,148).

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

RGB channels and saturation

R 149 of 255 = 58%
G 108 of 255 = 42%
B 148 of 255 = 58%

149
108
148

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

Portions of RGB colors in percentages

R + G + B =
149 + 108 + 148 = 405 (100%)
R 149 of 405 ~ 36.79%
G 108 of 405 ~ 26.67%
B 148 of 405 ~ 36.54%

%36.79
%26.67
%36.54

CMYK color model

#956C94 color CMYK value is (0,28,1,42).

  • cyan value is 0.00%
  • magenta value is 27.52%
  • yellow value is 0.67%
  • key color value is 41.57%
CMYK:
(0,28,1,42)
C0M28Y1K42 
(0%,28%,1%,42%)
(0.00/0.28/0.01/0.42)	

CMYK percentages

%0
%27.52
%0.67
%41.57

Codes

Color #956C94 in popluar color models

956C94
RGB149108148
HSL301°16.21%50.39%
HSB/HSV301°27.52%58.43%
CMYK0.00%27.52%0.67%
41.57%

Color #956C94 in popluar number systems.

HEX956C94
Decimal149108148
Binary10010101110110010010100
Octal225154224

Shades and tints

Shades of #956C94

#956C94
(149,108,148)
#886387
(136,99,135)
#7B5A7A
(123,90,122)
#6E516D
(110,81,109)
#614860
(97,72,96)
#543F53
(84,63,83)
#473646
(71,54,70)
#3A2D39
(58,45,57)
#2D242C
(45,36,44)
#201B1F
(32,27,31)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #956C94

#956C94
(149,108,148)
#9E799D
(158,121,157)
#A786A6
(167,134,166)
#B093AF
(176,147,175)
#B9A0B8
(185,160,184)
#C2ADC1
(194,173,193)
#CBBACA
(203,186,202)
#D4C7D3
(212,199,211)
#DDD4DC
(221,212,220)
#E6E1E5
(230,225,229)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #956C94; }

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

This text font color is #956C94.


Background Color

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

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

This div background color is #956C94.


Border color

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

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

This div border color is #956C94.


Opacity

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

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

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

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

This text has shadow with #956C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956C94 on black background.


Color preview on white background

This text has color #956C94 on white background.



Black color preview on #956C94 background

This text has black color on #956C94 background.


White color preview on #956C94 background

This text has white color on #956C94 background.