COLOR #966DAD

HEX: #966DAD
RGB: (150,109,173)

Color info

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

RGB color model

#966DAD color RGB value is (150,109,173).

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

RGB channels and saturation

R 150 of 255 = 59%
G 109 of 255 = 43%
B 173 of 255 = 68%

150
109
173

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

Portions of RGB colors in percentages

R + G + B =
150 + 109 + 173 = 432 (100%)
R 150 of 432 ~ 34.72%
G 109 of 432 ~ 25.23%
B 173 of 432 ~ 40.05%

%34.72
%25.23
%40.05

CMYK color model

#966DAD color CMYK value is (13,37,0,32).

  • cyan value is 13.29%
  • magenta value is 36.99%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(13,37,0,32)
C13M37Y0K32 
(13%,37%,0%,32%)
(0.13/0.37/0.00/0.32)	

CMYK percentages

%13.29
%36.99
%0
%32.16

Codes

Color #966DAD in popluar color models

966DAD
RGB150109173
HSL278°28.07%55.29%
HSB/HSV278°36.99%67.84%
CMYK13.29%36.99%0.00%
32.16%

Color #966DAD in popluar number systems.

HEX966DAD
Decimal150109173
Binary10010110110110110101101
Octal226155255

Shades and tints

Shades of #966DAD

#966DAD
(150,109,173)
#89649E
(137,100,158)
#7C5B8F
(124,91,143)
#6F5280
(111,82,128)
#624971
(98,73,113)
#554062
(85,64,98)
#483753
(72,55,83)
#3B2E44
(59,46,68)
#2E2535
(46,37,53)
#211C26
(33,28,38)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #966DAD

#966DAD
(150,109,173)
#9F7AB4
(159,122,180)
#A887BB
(168,135,187)
#B194C2
(177,148,194)
#BAA1C9
(186,161,201)
#C3AED0
(195,174,208)
#CCBBD7
(204,187,215)
#D5C8DE
(213,200,222)
#DED5E5
(222,213,229)
#E7E2EC
(231,226,236)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966DAD; }

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

This text font color is #966DAD.


Background Color

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

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

This div background color is #966DAD.


Border color

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

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

This div border color is #966DAD.


Opacity

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

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

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

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

This text has shadow with #966DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966DAD on black background.


Color preview on white background

This text has color #966DAD on white background.



Black color preview on #966DAD background

This text has black color on #966DAD background.


White color preview on #966DAD background

This text has white color on #966DAD background.