COLOR #967ED9

HEX: #967ED9 RGB: (150,126,217)

Color info

#967ED9 contains mainly blue color. Web safe color of #967ED9 is #9966CC (or #96C).

RGB color model

#967ED9 color RGB value is (150,126,217).

RGB: (150,126,217) (59%, 49%, 85%)

RGB channels and saturation

R 150 of 255 = 59%
G 126 of 255 = 49%
B 217 of 255 = 85%

150
126
217

R + G + B ~ 64%. #967ED9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 126 + 217 = 493 (100%)
R 150 of 493 ~ 30.43%
G 126 of 493 ~ 25.56%
B 217 of 493 ~ 44.02'%

%30.43
%25.56
%44.02

CMYK color model

#967ED9 color CMYK value is (31,42,0,15).

  • cyan value is 30.88%
  • magenta value is 41.94%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (31,42,0,15)
C31M42Y0K15 (31%, 42%, 0%, 15%)
(0.31 / 0.42 / 0.00 / 0.15)

CMYK percentages

%30.88
%41.94
%0
%14.9

Codes

Color #967ED9 in popluar color models

96 7E D9
RGB 150 126 217
HSL 256° 54.49% 67.25%
HSB/HSV 256° 41.94% 85.10%
CMYK 30.88% 41.94% 0.00%
14.90%

Color #967ED9 in popluar number systems.

HEX 96 7E D9
Decimal 150 126 217
Binary 10010110 1111110 11011001
Octal 226 176 331

Shades and tints

Shades of #967ED9

#967ED9
(150,126,217)
#8973C6
(137,115,198)
#7C68B3
(124,104,179)
#6F5DA0
(111,93,160)
#62528D
(98,82,141)
#55477A
(85,71,122)
#483C67
(72,60,103)
#3B3154
(59,49,84)
#2E2641
(46,38,65)
#211B2E
(33,27,46)
#14101B
(20,16,27)
#000000
(0,0,0)

Tints of #967ED9

#967ED9
(150,126,217)
#9F89DC
(159,137,220)
#A894DF
(168,148,223)
#B19FE2
(177,159,226)
#BAAAE5
(186,170,229)
#C3B5E8
(195,181,232)
#CCC0EB
(204,192,235)
#D5CBEE
(213,203,238)
#DED6F1
(222,214,241)
#E7E1F4
(231,225,244)
#F0ECF7
(240,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967ED9 color. Also use rgb(150,126,217) instead hex code.

Text Font Color

.myTextColor { color: #967ED9; }

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

This text font color is #967ED9.

Background Color

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

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

This div background color is #967ED9.

Border color

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

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

This div border color is #967ED9.

Opacity

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

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

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

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

This text has shadow with #967ED9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #967ED9.

Preview

Color preview on black background

This text has color #967ED9 on black background.


Color preview on white background

This text has color #967ED9 on white background.


Black color preview on #967ED9 background

This text has black color on #967ED9 background.


White color preview on #967ED9 background

This text has white color on #967ED9 background.


Related colors

Complementary color

Complementary color for #hex is #698126.


I love getcolorcode.com

Triadic colors

1 #D9967E and #7ED996 with #967ED9 are triadic colors.

2 #D97E96 and #7E96D9 with #967ED9 are triadic colors.