COLOR #957AAA

HEX: #957AAA
RGB: (149,122,170)

Color info

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

RGB color model

#957AAA color RGB value is (149,122,170).

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

RGB channels and saturation

R 149 of 255 = 58%
G 122 of 255 = 48%
B 170 of 255 = 67%

149
122
170

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

Portions of RGB colors in percentages

R + G + B =
149 + 122 + 170 = 441 (100%)
R 149 of 441 ~ 33.79%
G 122 of 441 ~ 27.66%
B 170 of 441 ~ 38.55%

%33.79
%27.66
%38.55

CMYK color model

#957AAA color CMYK value is (12,28,0,33).

  • cyan value is 12.35%
  • magenta value is 28.24%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(12,28,0,33)
C12M28Y0K33 
(12%,28%,0%,33%)
(0.12/0.28/0.00/0.33)	

CMYK percentages

%12.35
%28.24
%0
%33.33

Codes

Color #957AAA in popluar color models

957AAA
RGB149122170
HSL274°22.02%57.25%
HSB/HSV274°28.24%66.67%
CMYK12.35%28.24%0.00%
33.33%

Color #957AAA in popluar number systems.

HEX957AAA
Decimal149122170
Binary10010101111101010101010
Octal225172252

Shades and tints

Shades of #957AAA

#957AAA
(149,122,170)
#886F9B
(136,111,155)
#7B648C
(123,100,140)
#6E597D
(110,89,125)
#614E6E
(97,78,110)
#54435F
(84,67,95)
#473850
(71,56,80)
#3A2D41
(58,45,65)
#2D2232
(45,34,50)
#201723
(32,23,35)
#130C14
(19,12,20)
#000000
(0,0,0)

Tints of #957AAA

#957AAA
(149,122,170)
#9E86B1
(158,134,177)
#A792B8
(167,146,184)
#B09EBF
(176,158,191)
#B9AAC6
(185,170,198)
#C2B6CD
(194,182,205)
#CBC2D4
(203,194,212)
#D4CEDB
(212,206,219)
#DDDAE2
(221,218,226)
#E6E6E9
(230,230,233)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957AAA; }

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

This text font color is #957AAA.


Background Color

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

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

This div background color is #957AAA.


Border color

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

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

This div border color is #957AAA.


Opacity

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

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

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

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

This text has shadow with #957AAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957AAA on black background.


Color preview on white background

This text has color #957AAA on white background.



Black color preview on #957AAA background

This text has black color on #957AAA background.


White color preview on #957AAA background

This text has white color on #957AAA background.