COLOR #957AB1

HEX: #957AB1 RGB: (149,122,177)

Color info

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

RGB color model

#957AB1 color RGB value is (149,122,177).

RGB: (149,122,177) (58%, 48%, 69%)

RGB channels and saturation

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

149
122
177

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

Portions of RGB colors in percentages

R + G + B = 149 + 122 + 177 = 448 (100%)
R 149 of 448 ~ 33.26%
G 122 of 448 ~ 27.23%
B 177 of 448 ~ 39.51'%

%33.26
%27.23
%39.51

CMYK color model

#957AB1 color CMYK value is (16,31,0,31).

  • cyan value is 15.82%
  • magenta value is 31.07%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (16,31,0,31)
C16M31Y0K31 (16%, 31%, 0%, 31%)
(0.16 / 0.31 / 0.00 / 0.31)

CMYK percentages

%15.82
%31.07
%0
%30.59

Codes

Color #957AB1 in popluar color models

95 7A B1
RGB 149 122 177
HSL 269° 26.07% 58.63%
HSB/HSV 269° 31.07% 69.41%
CMYK 15.82% 31.07% 0.00%
30.59%

Color #957AB1 in popluar number systems.

HEX 95 7A B1
Decimal 149 122 177
Binary 10010101 1111010 10110001
Octal 225 172 261

Shades and tints

Shades of #957AB1

#957AB1
(149,122,177)
#886FA1
(136,111,161)
#7B6491
(123,100,145)
#6E5981
(110,89,129)
#614E71
(97,78,113)
#544361
(84,67,97)
#473851
(71,56,81)
#3A2D41
(58,45,65)
#2D2231
(45,34,49)
#201721
(32,23,33)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #957AB1

#957AB1
(149,122,177)
#9E86B8
(158,134,184)
#A792BF
(167,146,191)
#B09EC6
(176,158,198)
#B9AACD
(185,170,205)
#C2B6D4
(194,182,212)
#CBC2DB
(203,194,219)
#D4CEE2
(212,206,226)
#DDDAE9
(221,218,233)
#E6E6F0
(230,230,240)
#EFF2F7
(239,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957AB1; }

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

This text font color is #957AB1.

Background Color

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

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

This div background color is #957AB1.

Border color

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

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

This div border color is #957AB1.

Opacity

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

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

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

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

This text has shadow with #957AB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #957AB1.

Preview

Color preview on black background

This text has color #957AB1 on black background.


Color preview on white background

This text has color #957AB1 on white background.


Black color preview on #957AB1 background

This text has black color on #957AB1 background.


White color preview on #957AB1 background

This text has white color on #957AB1 background.


Related colors

Complementary color

Complementary color for #hex is #6A854E.


I love getcolorcode.com

Triadic colors

1 #B1957A and #7AB195 with #957AB1 are triadic colors.

2 #B17A95 and #7A95B1 with #957AB1 are triadic colors.