COLOR #966A8A

HEX: #966A8A RGB: (150,106,138)

Color info

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

RGB color model

#966A8A color RGB value is (150,106,138).

RGB: (150,106,138) (59%, 42%, 54%)

RGB channels and saturation

R 150 of 255 = 59%
G 106 of 255 = 42%
B 138 of 255 = 54%

150
106
138

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

Portions of RGB colors in percentages

R + G + B = 150 + 106 + 138 = 394 (100%)
R 150 of 394 ~ 38.07%
G 106 of 394 ~ 26.9%
B 138 of 394 ~ 35.03'%

%38.07
%26.9
%35.03

CMYK color model

#966A8A color CMYK value is (0,29,8,41).

  • cyan value is 0.00%
  • magenta value is 29.33%
  • yellow value is 8.00%
  • key color value is 41.18%

CMYK: (0,29,8,41)
C0M29Y8K41 (0%, 29%, 8%, 41%)
(0.00 / 0.29 / 0.08 / 0.41)

CMYK percentages

%0
%29.33
%8
%41.18

Codes

Color #966A8A in popluar color models

96 6A 8A
RGB 150 106 138
HSL 316° 17.32% 50.20%
HSB/HSV 316° 29.33% 58.82%
CMYK 0.00% 29.33% 8.00%
41.18%

Color #966A8A in popluar number systems.

HEX 96 6A 8A
Decimal 150 106 138
Binary 10010110 1101010 10001010
Octal 226 152 212

Shades and tints

Shades of #966A8A

#966A8A
(150,106,138)
#89617E
(137,97,126)
#7C5872
(124,88,114)
#6F4F66
(111,79,102)
#62465A
(98,70,90)
#553D4E
(85,61,78)
#483442
(72,52,66)
#3B2B36
(59,43,54)
#2E222A
(46,34,42)
#21191E
(33,25,30)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #966A8A

#966A8A
(150,106,138)
#9F7794
(159,119,148)
#A8849E
(168,132,158)
#B191A8
(177,145,168)
#BA9EB2
(186,158,178)
#C3ABBC
(195,171,188)
#CCB8C6
(204,184,198)
#D5C5D0
(213,197,208)
#DED2DA
(222,210,218)
#E7DFE4
(231,223,228)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966A8A; }

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

This text font color is #966A8A.

Background Color

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

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

This div background color is #966A8A.

Border color

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

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

This div border color is #966A8A.

Opacity

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

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

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

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

This text has shadow with #966A8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #966A8A.

Preview

Color preview on black background

This text has color #966A8A on black background.


Color preview on white background

This text has color #966A8A on white background.


Black color preview on #966A8A background

This text has black color on #966A8A background.


White color preview on #966A8A background

This text has white color on #966A8A background.


Related colors

Complementary color

Complementary color for #hex is #699575.


I love getcolorcode.com

Triadic colors

1 #8A966A and #6A8A96 with #966A8A are triadic colors.

2 #8A6A96 and #6A968A with #966A8A are triadic colors.