COLOR #955FA7

HEX: #955FA7
RGB: (149,95,167)

Color info

#955FA7 contains mainly red and blue colors. Web safe color of #955FA7 is #996699 (or #969).

RGB color model

#955FA7 color RGB value is (149,95,167).

  • red value is 149;
  • green value is 95;
  • blue value is 167.
RGB:
(149,95,167)
(58%,37%,65%)

RGB channels and saturation

R 149 of 255 = 58%
G 95 of 255 = 37%
B 167 of 255 = 65%

149
95
167

R + G + B ~ 53%. #955FA7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 95 + 167 = 411 (100%)
R 149 of 411 ~ 36.25%
G 95 of 411 ~ 23.11%
B 167 of 411 ~ 40.63%

%36.25
%23.11
%40.63

CMYK color model

#955FA7 color CMYK value is (11,43,0,35).

  • cyan value is 10.78%
  • magenta value is 43.11%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(11,43,0,35)
C11M43Y0K35 
(11%,43%,0%,35%)
(0.11/0.43/0.00/0.35)	

CMYK percentages

%10.78
%43.11
%0
%34.51

Codes

Color #955FA7 in popluar color models

955FA7
RGB14995167
HSL285°29.03%51.37%
HSB/HSV285°43.11%65.49%
CMYK10.78%43.11%0.00%
34.51%

Color #955FA7 in popluar number systems.

HEX955FA7
Decimal14995167
Binary10010101101111110100111
Octal225137247

Shades and tints

Shades of #955FA7

#955FA7
(149,95,167)
#885798
(136,87,152)
#7B4F89
(123,79,137)
#6E477A
(110,71,122)
#613F6B
(97,63,107)
#54375C
(84,55,92)
#472F4D
(71,47,77)
#3A273E
(58,39,62)
#2D1F2F
(45,31,47)
#201720
(32,23,32)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #955FA7

#955FA7
(149,95,167)
#9E6DAF
(158,109,175)
#A77BB7
(167,123,183)
#B089BF
(176,137,191)
#B997C7
(185,151,199)
#C2A5CF
(194,165,207)
#CBB3D7
(203,179,215)
#D4C1DF
(212,193,223)
#DDCFE7
(221,207,231)
#E6DDEF
(230,221,239)
#EFEBF7
(239,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955FA7 color. Also use rgb(149,95,167) instead hex code.

Text Font Color

.myTextColor { color: #955FA7; }

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

This text font color is #955FA7.


Background Color

.myBgColor { background-color: #955FA7; }

<div style="background-color:#955FA7">Inner text</div>

This div background color is #955FA7.


Border color

.myBorderColor { border: 1px solid #955FA7; }

<div style="border:3px solid #955FA7">Div</div>

This div border color is #955FA7.


Opacity

.myOpacity80 { color: #955FA7; opacity: 0.8; }

<p style="color:#955FA7;opacity:0.8;">80%</p>

Text with #955FA7 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 #955FA7;}

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

This text has shadow with #955FA7 color.

.textShadow {text-shadow: 3px 3px 1px #955FA7, 3px 3px 1px red;}

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

This text has shadow with #955FA7 primary color and red secondary color.


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

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

This text has shadow with #955FA7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955FA7 on black background.


Color preview on white background

This text has color #955FA7 on white background.



Black color preview on #955FA7 background

This text has black color on #955FA7 background.


White color preview on #955FA7 background

This text has white color on #955FA7 background.