COLOR #966DB7

HEX: #966DB7 RGB: (150,109,183)

Color info

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

RGB color model

#966DB7 color RGB value is (150,109,183).

RGB: (150,109,183) (59%, 43%, 72%)

RGB channels and saturation

R 150 of 255 = 59%
G 109 of 255 = 43%
B 183 of 255 = 72%

150
109
183

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

Portions of RGB colors in percentages

R + G + B = 150 + 109 + 183 = 442 (100%)
R 150 of 442 ~ 33.94%
G 109 of 442 ~ 24.66%
B 183 of 442 ~ 41.4'%

%33.94
%24.66
%41.4

CMYK color model

#966DB7 color CMYK value is (18,40,0,28).

  • cyan value is 18.03%
  • magenta value is 40.44%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (18,40,0,28)
C18M40Y0K28 (18%, 40%, 0%, 28%)
(0.18 / 0.40 / 0.00 / 0.28)

CMYK percentages

%18.03
%40.44
%0
%28.24

Codes

Color #966DB7 in popluar color models

96 6D B7
RGB 150 109 183
HSL 273° 33.94% 57.25%
HSB/HSV 273° 40.44% 71.76%
CMYK 18.03% 40.44% 0.00%
28.24%

Color #966DB7 in popluar number systems.

HEX 96 6D B7
Decimal 150 109 183
Binary 10010110 1101101 10110111
Octal 226 155 267

Shades and tints

Shades of #966DB7

#966DB7
(150,109,183)
#8964A7
(137,100,167)
#7C5B97
(124,91,151)
#6F5287
(111,82,135)
#624977
(98,73,119)
#554067
(85,64,103)
#483757
(72,55,87)
#3B2E47
(59,46,71)
#2E2537
(46,37,55)
#211C27
(33,28,39)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #966DB7

#966DB7
(150,109,183)
#9F7ABD
(159,122,189)
#A887C3
(168,135,195)
#B194C9
(177,148,201)
#BAA1CF
(186,161,207)
#C3AED5
(195,174,213)
#CCBBDB
(204,187,219)
#D5C8E1
(213,200,225)
#DED5E7
(222,213,231)
#E7E2ED
(231,226,237)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966DB7 color. Also use rgb(150,109,183) instead hex code.

Text Font Color

.myTextColor { color: #966DB7; }

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

This text font color is #966DB7.

Background Color

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

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

This div background color is #966DB7.

Border color

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

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

This div border color is #966DB7.

Opacity

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

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

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

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

This text has shadow with #966DB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #966DB7.

Preview

Color preview on black background

This text has color #966DB7 on black background.


Color preview on white background

This text has color #966DB7 on white background.


Black color preview on #966DB7 background

This text has black color on #966DB7 background.


White color preview on #966DB7 background

This text has white color on #966DB7 background.


Related colors

Complementary color

Complementary color for #hex is #699248.


I love getcolorcode.com

Triadic colors

1 #B7966D and #6DB796 with #966DB7 are triadic colors.

2 #B76D96 and #6D96B7 with #966DB7 are triadic colors.