COLOR #966CD9

HEX: #966CD9 RGB: (150,108,217)

Color info

#966CD9 contains mainly blue color. Web safe color of #966CD9 is #9966CC (or #96C).

RGB color model

#966CD9 color RGB value is (150,108,217).

RGB: (150,108,217) (59%, 42%, 85%)

RGB channels and saturation

R 150 of 255 = 59%
G 108 of 255 = 42%
B 217 of 255 = 85%

150
108
217

R + G + B ~ 62%. #966CD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 108 + 217 = 475 (100%)
R 150 of 475 ~ 31.58%
G 108 of 475 ~ 22.74%
B 217 of 475 ~ 45.68'%

%31.58
%22.74
%45.68

CMYK color model

#966CD9 color CMYK value is (31,50,0,15).

  • cyan value is 30.88%
  • magenta value is 50.23%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (31,50,0,15)
C31M50Y0K15 (31%, 50%, 0%, 15%)
(0.31 / 0.50 / 0.00 / 0.15)

CMYK percentages

%30.88
%50.23
%0
%14.9

Codes

Color #966CD9 in popluar color models

96 6C D9
RGB 150 108 217
HSL 263° 58.92% 63.73%
HSB/HSV 263° 50.23% 85.10%
CMYK 30.88% 50.23% 0.00%
14.90%

Color #966CD9 in popluar number systems.

HEX 96 6C D9
Decimal 150 108 217
Binary 10010110 1101100 11011001
Octal 226 154 331

Shades and tints

Shades of #966CD9

#966CD9
(150,108,217)
#8963C6
(137,99,198)
#7C5AB3
(124,90,179)
#6F51A0
(111,81,160)
#62488D
(98,72,141)
#553F7A
(85,63,122)
#483667
(72,54,103)
#3B2D54
(59,45,84)
#2E2441
(46,36,65)
#211B2E
(33,27,46)
#14121B
(20,18,27)
#000000
(0,0,0)

Tints of #966CD9

#966CD9
(150,108,217)
#9F79DC
(159,121,220)
#A886DF
(168,134,223)
#B193E2
(177,147,226)
#BAA0E5
(186,160,229)
#C3ADE8
(195,173,232)
#CCBAEB
(204,186,235)
#D5C7EE
(213,199,238)
#DED4F1
(222,212,241)
#E7E1F4
(231,225,244)
#F0EEF7
(240,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966CD9; }

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

This text font color is #966CD9.

Background Color

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

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

This div background color is #966CD9.

Border color

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

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

This div border color is #966CD9.

Opacity

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

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

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

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

This text has shadow with #966CD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #966CD9.

Preview

Color preview on black background

This text has color #966CD9 on black background.


Color preview on white background

This text has color #966CD9 on white background.


Black color preview on #966CD9 background

This text has black color on #966CD9 background.


White color preview on #966CD9 background

This text has white color on #966CD9 background.


Related colors

Complementary color

Complementary color for #hex is #699326.


I love getcolorcode.com

Triadic colors

1 #D9966C and #6CD996 with #966CD9 are triadic colors.

2 #D96C96 and #6C96D9 with #966CD9 are triadic colors.