COLOR #956AA4

HEX: #956AA4 RGB: (149,106,164)

Color info

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

RGB color model

#956AA4 color RGB value is (149,106,164).

RGB: (149,106,164) (58%, 42%, 64%)

RGB channels and saturation

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

149
106
164

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

Portions of RGB colors in percentages

R + G + B = 149 + 106 + 164 = 419 (100%)
R 149 of 419 ~ 35.56%
G 106 of 419 ~ 25.3%
B 164 of 419 ~ 39.14'%

%35.56
%25.3
%39.14

CMYK color model

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

  • cyan value is 9.15%
  • magenta value is 35.37%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (9,35,0,36)
C9M35Y0K36 (9%, 35%, 0%, 36%)
(0.09 / 0.35 / 0.00 / 0.36)

CMYK percentages

%9.15
%35.37
%0
%35.69

Codes

Color #956AA4 in popluar color models

95 6A A4
RGB 149 106 164
HSL 284° 24.17% 52.94%
HSB/HSV 284° 35.37% 64.31%
CMYK 9.15% 35.37% 0.00%
35.69%

Color #956AA4 in popluar number systems.

HEX 95 6A A4
Decimal 149 106 164
Binary 10010101 1101010 10100100
Octal 225 152 244

Shades and tints

Shades of #956AA4

#956AA4
(149,106,164)
#886196
(136,97,150)
#7B5888
(123,88,136)
#6E4F7A
(110,79,122)
#61466C
(97,70,108)
#543D5E
(84,61,94)
#473450
(71,52,80)
#3A2B42
(58,43,66)
#2D2234
(45,34,52)
#201926
(32,25,38)
#131018
(19,16,24)
#000000
(0,0,0)

Tints of #956AA4

#956AA4
(149,106,164)
#9E77AC
(158,119,172)
#A784B4
(167,132,180)
#B091BC
(176,145,188)
#B99EC4
(185,158,196)
#C2ABCC
(194,171,204)
#CBB8D4
(203,184,212)
#D4C5DC
(212,197,220)
#DDD2E4
(221,210,228)
#E6DFEC
(230,223,236)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #956AA4; }

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

This text font color is #956AA4.

Background Color

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

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

This div background color is #956AA4.

Border color

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

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

This div border color is #956AA4.

Opacity

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

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

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

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

This text has shadow with #956AA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #956AA4.

Preview

Color preview on black background

This text has color #956AA4 on black background.


Color preview on white background

This text has color #956AA4 on white background.


Black color preview on #956AA4 background

This text has black color on #956AA4 background.


White color preview on #956AA4 background

This text has white color on #956AA4 background.


Related colors

Complementary color

Complementary color for #hex is #6A955B.


I love getcolorcode.com

Triadic colors

1 #A4956A and #6AA495 with #956AA4 are triadic colors.

2 #A46A95 and #6A95A4 with #956AA4 are triadic colors.