COLOR #966D98

HEX: #966D98
RGB: (150,109,152)

Color info

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

RGB color model

#966D98 color RGB value is (150,109,152).

  • red value is 150;
  • green value is 109;
  • blue value is 152.
RGB:
(150,109,152)
(59%,43%,60%)

RGB channels and saturation

R 150 of 255 = 59%
G 109 of 255 = 43%
B 152 of 255 = 60%

150
109
152

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

Portions of RGB colors in percentages

R + G + B =
150 + 109 + 152 = 411 (100%)
R 150 of 411 ~ 36.5%
G 109 of 411 ~ 26.52%
B 152 of 411 ~ 36.98%

%36.5
%26.52
%36.98

CMYK color model

#966D98 color CMYK value is (1,28,0,40).

  • cyan value is 1.32%
  • magenta value is 28.29%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(1,28,0,40)
C1M28Y0K40 
(1%,28%,0%,40%)
(0.01/0.28/0.00/0.40)	

CMYK percentages

%1.32
%28.29
%0
%40.39

Codes

Color #966D98 in popluar color models

966D98
RGB150109152
HSL297°17.27%51.18%
HSB/HSV297°28.29%59.61%
CMYK1.32%28.29%0.00%
40.39%

Color #966D98 in popluar number systems.

HEX966D98
Decimal150109152
Binary10010110110110110011000
Octal226155230

Shades and tints

Shades of #966D98

#966D98
(150,109,152)
#89648B
(137,100,139)
#7C5B7E
(124,91,126)
#6F5271
(111,82,113)
#624964
(98,73,100)
#554057
(85,64,87)
#48374A
(72,55,74)
#3B2E3D
(59,46,61)
#2E2530
(46,37,48)
#211C23
(33,28,35)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #966D98

#966D98
(150,109,152)
#9F7AA1
(159,122,161)
#A887AA
(168,135,170)
#B194B3
(177,148,179)
#BAA1BC
(186,161,188)
#C3AEC5
(195,174,197)
#CCBBCE
(204,187,206)
#D5C8D7
(213,200,215)
#DED5E0
(222,213,224)
#E7E2E9
(231,226,233)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966D98; }

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

This text font color is #966D98.


Background Color

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

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

This div background color is #966D98.


Border color

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

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

This div border color is #966D98.


Opacity

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

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

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

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

This text has shadow with #966D98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966D98 on black background.


Color preview on white background

This text has color #966D98 on white background.



Black color preview on #966D98 background

This text has black color on #966D98 background.


White color preview on #966D98 background

This text has white color on #966D98 background.