COLOR #966D9E

HEX: #966D9E
RGB: (150,109,158)

Color info

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

RGB color model

#966D9E color RGB value is (150,109,158).

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

RGB channels and saturation

R 150 of 255 = 59%
G 109 of 255 = 43%
B 158 of 255 = 62%

150
109
158

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

Portions of RGB colors in percentages

R + G + B =
150 + 109 + 158 = 417 (100%)
R 150 of 417 ~ 35.97%
G 109 of 417 ~ 26.14%
B 158 of 417 ~ 37.89%

%35.97
%26.14
%37.89

CMYK color model

#966D9E color CMYK value is (5,31,0,38).

  • cyan value is 5.06%
  • magenta value is 31.01%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(5,31,0,38)
C5M31Y0K38 
(5%,31%,0%,38%)
(0.05/0.31/0.00/0.38)	

CMYK percentages

%5.06
%31.01
%0
%38.04

Codes

Color #966D9E in popluar color models

966D9E
RGB150109158
HSL290°20.16%52.35%
HSB/HSV290°31.01%61.96%
CMYK5.06%31.01%0.00%
38.04%

Color #966D9E in popluar number systems.

HEX966D9E
Decimal150109158
Binary10010110110110110011110
Octal226155236

Shades and tints

Shades of #966D9E

#966D9E
(150,109,158)
#896490
(137,100,144)
#7C5B82
(124,91,130)
#6F5274
(111,82,116)
#624966
(98,73,102)
#554058
(85,64,88)
#48374A
(72,55,74)
#3B2E3C
(59,46,60)
#2E252E
(46,37,46)
#211C20
(33,28,32)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #966D9E

#966D9E
(150,109,158)
#9F7AA6
(159,122,166)
#A887AE
(168,135,174)
#B194B6
(177,148,182)
#BAA1BE
(186,161,190)
#C3AEC6
(195,174,198)
#CCBBCE
(204,187,206)
#D5C8D6
(213,200,214)
#DED5DE
(222,213,222)
#E7E2E6
(231,226,230)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966D9E; }

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

This text font color is #966D9E.


Background Color

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

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

This div background color is #966D9E.


Border color

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

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

This div border color is #966D9E.


Opacity

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

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

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

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

This text has shadow with #966D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966D9E on black background.


Color preview on white background

This text has color #966D9E on white background.



Black color preview on #966D9E background

This text has black color on #966D9E background.


White color preview on #966D9E background

This text has white color on #966D9E background.