COLOR #966DA9

HEX: #966DA9 RGB: (150,109,169)

Color info

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

RGB color model

#966DA9 color RGB value is (150,109,169).

RGB: (150,109,169) (59%, 43%, 66%)

RGB channels and saturation

R 150 of 255 = 59%
G 109 of 255 = 43%
B 169 of 255 = 66%

150
109
169

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

Portions of RGB colors in percentages

R + G + B = 150 + 109 + 169 = 428 (100%)
R 150 of 428 ~ 35.05%
G 109 of 428 ~ 25.47%
B 169 of 428 ~ 39.49'%

%35.05
%25.47
%39.49

CMYK color model

#966DA9 color CMYK value is (11,36,0,34).

  • cyan value is 11.24%
  • magenta value is 35.50%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (11,36,0,34)
C11M36Y0K34 (11%, 36%, 0%, 34%)
(0.11 / 0.36 / 0.00 / 0.34)

CMYK percentages

%11.24
%35.5
%0
%33.73

Codes

Color #966DA9 in popluar color models

96 6D A9
RGB 150 109 169
HSL 281° 25.86% 54.51%
HSB/HSV 281° 35.50% 66.27%
CMYK 11.24% 35.50% 0.00%
33.73%

Color #966DA9 in popluar number systems.

HEX 96 6D A9
Decimal 150 109 169
Binary 10010110 1101101 10101001
Octal 226 155 251

Shades and tints

Shades of #966DA9

#966DA9
(150,109,169)
#89649A
(137,100,154)
#7C5B8B
(124,91,139)
#6F527C
(111,82,124)
#62496D
(98,73,109)
#55405E
(85,64,94)
#48374F
(72,55,79)
#3B2E40
(59,46,64)
#2E2531
(46,37,49)
#211C22
(33,28,34)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #966DA9

#966DA9
(150,109,169)
#9F7AB0
(159,122,176)
#A887B7
(168,135,183)
#B194BE
(177,148,190)
#BAA1C5
(186,161,197)
#C3AECC
(195,174,204)
#CCBBD3
(204,187,211)
#D5C8DA
(213,200,218)
#DED5E1
(222,213,225)
#E7E2E8
(231,226,232)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966DA9; }

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

This text font color is #966DA9.

Background Color

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

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

This div background color is #966DA9.

Border color

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

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

This div border color is #966DA9.

Opacity

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

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

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

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

This text has shadow with #966DA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #966DA9.

Preview

Color preview on black background

This text has color #966DA9 on black background.


Color preview on white background

This text has color #966DA9 on white background.


Black color preview on #966DA9 background

This text has black color on #966DA9 background.


White color preview on #966DA9 background

This text has white color on #966DA9 background.


Related colors

Complementary color

Complementary color for #hex is #699256.


I love getcolorcode.com

Triadic colors

1 #A9966D and #6DA996 with #966DA9 are triadic colors.

2 #A96D96 and #6D96A9 with #966DA9 are triadic colors.