COLOR #967AAD

HEX: #967AAD RGB: (150,122,173)

Color info

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

RGB color model

#967AAD color RGB value is (150,122,173).

RGB: (150,122,173) (59%, 48%, 68%)

RGB channels and saturation

R 150 of 255 = 59%
G 122 of 255 = 48%
B 173 of 255 = 68%

150
122
173

R + G + B ~ 58%. #967AAD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 122 + 173 = 445 (100%)
R 150 of 445 ~ 33.71%
G 122 of 445 ~ 27.42%
B 173 of 445 ~ 38.88'%

%33.71
%27.42
%38.88

CMYK color model

#967AAD color CMYK value is (13,29,0,32).

  • cyan value is 13.29%
  • magenta value is 29.48%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (13,29,0,32) C13M29Y0K32 (13%,29%,0%,32%) (0.13/0.29/0.00/0.32) 

CMYK percentages

%13.29
%29.48
%0
%32.16

Codes

Color #967AAD in popluar color models

96 7A AD
RGB 150 122 173
HSL 273° 23.72% 57.84%
HSB/HSV 273° 29.48% 67.84%
CMYK 13.29% 29.48% 0.00%
32.16%

Color #967AAD in popluar number systems.

HEX 96 7A AD
Decimal 150 122 173
Binary 10010110 1111010 10101101
Octal 226 172 255

Shades and tints

Shades of #967AAD

#967AAD
(150,122,173)
#896F9E
(137,111,158)
#7C648F
(124,100,143)
#6F5980
(111,89,128)
#624E71
(98,78,113)
#554362
(85,67,98)
#483853
(72,56,83)
#3B2D44
(59,45,68)
#2E2235
(46,34,53)
#211726
(33,23,38)
#140C17
(20,12,23)
#000000
(0,0,0)

Tints of #967AAD

#967AAD
(150,122,173)
#9F86B4
(159,134,180)
#A892BB
(168,146,187)
#B19EC2
(177,158,194)
#BAAAC9
(186,170,201)
#C3B6D0
(195,182,208)
#CCC2D7
(204,194,215)
#D5CEDE
(213,206,222)
#DEDAE5
(222,218,229)
#E7E6EC
(231,230,236)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967AAD color. Also use rgb(150,122,173) instead hex code.

Text Font Color

.myTextColor { color: #967AAD; }

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

This text font color is #967AAD.

Background Color

.myBgColor { background-color: #967AAD; }

<div style="background-color:#967AAD">Inner text</div>

This div background color is #967AAD.

Border color

.myBorderColor { border: 1px solid #967AAD; }

<div style="border:3px solid #967AAD">Div</div>

This div border color is #967AAD.

Opacity

.myOpacity80 { color: #967AAD; opacity: 0.8; }

<p style="color:#967AAD;opacity:0.8;">80%</p>

Text with #967AAD 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 #967AAD;}

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

This text has shadow with #967AAD color.


.textShadow {text-shadow: 3px 3px 1px #967AAD', 3px 3px 1px red;}

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

This text has shadow with #967AAD primary color and red secondary color.


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

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

This text has shadow with #967AAD and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #967AAD; -webkit-box-shadow: 1px 1px 3px 2px #967AAD; box-shadow:1px 1px 3px 2px #967AAD;">
Div content here
</div>

This div box has shadow with color #967AAD.

Preview

Color preview on black background

This text has color #967AAD on black background.


Color preview on white background

This text has color #967AAD on white background.


Black color preview on #967AAD background

This text has black color on #967AAD background.


White color preview on #967AAD background

This text has white color on #967AAD background.


Related colors

Complementary color

Complementary color for #hex is #698552.


I love getcolorcode.com

Triadic colors

1 #AD967A and #7AAD96 with #967AAD are triadic colors.

2 #AD7A96 and #7A96AD with #967AAD are triadic colors.