COLOR #957FD6

HEX: #957FD6 RGB: (149,127,214)

Color info

#957FD6 contains mainly blue color. Web safe color of #957FD6 is #9966CC (or #96C).

RGB color model

#957FD6 color RGB value is (149,127,214).

RGB: (149,127,214) (58%, 50%, 84%)

RGB channels and saturation

R 149 of 255 = 58%
G 127 of 255 = 50%
B 214 of 255 = 84%

149
127
214

R + G + B ~ 64%. #957FD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 127 + 214 = 490 (100%)
R 149 of 490 ~ 30.41%
G 127 of 490 ~ 25.92%
B 214 of 490 ~ 43.67'%

%30.41
%25.92
%43.67

CMYK color model

#957FD6 color CMYK value is (30,41,0,16).

  • cyan value is 30.37%
  • magenta value is 40.65%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (30,41,0,16)
C30M41Y0K16 (30%, 41%, 0%, 16%)
(0.30 / 0.41 / 0.00 / 0.16)

CMYK percentages

%30.37
%40.65
%0
%16.08

Codes

Color #957FD6 in popluar color models

95 7F D6
RGB 149 127 214
HSL 255° 51.48% 66.86%
HSB/HSV 255° 40.65% 83.92%
CMYK 30.37% 40.65% 0.00%
16.08%

Color #957FD6 in popluar number systems.

HEX 95 7F D6
Decimal 149 127 214
Binary 10010101 1111111 11010110
Octal 225 177 326

Shades and tints

Shades of #957FD6

#957FD6
(149,127,214)
#8874C3
(136,116,195)
#7B69B0
(123,105,176)
#6E5E9D
(110,94,157)
#61538A
(97,83,138)
#544877
(84,72,119)
#473D64
(71,61,100)
#3A3251
(58,50,81)
#2D273E
(45,39,62)
#201C2B
(32,28,43)
#131118
(19,17,24)
#000000
(0,0,0)

Tints of #957FD6

#957FD6
(149,127,214)
#9E8AD9
(158,138,217)
#A795DC
(167,149,220)
#B0A0DF
(176,160,223)
#B9ABE2
(185,171,226)
#C2B6E5
(194,182,229)
#CBC1E8
(203,193,232)
#D4CCEB
(212,204,235)
#DDD7EE
(221,215,238)
#E6E2F1
(230,226,241)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957FD6 color. Also use rgb(149,127,214) instead hex code.

Text Font Color

.myTextColor { color: #957FD6; }

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

This text font color is #957FD6.

Background Color

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

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

This div background color is #957FD6.

Border color

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

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

This div border color is #957FD6.

Opacity

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

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

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

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

This text has shadow with #957FD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #957FD6.

Preview

Color preview on black background

This text has color #957FD6 on black background.


Color preview on white background

This text has color #957FD6 on white background.


Black color preview on #957FD6 background

This text has black color on #957FD6 background.


White color preview on #957FD6 background

This text has white color on #957FD6 background.


Related colors

Complementary color

Complementary color for #hex is #6A8029.


I love getcolorcode.com

Triadic colors

1 #D6957F and #7FD695 with #957FD6 are triadic colors.

2 #D67F95 and #7F95D6 with #957FD6 are triadic colors.