COLOR #967AB9

HEX: #967AB9 RGB: (150,122,185)

Color info

#967AB9 contains mainly red and blue colors. Web safe color of #967AB9 is #9966CC (or #96C).

RGB color model

#967AB9 color RGB value is (150,122,185).

RGB: (150,122,185) (59%, 48%, 73%)

RGB channels and saturation

R 150 of 255 = 59%
G 122 of 255 = 48%
B 185 of 255 = 73%

150
122
185

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

Portions of RGB colors in percentages

R + G + B = 150 + 122 + 185 = 457 (100%)
R 150 of 457 ~ 32.82%
G 122 of 457 ~ 26.7%
B 185 of 457 ~ 40.48'%

%32.82
%26.7
%40.48

CMYK color model

#967AB9 color CMYK value is (19,34,0,27).

  • cyan value is 18.92%
  • magenta value is 34.05%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (19,34,0,27)
C19M34Y0K27 (19%, 34%, 0%, 27%)
(0.19 / 0.34 / 0.00 / 0.27)

CMYK percentages

%18.92
%34.05
%0
%27.45

Codes

Color #967AB9 in popluar color models

96 7A B9
RGB 150 122 185
HSL 267° 31.03% 60.20%
HSB/HSV 267° 34.05% 72.55%
CMYK 18.92% 34.05% 0.00%
27.45%

Color #967AB9 in popluar number systems.

HEX 96 7A B9
Decimal 150 122 185
Binary 10010110 1111010 10111001
Octal 226 172 271

Shades and tints

Shades of #967AB9

#967AB9
(150,122,185)
#896FA9
(137,111,169)
#7C6499
(124,100,153)
#6F5989
(111,89,137)
#624E79
(98,78,121)
#554369
(85,67,105)
#483859
(72,56,89)
#3B2D49
(59,45,73)
#2E2239
(46,34,57)
#211729
(33,23,41)
#140C19
(20,12,25)
#000000
(0,0,0)

Tints of #967AB9

#967AB9
(150,122,185)
#9F86BF
(159,134,191)
#A892C5
(168,146,197)
#B19ECB
(177,158,203)
#BAAAD1
(186,170,209)
#C3B6D7
(195,182,215)
#CCC2DD
(204,194,221)
#D5CEE3
(213,206,227)
#DEDAE9
(222,218,233)
#E7E6EF
(231,230,239)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967AB9; }

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

This text font color is #967AB9.

Background Color

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

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

This div background color is #967AB9.

Border color

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

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

This div border color is #967AB9.

Opacity

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

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

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

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

This text has shadow with #967AB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #967AB9.

Preview

Color preview on black background

This text has color #967AB9 on black background.


Color preview on white background

This text has color #967AB9 on white background.


Black color preview on #967AB9 background

This text has black color on #967AB9 background.


White color preview on #967AB9 background

This text has white color on #967AB9 background.


Related colors

Complementary color

Complementary color for #hex is #698546.


I love getcolorcode.com

Triadic colors

1 #B9967A and #7AB996 with #967AB9 are triadic colors.

2 #B97A96 and #7A96B9 with #967AB9 are triadic colors.