COLOR #956E99

HEX: #956E99
RGB: (149,110,153)

Color info

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

RGB color model

#956E99 color RGB value is (149,110,153).

  • red value is 149;
  • green value is 110;
  • blue value is 153.
RGB:
(149,110,153)
(58%,43%,60%)

RGB channels and saturation

R 149 of 255 = 58%
G 110 of 255 = 43%
B 153 of 255 = 60%

149
110
153

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

Portions of RGB colors in percentages

R + G + B =
149 + 110 + 153 = 412 (100%)
R 149 of 412 ~ 36.17%
G 110 of 412 ~ 26.7%
B 153 of 412 ~ 37.14%

%36.17
%26.7
%37.14

CMYK color model

#956E99 color CMYK value is (3,28,0,40).

  • cyan value is 2.61%
  • magenta value is 28.10%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(3,28,0,40)
C3M28Y0K40 
(3%,28%,0%,40%)
(0.03/0.28/0.00/0.40)	

CMYK percentages

%2.61
%28.1
%0
%40

Codes

Color #956E99 in popluar color models

956E99
RGB149110153
HSL294°17.41%51.57%
HSB/HSV294°28.10%60.00%
CMYK2.61%28.10%0.00%
40.00%

Color #956E99 in popluar number systems.

HEX956E99
Decimal149110153
Binary10010101110111010011001
Octal225156231

Shades and tints

Shades of #956E99

#956E99
(149,110,153)
#88648C
(136,100,140)
#7B5A7F
(123,90,127)
#6E5072
(110,80,114)
#614665
(97,70,101)
#543C58
(84,60,88)
#47324B
(71,50,75)
#3A283E
(58,40,62)
#2D1E31
(45,30,49)
#201424
(32,20,36)
#130A17
(19,10,23)
#000000
(0,0,0)

Tints of #956E99

#956E99
(149,110,153)
#9E7BA2
(158,123,162)
#A788AB
(167,136,171)
#B095B4
(176,149,180)
#B9A2BD
(185,162,189)
#C2AFC6
(194,175,198)
#CBBCCF
(203,188,207)
#D4C9D8
(212,201,216)
#DDD6E1
(221,214,225)
#E6E3EA
(230,227,234)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956E99 color. Also use rgb(149,110,153) instead hex code.

Text Font Color

.myTextColor { color: #956E99; }

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

This text font color is #956E99.


Background Color

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

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

This div background color is #956E99.


Border color

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

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

This div border color is #956E99.


Opacity

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

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

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

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

This text has shadow with #956E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956E99 on black background.


Color preview on white background

This text has color #956E99 on white background.



Black color preview on #956E99 background

This text has black color on #956E99 background.


White color preview on #956E99 background

This text has white color on #956E99 background.