COLOR #956FCE

HEX: #956FCE
RGB: (149,111,206)

Color info

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

RGB color model

#956FCE color RGB value is (149,111,206).

  • red value is 149;
  • green value is 111;
  • blue value is 206.
RGB:
(149,111,206)
(58%,44%,81%)

RGB channels and saturation

R 149 of 255 = 58%
G 111 of 255 = 44%
B 206 of 255 = 81%

149
111
206

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

Portions of RGB colors in percentages

R + G + B =
149 + 111 + 206 = 466 (100%)
R 149 of 466 ~ 31.97%
G 111 of 466 ~ 23.82%
B 206 of 466 ~ 44.21%

%31.97
%23.82
%44.21

CMYK color model

#956FCE color CMYK value is (28,46,0,19).

  • cyan value is 27.67%
  • magenta value is 46.12%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(28,46,0,19)
C28M46Y0K19 
(28%,46%,0%,19%)
(0.28/0.46/0.00/0.19)	

CMYK percentages

%27.67
%46.12
%0
%19.22

Codes

Color #956FCE in popluar color models

956FCE
RGB149111206
HSL264°49.22%62.16%
HSB/HSV264°46.12%80.78%
CMYK27.67%46.12%0.00%
19.22%

Color #956FCE in popluar number systems.

HEX956FCE
Decimal149111206
Binary10010101110111111001110
Octal225157316

Shades and tints

Shades of #956FCE

#956FCE
(149,111,206)
#8865BC
(136,101,188)
#7B5BAA
(123,91,170)
#6E5198
(110,81,152)
#614786
(97,71,134)
#543D74
(84,61,116)
#473362
(71,51,98)
#3A2950
(58,41,80)
#2D1F3E
(45,31,62)
#20152C
(32,21,44)
#130B1A
(19,11,26)
#000000
(0,0,0)

Tints of #956FCE

#956FCE
(149,111,206)
#9E7CD2
(158,124,210)
#A789D6
(167,137,214)
#B096DA
(176,150,218)
#B9A3DE
(185,163,222)
#C2B0E2
(194,176,226)
#CBBDE6
(203,189,230)
#D4CAEA
(212,202,234)
#DDD7EE
(221,215,238)
#E6E4F2
(230,228,242)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956FCE color. Also use rgb(149,111,206) instead hex code.

Text Font Color

.myTextColor { color: #956FCE; }

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

This text font color is #956FCE.


Background Color

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

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

This div background color is #956FCE.


Border color

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

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

This div border color is #956FCE.


Opacity

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

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

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

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

This text has shadow with #956FCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956FCE on black background.


Color preview on white background

This text has color #956FCE on white background.



Black color preview on #956FCE background

This text has black color on #956FCE background.


White color preview on #956FCE background

This text has white color on #956FCE background.