COLOR #966FA1

HEX: #966FA1
RGB: (150,111,161)

Color info

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

RGB color model

#966FA1 color RGB value is (150,111,161).

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

RGB channels and saturation

R 150 of 255 = 59%
G 111 of 255 = 44%
B 161 of 255 = 63%

150
111
161

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

Portions of RGB colors in percentages

R + G + B =
150 + 111 + 161 = 422 (100%)
R 150 of 422 ~ 35.55%
G 111 of 422 ~ 26.3%
B 161 of 422 ~ 38.15%

%35.55
%26.3
%38.15

CMYK color model

#966FA1 color CMYK value is (7,31,0,37).

  • cyan value is 6.83%
  • magenta value is 31.06%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(7,31,0,37)
C7M31Y0K37 
(7%,31%,0%,37%)
(0.07/0.31/0.00/0.37)	

CMYK percentages

%6.83
%31.06
%0
%36.86

Codes

Color #966FA1 in popluar color models

966FA1
RGB150111161
HSL287°21.01%53.33%
HSB/HSV287°31.06%63.14%
CMYK6.83%31.06%0.00%
36.86%

Color #966FA1 in popluar number systems.

HEX966FA1
Decimal150111161
Binary10010110110111110100001
Octal226157241

Shades and tints

Shades of #966FA1

#966FA1
(150,111,161)
#896593
(137,101,147)
#7C5B85
(124,91,133)
#6F5177
(111,81,119)
#624769
(98,71,105)
#553D5B
(85,61,91)
#48334D
(72,51,77)
#3B293F
(59,41,63)
#2E1F31
(46,31,49)
#211523
(33,21,35)
#140B15
(20,11,21)
#000000
(0,0,0)

Tints of #966FA1

#966FA1
(150,111,161)
#9F7CA9
(159,124,169)
#A889B1
(168,137,177)
#B196B9
(177,150,185)
#BAA3C1
(186,163,193)
#C3B0C9
(195,176,201)
#CCBDD1
(204,189,209)
#D5CAD9
(213,202,217)
#DED7E1
(222,215,225)
#E7E4E9
(231,228,233)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966FA1; }

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

This text font color is #966FA1.


Background Color

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

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

This div background color is #966FA1.


Border color

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

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

This div border color is #966FA1.


Opacity

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

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

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

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

This text has shadow with #966FA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966FA1 on black background.


Color preview on white background

This text has color #966FA1 on white background.



Black color preview on #966FA1 background

This text has black color on #966FA1 background.


White color preview on #966FA1 background

This text has white color on #966FA1 background.