COLOR #956BBE

HEX: #956BBE RGB: (149,107,190)

Color info

#956BBE contains mainly red and blue colors. Web safe color of #956BBE is #9966CC (or #96C).

RGB color model

#956BBE color RGB value is (149,107,190).

RGB: (149,107,190) (58%, 42%, 75%)

RGB channels and saturation

R 149 of 255 = 58%
G 107 of 255 = 42%
B 190 of 255 = 75%

149
107
190

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

Portions of RGB colors in percentages

R + G + B = 149 + 107 + 190 = 446 (100%)
R 149 of 446 ~ 33.41%
G 107 of 446 ~ 23.99%
B 190 of 446 ~ 42.6'%

%33.41
%23.99
%42.6

CMYK color model

#956BBE color CMYK value is (22,44,0,25).

  • cyan value is 21.58%
  • magenta value is 43.68%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (22,44,0,25)
C22M44Y0K25 (22%, 44%, 0%, 25%)
(0.22 / 0.44 / 0.00 / 0.25)

CMYK percentages

%21.58
%43.68
%0
%25.49

Codes

Color #956BBE in popluar color models

95 6B BE
RGB 149 107 190
HSL 270° 38.97% 58.24%
HSB/HSV 270° 43.68% 74.51%
CMYK 21.58% 43.68% 0.00%
25.49%

Color #956BBE in popluar number systems.

HEX 95 6B BE
Decimal 149 107 190
Binary 10010101 1101011 10111110
Octal 225 153 276

Shades and tints

Shades of #956BBE

#956BBE
(149,107,190)
#8862AD
(136,98,173)
#7B599C
(123,89,156)
#6E508B
(110,80,139)
#61477A
(97,71,122)
#543E69
(84,62,105)
#473558
(71,53,88)
#3A2C47
(58,44,71)
#2D2336
(45,35,54)
#201A25
(32,26,37)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #956BBE

#956BBE
(149,107,190)
#9E78C3
(158,120,195)
#A785C8
(167,133,200)
#B092CD
(176,146,205)
#B99FD2
(185,159,210)
#C2ACD7
(194,172,215)
#CBB9DC
(203,185,220)
#D4C6E1
(212,198,225)
#DDD3E6
(221,211,230)
#E6E0EB
(230,224,235)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956BBE color. Also use rgb(149,107,190) instead hex code.

Text Font Color

.myTextColor { color: #956BBE; }

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

This text font color is #956BBE.

Background Color

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

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

This div background color is #956BBE.

Border color

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

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

This div border color is #956BBE.

Opacity

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

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

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

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

This text has shadow with #956BBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #956BBE.

Preview

Color preview on black background

This text has color #956BBE on black background.


Color preview on white background

This text has color #956BBE on white background.


Black color preview on #956BBE background

This text has black color on #956BBE background.


White color preview on #956BBE background

This text has white color on #956BBE background.


Related colors

Complementary color

Complementary color for #hex is #6A9441.


I love getcolorcode.com

Triadic colors

1 #BE956B and #6BBE95 with #956BBE are triadic colors.

2 #BE6B95 and #6B95BE with #956BBE are triadic colors.