COLOR #966FCD

HEX: #966FCD RGB: (150,111,205)

Color info

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

RGB color model

#966FCD color RGB value is (150,111,205).

RGB: (150,111,205) (59%, 44%, 80%)

RGB channels and saturation

R 150 of 255 = 59%
G 111 of 255 = 44%
B 205 of 255 = 80%

150
111
205

R + G + B ~ 61%. #966FCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 111 + 205 = 466 (100%)
R 150 of 466 ~ 32.19%
G 111 of 466 ~ 23.82%
B 205 of 466 ~ 43.99'%

%32.19
%23.82
%43.99

CMYK color model

#966FCD color CMYK value is (27,46,0,20).

  • cyan value is 26.83%
  • magenta value is 45.85%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (27,46,0,20)
C27M46Y0K20 (27%, 46%, 0%, 20%)
(0.27 / 0.46 / 0.00 / 0.20)

CMYK percentages

%26.83
%45.85
%0
%19.61

Codes

Color #966FCD in popluar color models

96 6F CD
RGB 150 111 205
HSL 265° 48.45% 61.96%
HSB/HSV 265° 45.85% 80.39%
CMYK 26.83% 45.85% 0.00%
19.61%

Color #966FCD in popluar number systems.

HEX 96 6F CD
Decimal 150 111 205
Binary 10010110 1101111 11001101
Octal 226 157 315

Shades and tints

Shades of #966FCD

#966FCD
(150,111,205)
#8965BB
(137,101,187)
#7C5BA9
(124,91,169)
#6F5197
(111,81,151)
#624785
(98,71,133)
#553D73
(85,61,115)
#483361
(72,51,97)
#3B294F
(59,41,79)
#2E1F3D
(46,31,61)
#21152B
(33,21,43)
#140B19
(20,11,25)
#000000
(0,0,0)

Tints of #966FCD

#966FCD
(150,111,205)
#9F7CD1
(159,124,209)
#A889D5
(168,137,213)
#B196D9
(177,150,217)
#BAA3DD
(186,163,221)
#C3B0E1
(195,176,225)
#CCBDE5
(204,189,229)
#D5CAE9
(213,202,233)
#DED7ED
(222,215,237)
#E7E4F1
(231,228,241)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966FCD color. Also use rgb(150,111,205) instead hex code.

Text Font Color

.myTextColor { color: #966FCD; }

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

This text font color is #966FCD.

Background Color

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

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

This div background color is #966FCD.

Border color

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

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

This div border color is #966FCD.

Opacity

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

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

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

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

This text has shadow with #966FCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #966FCD.

Preview

Color preview on black background

This text has color #966FCD on black background.


Color preview on white background

This text has color #966FCD on white background.


Black color preview on #966FCD background

This text has black color on #966FCD background.


White color preview on #966FCD background

This text has white color on #966FCD background.


Related colors

Complementary color

Complementary color for #hex is #699032.


I love getcolorcode.com

Triadic colors

1 #CD966F and #6FCD96 with #966FCD are triadic colors.

2 #CD6F96 and #6F96CD with #966FCD are triadic colors.