COLOR #966BB5

HEX: #966BB5
RGB: (150,107,181)

Color info

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

RGB color model

#966BB5 color RGB value is (150,107,181).

  • red value is 150;
  • green value is 107;
  • blue value is 181.
RGB:
(150,107,181)
(59%,42%,71%)

RGB channels and saturation

R 150 of 255 = 59%
G 107 of 255 = 42%
B 181 of 255 = 71%

150
107
181

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

Portions of RGB colors in percentages

R + G + B =
150 + 107 + 181 = 438 (100%)
R 150 of 438 ~ 34.25%
G 107 of 438 ~ 24.43%
B 181 of 438 ~ 41.32%

%34.25
%24.43
%41.32

CMYK color model

#966BB5 color CMYK value is (17,41,0,29).

  • cyan value is 17.13%
  • magenta value is 40.88%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(17,41,0,29)
C17M41Y0K29 
(17%,41%,0%,29%)
(0.17/0.41/0.00/0.29)	

CMYK percentages

%17.13
%40.88
%0
%29.02

Codes

Color #966BB5 in popluar color models

966BB5
RGB150107181
HSL275°33.33%56.47%
HSB/HSV275°40.88%70.98%
CMYK17.13%40.88%0.00%
29.02%

Color #966BB5 in popluar number systems.

HEX966BB5
Decimal150107181
Binary10010110110101110110101
Octal226153265

Shades and tints

Shades of #966BB5

#966BB5
(150,107,181)
#8962A5
(137,98,165)
#7C5995
(124,89,149)
#6F5085
(111,80,133)
#624775
(98,71,117)
#553E65
(85,62,101)
#483555
(72,53,85)
#3B2C45
(59,44,69)
#2E2335
(46,35,53)
#211A25
(33,26,37)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #966BB5

#966BB5
(150,107,181)
#9F78BB
(159,120,187)
#A885C1
(168,133,193)
#B192C7
(177,146,199)
#BA9FCD
(186,159,205)
#C3ACD3
(195,172,211)
#CCB9D9
(204,185,217)
#D5C6DF
(213,198,223)
#DED3E5
(222,211,229)
#E7E0EB
(231,224,235)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966BB5 color. Also use rgb(150,107,181) instead hex code.

Text Font Color

.myTextColor { color: #966BB5; }

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

This text font color is #966BB5.


Background Color

.myBgColor { background-color: #966BB5; }

<div style="background-color:#966BB5">Inner text</div>

This div background color is #966BB5.


Border color

.myBorderColor { border: 1px solid #966BB5; }

<div style="border:3px solid #966BB5">Div</div>

This div border color is #966BB5.


Opacity

.myOpacity80 { color: #966BB5; opacity: 0.8; }

<p style="color:#966BB5;opacity:0.8;">80%</p>

Text with #966BB5 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 #966BB5;}

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

This text has shadow with #966BB5 color.

.textShadow {text-shadow: 3px 3px 1px #966BB5, 3px 3px 1px red;}

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

This text has shadow with #966BB5 primary color and red secondary color.


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

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

This text has shadow with #966BB5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966BB5 on black background.


Color preview on white background

This text has color #966BB5 on white background.



Black color preview on #966BB5 background

This text has black color on #966BB5 background.


White color preview on #966BB5 background

This text has white color on #966BB5 background.