COLOR #966FAE

HEX: #966FAE
RGB: (150,111,174)

Color info

#966FAE contains mainly red and blue colors. Web safe color of #966FAE is #996699 (or #969).

RGB color model

#966FAE color RGB value is (150,111,174).

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

RGB channels and saturation

R 150 of 255 = 59%
G 111 of 255 = 44%
B 174 of 255 = 68%

150
111
174

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

Portions of RGB colors in percentages

R + G + B =
150 + 111 + 174 = 435 (100%)
R 150 of 435 ~ 34.48%
G 111 of 435 ~ 25.52%
B 174 of 435 ~ 40%

%34.48
%25.52
%40

CMYK color model

#966FAE color CMYK value is (14,36,0,32).

  • cyan value is 13.79%
  • magenta value is 36.21%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(14,36,0,32)
C14M36Y0K32 
(14%,36%,0%,32%)
(0.14/0.36/0.00/0.32)	

CMYK percentages

%13.79
%36.21
%0
%31.76

Codes

Color #966FAE in popluar color models

966FAE
RGB150111174
HSL277°28.00%55.88%
HSB/HSV277°36.21%68.24%
CMYK13.79%36.21%0.00%
31.76%

Color #966FAE in popluar number systems.

HEX966FAE
Decimal150111174
Binary10010110110111110101110
Octal226157256

Shades and tints

Shades of #966FAE

#966FAE
(150,111,174)
#89659F
(137,101,159)
#7C5B90
(124,91,144)
#6F5181
(111,81,129)
#624772
(98,71,114)
#553D63
(85,61,99)
#483354
(72,51,84)
#3B2945
(59,41,69)
#2E1F36
(46,31,54)
#211527
(33,21,39)
#140B18
(20,11,24)
#000000
(0,0,0)

Tints of #966FAE

#966FAE
(150,111,174)
#9F7CB5
(159,124,181)
#A889BC
(168,137,188)
#B196C3
(177,150,195)
#BAA3CA
(186,163,202)
#C3B0D1
(195,176,209)
#CCBDD8
(204,189,216)
#D5CADF
(213,202,223)
#DED7E6
(222,215,230)
#E7E4ED
(231,228,237)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966FAE; }

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

This text font color is #966FAE.


Background Color

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

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

This div background color is #966FAE.


Border color

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

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

This div border color is #966FAE.


Opacity

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

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

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

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

This text has shadow with #966FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966FAE on black background.


Color preview on white background

This text has color #966FAE on white background.



Black color preview on #966FAE background

This text has black color on #966FAE background.


White color preview on #966FAE background

This text has white color on #966FAE background.