COLOR #957AAF

HEX: #957AAF
RGB: (149,122,175)

Color info

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

RGB color model

#957AAF color RGB value is (149,122,175).

  • red value is 149;
  • green value is 122;
  • blue value is 175.
RGB:
(149,122,175)
(58%,48%,69%)

RGB channels and saturation

R 149 of 255 = 58%
G 122 of 255 = 48%
B 175 of 255 = 69%

149
122
175

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

Portions of RGB colors in percentages

R + G + B =
149 + 122 + 175 = 446 (100%)
R 149 of 446 ~ 33.41%
G 122 of 446 ~ 27.35%
B 175 of 446 ~ 39.24%

%33.41
%27.35
%39.24

CMYK color model

#957AAF color CMYK value is (15,30,0,31).

  • cyan value is 14.86%
  • magenta value is 30.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(15,30,0,31)
C15M30Y0K31 
(15%,30%,0%,31%)
(0.15/0.30/0.00/0.31)	

CMYK percentages

%14.86
%30.29
%0
%31.37

Codes

Color #957AAF in popluar color models

957AAF
RGB149122175
HSL271°24.88%58.24%
HSB/HSV271°30.29%68.63%
CMYK14.86%30.29%0.00%
31.37%

Color #957AAF in popluar number systems.

HEX957AAF
Decimal149122175
Binary10010101111101010101111
Octal225172257

Shades and tints

Shades of #957AAF

#957AAF
(149,122,175)
#886FA0
(136,111,160)
#7B6491
(123,100,145)
#6E5982
(110,89,130)
#614E73
(97,78,115)
#544364
(84,67,100)
#473855
(71,56,85)
#3A2D46
(58,45,70)
#2D2237
(45,34,55)
#201728
(32,23,40)
#130C19
(19,12,25)
#000000
(0,0,0)

Tints of #957AAF

#957AAF
(149,122,175)
#9E86B6
(158,134,182)
#A792BD
(167,146,189)
#B09EC4
(176,158,196)
#B9AACB
(185,170,203)
#C2B6D2
(194,182,210)
#CBC2D9
(203,194,217)
#D4CEE0
(212,206,224)
#DDDAE7
(221,218,231)
#E6E6EE
(230,230,238)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957AAF color. Also use rgb(149,122,175) instead hex code.

Text Font Color

.myTextColor { color: #957AAF; }

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

This text font color is #957AAF.


Background Color

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

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

This div background color is #957AAF.


Border color

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

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

This div border color is #957AAF.


Opacity

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

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

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

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

This text has shadow with #957AAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957AAF on black background.


Color preview on white background

This text has color #957AAF on white background.



Black color preview on #957AAF background

This text has black color on #957AAF background.


White color preview on #957AAF background

This text has white color on #957AAF background.