COLOR #956DC8

HEX: #956DC8
RGB: (149,109,200)

Color info

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

RGB color model

#956DC8 color RGB value is (149,109,200).

  • red value is 149;
  • green value is 109;
  • blue value is 200.
RGB:
(149,109,200)
(58%,43%,78%)

RGB channels and saturation

R 149 of 255 = 58%
G 109 of 255 = 43%
B 200 of 255 = 78%

149
109
200

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

Portions of RGB colors in percentages

R + G + B =
149 + 109 + 200 = 458 (100%)
R 149 of 458 ~ 32.53%
G 109 of 458 ~ 23.8%
B 200 of 458 ~ 43.67%

%32.53
%23.8
%43.67

CMYK color model

#956DC8 color CMYK value is (26,46,0,22).

  • cyan value is 25.50%
  • magenta value is 45.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(26,46,0,22)
C26M46Y0K22 
(26%,46%,0%,22%)
(0.26/0.46/0.00/0.22)	

CMYK percentages

%25.5
%45.5
%0
%21.57

Codes

Color #956DC8 in popluar color models

956DC8
RGB149109200
HSL266°45.27%60.59%
HSB/HSV266°45.50%78.43%
CMYK25.50%45.50%0.00%
21.57%

Color #956DC8 in popluar number systems.

HEX956DC8
Decimal149109200
Binary10010101110110111001000
Octal225155310

Shades and tints

Shades of #956DC8

#956DC8
(149,109,200)
#8864B6
(136,100,182)
#7B5BA4
(123,91,164)
#6E5292
(110,82,146)
#614980
(97,73,128)
#54406E
(84,64,110)
#47375C
(71,55,92)
#3A2E4A
(58,46,74)
#2D2538
(45,37,56)
#201C26
(32,28,38)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #956DC8

#956DC8
(149,109,200)
#9E7ACD
(158,122,205)
#A787D2
(167,135,210)
#B094D7
(176,148,215)
#B9A1DC
(185,161,220)
#C2AEE1
(194,174,225)
#CBBBE6
(203,187,230)
#D4C8EB
(212,200,235)
#DDD5F0
(221,213,240)
#E6E2F5
(230,226,245)
#EFEFFA
(239,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956DC8 color. Also use rgb(149,109,200) instead hex code.

Text Font Color

.myTextColor { color: #956DC8; }

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

This text font color is #956DC8.


Background Color

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

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

This div background color is #956DC8.


Border color

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

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

This div border color is #956DC8.


Opacity

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

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

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

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

This text has shadow with #956DC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956DC8 on black background.


Color preview on white background

This text has color #956DC8 on white background.



Black color preview on #956DC8 background

This text has black color on #956DC8 background.


White color preview on #956DC8 background

This text has white color on #956DC8 background.