COLOR #956EAB

HEX: #956EAB RGB: (149,110,171)

Color info

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

RGB color model

#956EAB color RGB value is (149,110,171).

RGB: (149,110,171) (58%, 43%, 67%)

RGB channels and saturation

R 149 of 255 = 58%
G 110 of 255 = 43%
B 171 of 255 = 67%

149
110
171

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

Portions of RGB colors in percentages

R + G + B = 149 + 110 + 171 = 430 (100%)
R 149 of 430 ~ 34.65%
G 110 of 430 ~ 25.58%
B 171 of 430 ~ 39.77'%

%34.65
%25.58
%39.77

CMYK color model

#956EAB color CMYK value is (13,36,0,33).

  • cyan value is 12.87%
  • magenta value is 35.67%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (13,36,0,33)
C13M36Y0K33 (13%, 36%, 0%, 33%)
(0.13 / 0.36 / 0.00 / 0.33)

CMYK percentages

%12.87
%35.67
%0
%32.94

Codes

Color #956EAB in popluar color models

95 6E AB
RGB 149 110 171
HSL 278° 26.64% 55.10%
HSB/HSV 278° 35.67% 67.06%
CMYK 12.87% 35.67% 0.00%
32.94%

Color #956EAB in popluar number systems.

HEX 95 6E AB
Decimal 149 110 171
Binary 10010101 1101110 10101011
Octal 225 156 253

Shades and tints

Shades of #956EAB

#956EAB
(149,110,171)
#88649C
(136,100,156)
#7B5A8D
(123,90,141)
#6E507E
(110,80,126)
#61466F
(97,70,111)
#543C60
(84,60,96)
#473251
(71,50,81)
#3A2842
(58,40,66)
#2D1E33
(45,30,51)
#201424
(32,20,36)
#130A15
(19,10,21)
#000000
(0,0,0)

Tints of #956EAB

#956EAB
(149,110,171)
#9E7BB2
(158,123,178)
#A788B9
(167,136,185)
#B095C0
(176,149,192)
#B9A2C7
(185,162,199)
#C2AFCE
(194,175,206)
#CBBCD5
(203,188,213)
#D4C9DC
(212,201,220)
#DDD6E3
(221,214,227)
#E6E3EA
(230,227,234)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #956EAB; }

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

This text font color is #956EAB.

Background Color

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

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

This div background color is #956EAB.

Border color

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

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

This div border color is #956EAB.

Opacity

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

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

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

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

This text has shadow with #956EAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #956EAB.

Preview

Color preview on black background

This text has color #956EAB on black background.


Color preview on white background

This text has color #956EAB on white background.


Black color preview on #956EAB background

This text has black color on #956EAB background.


White color preview on #956EAB background

This text has white color on #956EAB background.


Related colors

Complementary color

Complementary color for #hex is #6A9154.


I love getcolorcode.com

Triadic colors

1 #AB956E and #6EAB95 with #956EAB are triadic colors.

2 #AB6E95 and #6E95AB with #956EAB are triadic colors.