COLOR #956DB0

HEX: #956DB0
RGB: (149,109,176)

Color info

#956DB0 contains mainly red and blue colors. Web safe color of #956DB0 is #996699 (or #969).

RGB color model

#956DB0 color RGB value is (149,109,176).

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

RGB channels and saturation

R 149 of 255 = 58%
G 109 of 255 = 43%
B 176 of 255 = 69%

149
109
176

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

Portions of RGB colors in percentages

R + G + B =
149 + 109 + 176 = 434 (100%)
R 149 of 434 ~ 34.33%
G 109 of 434 ~ 25.12%
B 176 of 434 ~ 40.55%

%34.33
%25.12
%40.55

CMYK color model

#956DB0 color CMYK value is (15,38,0,31).

  • cyan value is 15.34%
  • magenta value is 38.07%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(15,38,0,31)
C15M38Y0K31 
(15%,38%,0%,31%)
(0.15/0.38/0.00/0.31)	

CMYK percentages

%15.34
%38.07
%0
%30.98

Codes

Color #956DB0 in popluar color models

956DB0
RGB149109176
HSL276°29.78%55.88%
HSB/HSV276°38.07%69.02%
CMYK15.34%38.07%0.00%
30.98%

Color #956DB0 in popluar number systems.

HEX956DB0
Decimal149109176
Binary10010101110110110110000
Octal225155260

Shades and tints

Shades of #956DB0

#956DB0
(149,109,176)
#8864A0
(136,100,160)
#7B5B90
(123,91,144)
#6E5280
(110,82,128)
#614970
(97,73,112)
#544060
(84,64,96)
#473750
(71,55,80)
#3A2E40
(58,46,64)
#2D2530
(45,37,48)
#201C20
(32,28,32)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #956DB0

#956DB0
(149,109,176)
#9E7AB7
(158,122,183)
#A787BE
(167,135,190)
#B094C5
(176,148,197)
#B9A1CC
(185,161,204)
#C2AED3
(194,174,211)
#CBBBDA
(203,187,218)
#D4C8E1
(212,200,225)
#DDD5E8
(221,213,232)
#E6E2EF
(230,226,239)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #956DB0; }

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

This text font color is #956DB0.


Background Color

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

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

This div background color is #956DB0.


Border color

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

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

This div border color is #956DB0.


Opacity

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

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

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

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

This text has shadow with #956DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956DB0 on black background.


Color preview on white background

This text has color #956DB0 on white background.



Black color preview on #956DB0 background

This text has black color on #956DB0 background.


White color preview on #956DB0 background

This text has white color on #956DB0 background.