COLOR #956A9F

HEX: #956A9F RGB: (149,106,159)

Color info

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

RGB color model

#956A9F color RGB value is (149,106,159).

RGB: (149,106,159) (58%, 42%, 62%)

RGB channels and saturation

R 149 of 255 = 58%
G 106 of 255 = 42%
B 159 of 255 = 62%

149
106
159

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

Portions of RGB colors in percentages

R + G + B = 149 + 106 + 159 = 414 (100%)
R 149 of 414 ~ 35.99%
G 106 of 414 ~ 25.6%
B 159 of 414 ~ 38.41'%

%35.99
%25.6
%38.41

CMYK color model

#956A9F color CMYK value is (6,33,0,38).

  • cyan value is 6.29%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK: (6,33,0,38) C6M33Y0K38 (6%,33%,0%,38%) (0.06/0.33/0.00/0.38) 

CMYK percentages

%6.29
%33.33
%0
%37.65

Codes

Color #956A9F in popluar color models

95 6A 9F
RGB 149 106 159
HSL 289° 21.63% 51.96%
HSB/HSV 289° 33.33% 62.35%
CMYK 6.29% 33.33% 0.00%
37.65%

Color #956A9F in popluar number systems.

HEX 95 6A 9F
Decimal 149 106 159
Binary 10010101 1101010 10011111
Octal 225 152 237

Shades and tints

Shades of #956A9F

#956A9F
(149,106,159)
#886191
(136,97,145)
#7B5883
(123,88,131)
#6E4F75
(110,79,117)
#614667
(97,70,103)
#543D59
(84,61,89)
#47344B
(71,52,75)
#3A2B3D
(58,43,61)
#2D222F
(45,34,47)
#201921
(32,25,33)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #956A9F

#956A9F
(149,106,159)
#9E77A7
(158,119,167)
#A784AF
(167,132,175)
#B091B7
(176,145,183)
#B99EBF
(185,158,191)
#C2ABC7
(194,171,199)
#CBB8CF
(203,184,207)
#D4C5D7
(212,197,215)
#DDD2DF
(221,210,223)
#E6DFE7
(230,223,231)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #956A9F; }

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

This text font color is #956A9F.

Background Color

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

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

This div background color is #956A9F.

Border color

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

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

This div border color is #956A9F.

Opacity

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

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

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

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

This text has shadow with #956A9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #956A9F.

Preview

Color preview on black background

This text has color #956A9F on black background.


Color preview on white background

This text has color #956A9F on white background.


Black color preview on #956A9F background

This text has black color on #956A9F background.


White color preview on #956A9F background

This text has white color on #956A9F background.


Related colors

Complementary color

Complementary color for #hex is #6A9560.


I love getcolorcode.com

Triadic colors

1 #9F956A and #6A9F95 with #956A9F are triadic colors.

2 #9F6A95 and #6A959F with #956A9F are triadic colors.