COLOR #957D9F

HEX: #957D9F
RGB: (149,125,159)

Color info

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

RGB color model

#957D9F color RGB value is (149,125,159).

  • red value is 149;
  • green value is 125;
  • blue value is 159.
RGB:
(149,125,159)
(58%,49%,62%)

RGB channels and saturation

R 149 of 255 = 58%
G 125 of 255 = 49%
B 159 of 255 = 62%

149
125
159

R + G + B ~ 56%. #957D9F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 125 + 159 = 433 (100%)
R 149 of 433 ~ 34.41%
G 125 of 433 ~ 28.87%
B 159 of 433 ~ 36.72%

%34.41
%28.87
%36.72

CMYK color model

#957D9F color CMYK value is (6,21,0,38).

  • cyan value is 6.29%
  • magenta value is 21.38%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(6,21,0,38)
C6M21Y0K38 
(6%,21%,0%,38%)
(0.06/0.21/0.00/0.38)	

CMYK percentages

%6.29
%21.38
%0
%37.65

Codes

Color #957D9F in popluar color models

957D9F
RGB149125159
HSL282°15.04%55.69%
HSB/HSV282°21.38%62.35%
CMYK6.29%21.38%0.00%
37.65%

Color #957D9F in popluar number systems.

HEX957D9F
Decimal149125159
Binary10010101111110110011111
Octal225175237

Shades and tints

Shades of #957D9F

#957D9F
(149,125,159)
#887291
(136,114,145)
#7B6783
(123,103,131)
#6E5C75
(110,92,117)
#615167
(97,81,103)
#544659
(84,70,89)
#473B4B
(71,59,75)
#3A303D
(58,48,61)
#2D252F
(45,37,47)
#201A21
(32,26,33)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #957D9F

#957D9F
(149,125,159)
#9E88A7
(158,136,167)
#A793AF
(167,147,175)
#B09EB7
(176,158,183)
#B9A9BF
(185,169,191)
#C2B4C7
(194,180,199)
#CBBFCF
(203,191,207)
#D4CAD7
(212,202,215)
#DDD5DF
(221,213,223)
#E6E0E7
(230,224,231)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957D9F color. Also use rgb(149,125,159) instead hex code.

Text Font Color

.myTextColor { color: #957D9F; }

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

This text font color is #957D9F.


Background Color

.myBgColor { background-color: #957D9F; }

<div style="background-color:#957D9F">Inner text</div>

This div background color is #957D9F.


Border color

.myBorderColor { border: 1px solid #957D9F; }

<div style="border:3px solid #957D9F">Div</div>

This div border color is #957D9F.


Opacity

.myOpacity80 { color: #957D9F; opacity: 0.8; }

<p style="color:#957D9F;opacity:0.8;">80%</p>

Text with #957D9F 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 #957D9F;}

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

This text has shadow with #957D9F color.

.textShadow {text-shadow: 3px 3px 1px #957D9F, 3px 3px 1px red;}

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

This text has shadow with #957D9F primary color and red secondary color.


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

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

This text has shadow with #957D9F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957D9F on black background.


Color preview on white background

This text has color #957D9F on white background.



Black color preview on #957D9F background

This text has black color on #957D9F background.


White color preview on #957D9F background

This text has white color on #957D9F background.