COLOR #956AA3

HEX: #956AA3
RGB: (149,106,163)

Color info

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

RGB color model

#956AA3 color RGB value is (149,106,163).

  • red value is 149;
  • green value is 106;
  • blue value is 163.
RGB:
(149,106,163)
(58%,42%,64%)

RGB channels and saturation

R 149 of 255 = 58%
G 106 of 255 = 42%
B 163 of 255 = 64%

149
106
163

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

Portions of RGB colors in percentages

R + G + B =
149 + 106 + 163 = 418 (100%)
R 149 of 418 ~ 35.65%
G 106 of 418 ~ 25.36%
B 163 of 418 ~ 39%

%35.65
%25.36
%39

CMYK color model

#956AA3 color CMYK value is (9,35,0,36).

  • cyan value is 8.59%
  • magenta value is 34.97%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(9,35,0,36)
C9M35Y0K36 
(9%,35%,0%,36%)
(0.09/0.35/0.00/0.36)	

CMYK percentages

%8.59
%34.97
%0
%36.08

Codes

Color #956AA3 in popluar color models

956AA3
RGB149106163
HSL285°23.65%52.75%
HSB/HSV285°34.97%63.92%
CMYK8.59%34.97%0.00%
36.08%

Color #956AA3 in popluar number systems.

HEX956AA3
Decimal149106163
Binary10010101110101010100011
Octal225152243

Shades and tints

Shades of #956AA3

#956AA3
(149,106,163)
#886195
(136,97,149)
#7B5887
(123,88,135)
#6E4F79
(110,79,121)
#61466B
(97,70,107)
#543D5D
(84,61,93)
#47344F
(71,52,79)
#3A2B41
(58,43,65)
#2D2233
(45,34,51)
#201925
(32,25,37)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #956AA3

#956AA3
(149,106,163)
#9E77AB
(158,119,171)
#A784B3
(167,132,179)
#B091BB
(176,145,187)
#B99EC3
(185,158,195)
#C2ABCB
(194,171,203)
#CBB8D3
(203,184,211)
#D4C5DB
(212,197,219)
#DDD2E3
(221,210,227)
#E6DFEB
(230,223,235)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956AA3 color. Also use rgb(149,106,163) instead hex code.

Text Font Color

.myTextColor { color: #956AA3; }

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

This text font color is #956AA3.


Background Color

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

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

This div background color is #956AA3.


Border color

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

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

This div border color is #956AA3.


Opacity

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

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

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

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

This text has shadow with #956AA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956AA3 on black background.


Color preview on white background

This text has color #956AA3 on white background.



Black color preview on #956AA3 background

This text has black color on #956AA3 background.


White color preview on #956AA3 background

This text has white color on #956AA3 background.