COLOR #956BD6

HEX: #956BD6
RGB: (149,107,214)

Color info

#956BD6 contains mainly blue color. Web safe color of #956BD6 is #9966CC (or #96C).

RGB color model

#956BD6 color RGB value is (149,107,214).

  • red value is 149;
  • green value is 107;
  • blue value is 214.
RGB:
(149,107,214)
(58%,42%,84%)

RGB channels and saturation

R 149 of 255 = 58%
G 107 of 255 = 42%
B 214 of 255 = 84%

149
107
214

R + G + B ~ 61%. #956BD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 107 + 214 = 470 (100%)
R 149 of 470 ~ 31.7%
G 107 of 470 ~ 22.77%
B 214 of 470 ~ 45.53%

%31.7
%22.77
%45.53

CMYK color model

#956BD6 color CMYK value is (30,50,0,16).

  • cyan value is 30.37%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(30,50,0,16)
C30M50Y0K16 
(30%,50%,0%,16%)
(0.30/0.50/0.00/0.16)	

CMYK percentages

%30.37
%50
%0
%16.08

Codes

Color #956BD6 in popluar color models

956BD6
RGB149107214
HSL264°56.61%62.94%
HSB/HSV264°50.00%83.92%
CMYK30.37%50.00%0.00%
16.08%

Color #956BD6 in popluar number systems.

HEX956BD6
Decimal149107214
Binary10010101110101111010110
Octal225153326

Shades and tints

Shades of #956BD6

#956BD6
(149,107,214)
#8862C3
(136,98,195)
#7B59B0
(123,89,176)
#6E509D
(110,80,157)
#61478A
(97,71,138)
#543E77
(84,62,119)
#473564
(71,53,100)
#3A2C51
(58,44,81)
#2D233E
(45,35,62)
#201A2B
(32,26,43)
#131118
(19,17,24)
#000000
(0,0,0)

Tints of #956BD6

#956BD6
(149,107,214)
#9E78D9
(158,120,217)
#A785DC
(167,133,220)
#B092DF
(176,146,223)
#B99FE2
(185,159,226)
#C2ACE5
(194,172,229)
#CBB9E8
(203,185,232)
#D4C6EB
(212,198,235)
#DDD3EE
(221,211,238)
#E6E0F1
(230,224,241)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #956BD6; }

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

This text font color is #956BD6.


Background Color

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

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

This div background color is #956BD6.


Border color

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

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

This div border color is #956BD6.


Opacity

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

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

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

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

This text has shadow with #956BD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956BD6 on black background.


Color preview on white background

This text has color #956BD6 on white background.



Black color preview on #956BD6 background

This text has black color on #956BD6 background.


White color preview on #956BD6 background

This text has white color on #956BD6 background.