COLOR #966F9C

HEX: #966F9C
RGB: (150,111,156)

Color info

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

RGB color model

#966F9C color RGB value is (150,111,156).

  • red value is 150;
  • green value is 111;
  • blue value is 156.
RGB:
(150,111,156)
(59%,44%,61%)

RGB channels and saturation

R 150 of 255 = 59%
G 111 of 255 = 44%
B 156 of 255 = 61%

150
111
156

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

Portions of RGB colors in percentages

R + G + B =
150 + 111 + 156 = 417 (100%)
R 150 of 417 ~ 35.97%
G 111 of 417 ~ 26.62%
B 156 of 417 ~ 37.41%

%35.97
%26.62
%37.41

CMYK color model

#966F9C color CMYK value is (4,29,0,39).

  • cyan value is 3.85%
  • magenta value is 28.85%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(4,29,0,39)
C4M29Y0K39 
(4%,29%,0%,39%)
(0.04/0.29/0.00/0.39)	

CMYK percentages

%3.85
%28.85
%0
%38.82

Codes

Color #966F9C in popluar color models

966F9C
RGB150111156
HSL292°18.52%52.35%
HSB/HSV292°28.85%61.18%
CMYK3.85%28.85%0.00%
38.82%

Color #966F9C in popluar number systems.

HEX966F9C
Decimal150111156
Binary10010110110111110011100
Octal226157234

Shades and tints

Shades of #966F9C

#966F9C
(150,111,156)
#89658E
(137,101,142)
#7C5B80
(124,91,128)
#6F5172
(111,81,114)
#624764
(98,71,100)
#553D56
(85,61,86)
#483348
(72,51,72)
#3B293A
(59,41,58)
#2E1F2C
(46,31,44)
#21151E
(33,21,30)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #966F9C

#966F9C
(150,111,156)
#9F7CA5
(159,124,165)
#A889AE
(168,137,174)
#B196B7
(177,150,183)
#BAA3C0
(186,163,192)
#C3B0C9
(195,176,201)
#CCBDD2
(204,189,210)
#D5CADB
(213,202,219)
#DED7E4
(222,215,228)
#E7E4ED
(231,228,237)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966F9C color. Also use rgb(150,111,156) instead hex code.

Text Font Color

.myTextColor { color: #966F9C; }

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

This text font color is #966F9C.


Background Color

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

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

This div background color is #966F9C.


Border color

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

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

This div border color is #966F9C.


Opacity

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

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

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

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

This text has shadow with #966F9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966F9C on black background.


Color preview on white background

This text has color #966F9C on white background.



Black color preview on #966F9C background

This text has black color on #966F9C background.


White color preview on #966F9C background

This text has white color on #966F9C background.