COLOR #966DAC

HEX: #966DAC RGB: (150,109,172)

Color info

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

RGB color model

#966DAC color RGB value is (150,109,172).

RGB: (150,109,172) (59%, 43%, 67%)

RGB channels and saturation

R 150 of 255 = 59%
G 109 of 255 = 43%
B 172 of 255 = 67%

150
109
172

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

Portions of RGB colors in percentages

R + G + B = 150 + 109 + 172 = 431 (100%)
R 150 of 431 ~ 34.8%
G 109 of 431 ~ 25.29%
B 172 of 431 ~ 39.91'%

%34.8
%25.29
%39.91

CMYK color model

#966DAC color CMYK value is (13,37,0,33).

  • cyan value is 12.79%
  • magenta value is 36.63%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (13,37,0,33)
C13M37Y0K33 (13%, 37%, 0%, 33%)
(0.13 / 0.37 / 0.00 / 0.33)

CMYK percentages

%12.79
%36.63
%0
%32.55

Codes

Color #966DAC in popluar color models

96 6D AC
RGB 150 109 172
HSL 279° 27.51% 55.10%
HSB/HSV 279° 36.63% 67.45%
CMYK 12.79% 36.63% 0.00%
32.55%

Color #966DAC in popluar number systems.

HEX 96 6D AC
Decimal 150 109 172
Binary 10010110 1101101 10101100
Octal 226 155 254

Shades and tints

Shades of #966DAC

#966DAC
(150,109,172)
#89649D
(137,100,157)
#7C5B8E
(124,91,142)
#6F527F
(111,82,127)
#624970
(98,73,112)
#554061
(85,64,97)
#483752
(72,55,82)
#3B2E43
(59,46,67)
#2E2534
(46,37,52)
#211C25
(33,28,37)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #966DAC

#966DAC
(150,109,172)
#9F7AB3
(159,122,179)
#A887BA
(168,135,186)
#B194C1
(177,148,193)
#BAA1C8
(186,161,200)
#C3AECF
(195,174,207)
#CCBBD6
(204,187,214)
#D5C8DD
(213,200,221)
#DED5E4
(222,213,228)
#E7E2EB
(231,226,235)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966DAC; }

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

This text font color is #966DAC.

Background Color

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

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

This div background color is #966DAC.

Border color

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

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

This div border color is #966DAC.

Opacity

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

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

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

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

This text has shadow with #966DAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #966DAC.

Preview

Color preview on black background

This text has color #966DAC on black background.


Color preview on white background

This text has color #966DAC on white background.


Black color preview on #966DAC background

This text has black color on #966DAC background.


White color preview on #966DAC background

This text has white color on #966DAC background.


Related colors

Complementary color

Complementary color for #hex is #699253.


I love getcolorcode.com

Triadic colors

1 #AC966D and #6DAC96 with #966DAC are triadic colors.

2 #AC6D96 and #6D96AC with #966DAC are triadic colors.