COLOR #956F9F

HEX: #956F9F
RGB: (149,111,159)

Color info

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

RGB color model

#956F9F color RGB value is (149,111,159).

  • red value is 149;
  • green value is 111;
  • blue value is 159.
RGB:
(149,111,159)
(58%,44%,62%)

RGB channels and saturation

R 149 of 255 = 58%
G 111 of 255 = 44%
B 159 of 255 = 62%

149
111
159

R + G + B ~ 55%. #956F9F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 111 + 159 = 419 (100%)
R 149 of 419 ~ 35.56%
G 111 of 419 ~ 26.49%
B 159 of 419 ~ 37.95%

%35.56
%26.49
%37.95

CMYK color model

#956F9F color CMYK value is (6,30,0,38).

  • cyan value is 6.29%
  • magenta value is 30.19%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(6,30,0,38)
C6M30Y0K38 
(6%,30%,0%,38%)
(0.06/0.30/0.00/0.38)	

CMYK percentages

%6.29
%30.19
%0
%37.65

Codes

Color #956F9F in popluar color models

956F9F
RGB149111159
HSL288°20.00%52.94%
HSB/HSV288°30.19%62.35%
CMYK6.29%30.19%0.00%
37.65%

Color #956F9F in popluar number systems.

HEX956F9F
Decimal149111159
Binary10010101110111110011111
Octal225157237

Shades and tints

Shades of #956F9F

#956F9F
(149,111,159)
#886591
(136,101,145)
#7B5B83
(123,91,131)
#6E5175
(110,81,117)
#614767
(97,71,103)
#543D59
(84,61,89)
#47334B
(71,51,75)
#3A293D
(58,41,61)
#2D1F2F
(45,31,47)
#201521
(32,21,33)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #956F9F

#956F9F
(149,111,159)
#9E7CA7
(158,124,167)
#A789AF
(167,137,175)
#B096B7
(176,150,183)
#B9A3BF
(185,163,191)
#C2B0C7
(194,176,199)
#CBBDCF
(203,189,207)
#D4CAD7
(212,202,215)
#DDD7DF
(221,215,223)
#E6E4E7
(230,228,231)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956F9F color. Also use rgb(149,111,159) instead hex code.

Text Font Color

.myTextColor { color: #956F9F; }

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

This text font color is #956F9F.


Background Color

.myBgColor { background-color: #956F9F; }

<div style="background-color:#956F9F">Inner text</div>

This div background color is #956F9F.


Border color

.myBorderColor { border: 1px solid #956F9F; }

<div style="border:3px solid #956F9F">Div</div>

This div border color is #956F9F.


Opacity

.myOpacity80 { color: #956F9F; opacity: 0.8; }

<p style="color:#956F9F;opacity:0.8;">80%</p>

Text with #956F9F 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 #956F9F;}

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

This text has shadow with #956F9F color.

.textShadow {text-shadow: 3px 3px 1px #956F9F, 3px 3px 1px red;}

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

This text has shadow with #956F9F primary color and red secondary color.


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

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

This text has shadow with #956F9F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956F9F on black background.


Color preview on white background

This text has color #956F9F on white background.



Black color preview on #956F9F background

This text has black color on #956F9F background.


White color preview on #956F9F background

This text has white color on #956F9F background.