COLOR #956A91

HEX: #956A91
RGB: (149,106,145)

Color info

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

RGB color model

#956A91 color RGB value is (149,106,145).

  • red value is 149;
  • green value is 106;
  • blue value is 145.
RGB:
(149,106,145)
(58%,42%,57%)

RGB channels and saturation

R 149 of 255 = 58%
G 106 of 255 = 42%
B 145 of 255 = 57%

149
106
145

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

Portions of RGB colors in percentages

R + G + B =
149 + 106 + 145 = 400 (100%)
R 149 of 400 ~ 37.25%
G 106 of 400 ~ 26.5%
B 145 of 400 ~ 36.25%

%37.25
%26.5
%36.25

CMYK color model

#956A91 color CMYK value is (0,29,3,42).

  • cyan value is 0.00%
  • magenta value is 28.86%
  • yellow value is 2.68%
  • key color value is 41.57%
CMYK:
(0,29,3,42)
C0M29Y3K42 
(0%,29%,3%,42%)
(0.00/0.29/0.03/0.42)	

CMYK percentages

%0
%28.86
%2.68
%41.57

Codes

Color #956A91 in popluar color models

956A91
RGB149106145
HSL306°16.86%50.00%
HSB/HSV306°28.86%58.43%
CMYK0.00%28.86%2.68%
41.57%

Color #956A91 in popluar number systems.

HEX956A91
Decimal149106145
Binary10010101110101010010001
Octal225152221

Shades and tints

Shades of #956A91

#956A91
(149,106,145)
#886184
(136,97,132)
#7B5877
(123,88,119)
#6E4F6A
(110,79,106)
#61465D
(97,70,93)
#543D50
(84,61,80)
#473443
(71,52,67)
#3A2B36
(58,43,54)
#2D2229
(45,34,41)
#20191C
(32,25,28)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #956A91

#956A91
(149,106,145)
#9E779B
(158,119,155)
#A784A5
(167,132,165)
#B091AF
(176,145,175)
#B99EB9
(185,158,185)
#C2ABC3
(194,171,195)
#CBB8CD
(203,184,205)
#D4C5D7
(212,197,215)
#DDD2E1
(221,210,225)
#E6DFEB
(230,223,235)
#EFECF5
(239,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956A91 color. Also use rgb(149,106,145) instead hex code.

Text Font Color

.myTextColor { color: #956A91; }

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

This text font color is #956A91.


Background Color

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

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

This div background color is #956A91.


Border color

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

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

This div border color is #956A91.


Opacity

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

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

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

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

This text has shadow with #956A91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956A91 on black background.


Color preview on white background

This text has color #956A91 on white background.



Black color preview on #956A91 background

This text has black color on #956A91 background.


White color preview on #956A91 background

This text has white color on #956A91 background.