COLOR #957CA1

HEX: #957CA1
RGB: (149,124,161)

Color info

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

RGB color model

#957CA1 color RGB value is (149,124,161).

  • red value is 149;
  • green value is 124;
  • blue value is 161.
RGB:
(149,124,161)
(58%,49%,63%)

RGB channels and saturation

R 149 of 255 = 58%
G 124 of 255 = 49%
B 161 of 255 = 63%

149
124
161

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

Portions of RGB colors in percentages

R + G + B =
149 + 124 + 161 = 434 (100%)
R 149 of 434 ~ 34.33%
G 124 of 434 ~ 28.57%
B 161 of 434 ~ 37.1%

%34.33
%28.57
%37.1

CMYK color model

#957CA1 color CMYK value is (7,23,0,37).

  • cyan value is 7.45%
  • magenta value is 22.98%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(7,23,0,37)
C7M23Y0K37 
(7%,23%,0%,37%)
(0.07/0.23/0.00/0.37)	

CMYK percentages

%7.45
%22.98
%0
%36.86

Codes

Color #957CA1 in popluar color models

957CA1
RGB149124161
HSL281°16.44%55.88%
HSB/HSV281°22.98%63.14%
CMYK7.45%22.98%0.00%
36.86%

Color #957CA1 in popluar number systems.

HEX957CA1
Decimal149124161
Binary10010101111110010100001
Octal225174241

Shades and tints

Shades of #957CA1

#957CA1
(149,124,161)
#887193
(136,113,147)
#7B6685
(123,102,133)
#6E5B77
(110,91,119)
#615069
(97,80,105)
#54455B
(84,69,91)
#473A4D
(71,58,77)
#3A2F3F
(58,47,63)
#2D2431
(45,36,49)
#201923
(32,25,35)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #957CA1

#957CA1
(149,124,161)
#9E87A9
(158,135,169)
#A792B1
(167,146,177)
#B09DB9
(176,157,185)
#B9A8C1
(185,168,193)
#C2B3C9
(194,179,201)
#CBBED1
(203,190,209)
#D4C9D9
(212,201,217)
#DDD4E1
(221,212,225)
#E6DFE9
(230,223,233)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957CA1 color. Also use rgb(149,124,161) instead hex code.

Text Font Color

.myTextColor { color: #957CA1; }

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

This text font color is #957CA1.


Background Color

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

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

This div background color is #957CA1.


Border color

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

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

This div border color is #957CA1.


Opacity

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

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

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

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

This text has shadow with #957CA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957CA1 on black background.


Color preview on white background

This text has color #957CA1 on white background.



Black color preview on #957CA1 background

This text has black color on #957CA1 background.


White color preview on #957CA1 background

This text has white color on #957CA1 background.