COLOR #966A9D

HEX: #966A9D RGB: (150,106,157)

Color info

#966A9D contains red, green and blue colors in about the same proportion. Web safe color of #966A9D is #996699 (or #969).

RGB color model

#966A9D color RGB value is (150,106,157).

RGB: (150,106,157) (59%, 42%, 62%)

RGB channels and saturation

R 150 of 255 = 59%
G 106 of 255 = 42%
B 157 of 255 = 62%

150
106
157

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

Portions of RGB colors in percentages

R + G + B = 150 + 106 + 157 = 413 (100%)
R 150 of 413 ~ 36.32%
G 106 of 413 ~ 25.67%
B 157 of 413 ~ 38.01'%

%36.32
%25.67
%38.01

CMYK color model

#966A9D color CMYK value is (4,32,0,38).

  • cyan value is 4.46%
  • magenta value is 32.48%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (4,32,0,38)
C4M32Y0K38 (4%, 32%, 0%, 38%)
(0.04 / 0.32 / 0.00 / 0.38)

CMYK percentages

%4.46
%32.48
%0
%38.43

Codes

Color #966A9D in popluar color models

96 6A 9D
RGB 150 106 157
HSL 292° 20.65% 51.57%
HSB/HSV 292° 32.48% 61.57%
CMYK 4.46% 32.48% 0.00%
38.43%

Color #966A9D in popluar number systems.

HEX 96 6A 9D
Decimal 150 106 157
Binary 10010110 1101010 10011101
Octal 226 152 235

Shades and tints

Shades of #966A9D

#966A9D
(150,106,157)
#89618F
(137,97,143)
#7C5881
(124,88,129)
#6F4F73
(111,79,115)
#624665
(98,70,101)
#553D57
(85,61,87)
#483449
(72,52,73)
#3B2B3B
(59,43,59)
#2E222D
(46,34,45)
#21191F
(33,25,31)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #966A9D

#966A9D
(150,106,157)
#9F77A5
(159,119,165)
#A884AD
(168,132,173)
#B191B5
(177,145,181)
#BA9EBD
(186,158,189)
#C3ABC5
(195,171,197)
#CCB8CD
(204,184,205)
#D5C5D5
(213,197,213)
#DED2DD
(222,210,221)
#E7DFE5
(231,223,229)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966A9D color. Also use rgb(150,106,157) instead hex code.

Text Font Color

.myTextColor { color: #966A9D; }

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

This text font color is #966A9D.

Background Color

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

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

This div background color is #966A9D.

Border color

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

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

This div border color is #966A9D.

Opacity

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

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

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

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

This text has shadow with #966A9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #966A9D.

Preview

Color preview on black background

This text has color #966A9D on black background.


Color preview on white background

This text has color #966A9D on white background.


Black color preview on #966A9D background

This text has black color on #966A9D background.


White color preview on #966A9D background

This text has white color on #966A9D background.


Related colors

Complementary color

Complementary color for #hex is #699562.


I love getcolorcode.com

Triadic colors

1 #9D966A and #6A9D96 with #966A9D are triadic colors.

2 #9D6A96 and #6A969D with #966A9D are triadic colors.