COLOR #966A92

HEX: #966A92 RGB: (150,106,146)

Color info

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

RGB color model

#966A92 color RGB value is (150,106,146).

RGB: (150,106,146) (59%, 42%, 57%)

RGB channels and saturation

R 150 of 255 = 59%
G 106 of 255 = 42%
B 146 of 255 = 57%

150
106
146

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

Portions of RGB colors in percentages

R + G + B = 150 + 106 + 146 = 402 (100%)
R 150 of 402 ~ 37.31%
G 106 of 402 ~ 26.37%
B 146 of 402 ~ 36.32'%

%37.31
%26.37
%36.32

CMYK color model

#966A92 color CMYK value is (0,29,3,41).

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

CMYK: (0,29,3,41)
C0M29Y3K41 (0%, 29%, 3%, 41%)
(0.00 / 0.29 / 0.03 / 0.41)

CMYK percentages

%0
%29.33
%2.67
%41.18

Codes

Color #966A92 in popluar color models

96 6A 92
RGB 150 106 146
HSL 305° 17.32% 50.20%
HSB/HSV 305° 29.33% 58.82%
CMYK 0.00% 29.33% 2.67%
41.18%

Color #966A92 in popluar number systems.

HEX 96 6A 92
Decimal 150 106 146
Binary 10010110 1101010 10010010
Octal 226 152 222

Shades and tints

Shades of #966A92

#966A92
(150,106,146)
#896185
(137,97,133)
#7C5878
(124,88,120)
#6F4F6B
(111,79,107)
#62465E
(98,70,94)
#553D51
(85,61,81)
#483444
(72,52,68)
#3B2B37
(59,43,55)
#2E222A
(46,34,42)
#21191D
(33,25,29)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #966A92

#966A92
(150,106,146)
#9F779B
(159,119,155)
#A884A4
(168,132,164)
#B191AD
(177,145,173)
#BA9EB6
(186,158,182)
#C3ABBF
(195,171,191)
#CCB8C8
(204,184,200)
#D5C5D1
(213,197,209)
#DED2DA
(222,210,218)
#E7DFE3
(231,223,227)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966A92; }

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

This text font color is #966A92.

Background Color

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

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

This div background color is #966A92.

Border color

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

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

This div border color is #966A92.

Opacity

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

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

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

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

This text has shadow with #966A92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #966A92.

Preview

Color preview on black background

This text has color #966A92 on black background.


Color preview on white background

This text has color #966A92 on white background.


Black color preview on #966A92 background

This text has black color on #966A92 background.


White color preview on #966A92 background

This text has white color on #966A92 background.


Related colors

Complementary color

Complementary color for #hex is #69956D.


I love getcolorcode.com

Triadic colors

1 #92966A and #6A9296 with #966A92 are triadic colors.

2 #926A96 and #6A9692 with #966A92 are triadic colors.