COLOR #957D9A

HEX: #957D9A
RGB: (149,125,154)

Color info

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

RGB color model

#957D9A color RGB value is (149,125,154).

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

RGB channels and saturation

R 149 of 255 = 58%
G 125 of 255 = 49%
B 154 of 255 = 60%

149
125
154

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

Portions of RGB colors in percentages

R + G + B =
149 + 125 + 154 = 428 (100%)
R 149 of 428 ~ 34.81%
G 125 of 428 ~ 29.21%
B 154 of 428 ~ 35.98%

%34.81
%29.21
%35.98

CMYK color model

#957D9A color CMYK value is (3,19,0,40).

  • cyan value is 3.25%
  • magenta value is 18.83%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(3,19,0,40)
C3M19Y0K40 
(3%,19%,0%,40%)
(0.03/0.19/0.00/0.40)	

CMYK percentages

%3.25
%18.83
%0
%39.61

Codes

Color #957D9A in popluar color models

957D9A
RGB149125154
HSL290°12.55%54.71%
HSB/HSV290°18.83%60.39%
CMYK3.25%18.83%0.00%
39.61%

Color #957D9A in popluar number systems.

HEX957D9A
Decimal149125154
Binary10010101111110110011010
Octal225175232

Shades and tints

Shades of #957D9A

#957D9A
(149,125,154)
#88728C
(136,114,140)
#7B677E
(123,103,126)
#6E5C70
(110,92,112)
#615162
(97,81,98)
#544654
(84,70,84)
#473B46
(71,59,70)
#3A3038
(58,48,56)
#2D252A
(45,37,42)
#201A1C
(32,26,28)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #957D9A

#957D9A
(149,125,154)
#9E88A3
(158,136,163)
#A793AC
(167,147,172)
#B09EB5
(176,158,181)
#B9A9BE
(185,169,190)
#C2B4C7
(194,180,199)
#CBBFD0
(203,191,208)
#D4CAD9
(212,202,217)
#DDD5E2
(221,213,226)
#E6E0EB
(230,224,235)
#EFEBF4
(239,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957D9A; }

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

This text font color is #957D9A.


Background Color

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

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

This div background color is #957D9A.


Border color

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

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

This div border color is #957D9A.


Opacity

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

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

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

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

This text has shadow with #957D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957D9A on black background.


Color preview on white background

This text has color #957D9A on white background.



Black color preview on #957D9A background

This text has black color on #957D9A background.


White color preview on #957D9A background

This text has white color on #957D9A background.