COLOR #957397

HEX: #957397
RGB: (149,115,151)

Color info

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

RGB color model

#957397 color RGB value is (149,115,151).

  • red value is 149;
  • green value is 115;
  • blue value is 151.
RGB:
(149,115,151)
(58%,45%,59%)

RGB channels and saturation

R 149 of 255 = 58%
G 115 of 255 = 45%
B 151 of 255 = 59%

149
115
151

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

Portions of RGB colors in percentages

R + G + B =
149 + 115 + 151 = 415 (100%)
R 149 of 415 ~ 35.9%
G 115 of 415 ~ 27.71%
B 151 of 415 ~ 36.39%

%35.9
%27.71
%36.39

CMYK color model

#957397 color CMYK value is (1,24,0,41).

  • cyan value is 1.32%
  • magenta value is 23.84%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(1,24,0,41)
C1M24Y0K41 
(1%,24%,0%,41%)
(0.01/0.24/0.00/0.41)	

CMYK percentages

%1.32
%23.84
%0
%40.78

Codes

Color #957397 in popluar color models

957397
RGB149115151
HSL297°14.75%52.16%
HSB/HSV297°23.84%59.22%
CMYK1.32%23.84%0.00%
40.78%

Color #957397 in popluar number systems.

HEX957397
Decimal149115151
Binary10010101111001110010111
Octal225163227

Shades and tints

Shades of #957397

#957397
(149,115,151)
#88698A
(136,105,138)
#7B5F7D
(123,95,125)
#6E5570
(110,85,112)
#614B63
(97,75,99)
#544156
(84,65,86)
#473749
(71,55,73)
#3A2D3C
(58,45,60)
#2D232F
(45,35,47)
#201922
(32,25,34)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #957397

#957397
(149,115,151)
#9E7FA0
(158,127,160)
#A78BA9
(167,139,169)
#B097B2
(176,151,178)
#B9A3BB
(185,163,187)
#C2AFC4
(194,175,196)
#CBBBCD
(203,187,205)
#D4C7D6
(212,199,214)
#DDD3DF
(221,211,223)
#E6DFE8
(230,223,232)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957397 color. Also use rgb(149,115,151) instead hex code.

Text Font Color

.myTextColor { color: #957397; }

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

This text font color is #957397.


Background Color

.myBgColor { background-color: #957397; }

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

This div background color is #957397.


Border color

.myBorderColor { border: 1px solid #957397; }

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

This div border color is #957397.


Opacity

.myOpacity80 { color: #957397; opacity: 0.8; }

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

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

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

This text has shadow with #957397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957397 on black background.


Color preview on white background

This text has color #957397 on white background.



Black color preview on #957397 background

This text has black color on #957397 background.


White color preview on #957397 background

This text has white color on #957397 background.