COLOR #966CB2

HEX: #966CB2 RGB: (150,108,178)

Color info

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

RGB color model

#966CB2 color RGB value is (150,108,178).

RGB: (150,108,178) (59%, 42%, 70%)

RGB channels and saturation

R 150 of 255 = 59%
G 108 of 255 = 42%
B 178 of 255 = 70%

150
108
178

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

Portions of RGB colors in percentages

R + G + B = 150 + 108 + 178 = 436 (100%)
R 150 of 436 ~ 34.4%
G 108 of 436 ~ 24.77%
B 178 of 436 ~ 40.83'%

%34.4
%24.77
%40.83

CMYK color model

#966CB2 color CMYK value is (16,39,0,30).

  • cyan value is 15.73%
  • magenta value is 39.33%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK: (16,39,0,30) C16M39Y0K30 (16%,39%,0%,30%) (0.16/0.39/0.00/0.30) 

CMYK percentages

%15.73
%39.33
%0
%30.2

Codes

Color #966CB2 in popluar color models

96 6C B2
RGB 150 108 178
HSL 276° 31.25% 56.08%
HSB/HSV 276° 39.33% 69.80%
CMYK 15.73% 39.33% 0.00%
30.20%

Color #966CB2 in popluar number systems.

HEX 96 6C B2
Decimal 150 108 178
Binary 10010110 1101100 10110010
Octal 226 154 262

Shades and tints

Shades of #966CB2

#966CB2
(150,108,178)
#8963A2
(137,99,162)
#7C5A92
(124,90,146)
#6F5182
(111,81,130)
#624872
(98,72,114)
#553F62
(85,63,98)
#483652
(72,54,82)
#3B2D42
(59,45,66)
#2E2432
(46,36,50)
#211B22
(33,27,34)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #966CB2

#966CB2
(150,108,178)
#9F79B9
(159,121,185)
#A886C0
(168,134,192)
#B193C7
(177,147,199)
#BAA0CE
(186,160,206)
#C3ADD5
(195,173,213)
#CCBADC
(204,186,220)
#D5C7E3
(213,199,227)
#DED4EA
(222,212,234)
#E7E1F1
(231,225,241)
#F0EEF8
(240,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966CB2 color. Also use rgb(150,108,178) instead hex code.

Text Font Color

.myTextColor { color: #966CB2; }

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

This text font color is #966CB2.

Background Color

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

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

This div background color is #966CB2.

Border color

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

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

This div border color is #966CB2.

Opacity

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

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

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

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

This text has shadow with #966CB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #966CB2.

Preview

Color preview on black background

This text has color #966CB2 on black background.


Color preview on white background

This text has color #966CB2 on white background.


Black color preview on #966CB2 background

This text has black color on #966CB2 background.


White color preview on #966CB2 background

This text has white color on #966CB2 background.


Related colors

Complementary color

Complementary color for #hex is #69934D.


I love getcolorcode.com

Triadic colors

1 #B2966C and #6CB296 with #966CB2 are triadic colors.

2 #B26C96 and #6C96B2 with #966CB2 are triadic colors.