COLOR #956EF6

HEX: #956EF6
RGB: (149,110,246)

Color info

#956EF6 contains mainly blue color. Web safe color of #956EF6 is #9966FF (or #96F).

RGB color model

#956EF6 color RGB value is (149,110,246).

  • red value is 149;
  • green value is 110;
  • blue value is 246.
RGB:
(149,110,246)
(58%,43%,96%)

RGB channels and saturation

R 149 of 255 = 58%
G 110 of 255 = 43%
B 246 of 255 = 96%

149
110
246

R + G + B ~ 66%. #956EF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 110 + 246 = 505 (100%)
R 149 of 505 ~ 29.5%
G 110 of 505 ~ 21.78%
B 246 of 505 ~ 48.71%

%29.5
%21.78
%48.71

CMYK color model

#956EF6 color CMYK value is (39,55,0,4).

  • cyan value is 39.43%
  • magenta value is 55.28%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(39,55,0,4)
C39M55Y0K4 
(39%,55%,0%,4%)
(0.39/0.55/0.00/0.04)	

CMYK percentages

%39.43
%55.28
%0
%3.53

Codes

Color #956EF6 in popluar color models

956EF6
RGB149110246
HSL257°88.31%69.80%
HSB/HSV257°55.28%96.47%
CMYK39.43%55.28%0.00%
3.53%

Color #956EF6 in popluar number systems.

HEX956EF6
Decimal149110246
Binary10010101110111011110110
Octal225156366

Shades and tints

Shades of #956EF6

#956EF6
(149,110,246)
#8864E0
(136,100,224)
#7B5ACA
(123,90,202)
#6E50B4
(110,80,180)
#61469E
(97,70,158)
#543C88
(84,60,136)
#473272
(71,50,114)
#3A285C
(58,40,92)
#2D1E46
(45,30,70)
#201430
(32,20,48)
#130A1A
(19,10,26)
#000000
(0,0,0)

Tints of #956EF6

#956EF6
(149,110,246)
#9E7BF6
(158,123,246)
#A788F6
(167,136,246)
#B095F6
(176,149,246)
#B9A2F6
(185,162,246)
#C2AFF6
(194,175,246)
#CBBCF6
(203,188,246)
#D4C9F6
(212,201,246)
#DDD6F6
(221,214,246)
#E6E3F6
(230,227,246)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956EF6 color. Also use rgb(149,110,246) instead hex code.

Text Font Color

.myTextColor { color: #956EF6; }

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

This text font color is #956EF6.


Background Color

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

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

This div background color is #956EF6.


Border color

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

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

This div border color is #956EF6.


Opacity

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

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

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

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

This text has shadow with #956EF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956EF6 on black background.


Color preview on white background

This text has color #956EF6 on white background.



Black color preview on #956EF6 background

This text has black color on #956EF6 background.


White color preview on #956EF6 background

This text has white color on #956EF6 background.