COLOR #966CAD

HEX: #966CAD RGB: (150,108,173)

Color info

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

RGB color model

#966CAD color RGB value is (150,108,173).

RGB: (150,108,173) (59%, 42%, 68%)

RGB channels and saturation

R 150 of 255 = 59%
G 108 of 255 = 42%
B 173 of 255 = 68%

150
108
173

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

Portions of RGB colors in percentages

R + G + B = 150 + 108 + 173 = 431 (100%)
R 150 of 431 ~ 34.8%
G 108 of 431 ~ 25.06%
B 173 of 431 ~ 40.14'%

%34.8
%25.06
%40.14

CMYK color model

#966CAD color CMYK value is (13,38,0,32).

  • cyan value is 13.29%
  • magenta value is 37.57%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (13,38,0,32) C13M38Y0K32 (13%,38%,0%,32%) (0.13/0.38/0.00/0.32) 

CMYK percentages

%13.29
%37.57
%0
%32.16

Codes

Color #966CAD in popluar color models

96 6C AD
RGB 150 108 173
HSL 279° 28.38% 55.10%
HSB/HSV 279° 37.57% 67.84%
CMYK 13.29% 37.57% 0.00%
32.16%

Color #966CAD in popluar number systems.

HEX 96 6C AD
Decimal 150 108 173
Binary 10010110 1101100 10101101
Octal 226 154 255

Shades and tints

Shades of #966CAD

#966CAD
(150,108,173)
#89639E
(137,99,158)
#7C5A8F
(124,90,143)
#6F5180
(111,81,128)
#624871
(98,72,113)
#553F62
(85,63,98)
#483653
(72,54,83)
#3B2D44
(59,45,68)
#2E2435
(46,36,53)
#211B26
(33,27,38)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #966CAD

#966CAD
(150,108,173)
#9F79B4
(159,121,180)
#A886BB
(168,134,187)
#B193C2
(177,147,194)
#BAA0C9
(186,160,201)
#C3ADD0
(195,173,208)
#CCBAD7
(204,186,215)
#D5C7DE
(213,199,222)
#DED4E5
(222,212,229)
#E7E1EC
(231,225,236)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966CAD; }

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

This text font color is #966CAD.

Background Color

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

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

This div background color is #966CAD.

Border color

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

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

This div border color is #966CAD.

Opacity

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

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

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

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

This text has shadow with #966CAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #966CAD.

Preview

Color preview on black background

This text has color #966CAD on black background.


Color preview on white background

This text has color #966CAD on white background.


Black color preview on #966CAD background

This text has black color on #966CAD background.


White color preview on #966CAD background

This text has white color on #966CAD background.


Related colors

Complementary color

Complementary color for #hex is #699352.


I love getcolorcode.com

Triadic colors

1 #AD966C and #6CAD96 with #966CAD are triadic colors.

2 #AD6C96 and #6C96AD with #966CAD are triadic colors.