COLOR #967AC6

HEX: #967AC6 RGB: (150,122,198)

Color info

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

RGB color model

#967AC6 color RGB value is (150,122,198).

RGB: (150,122,198) (59%, 48%, 78%)

RGB channels and saturation

R 150 of 255 = 59%
G 122 of 255 = 48%
B 198 of 255 = 78%

150
122
198

R + G + B ~ 62%. #967AC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 122 + 198 = 470 (100%)
R 150 of 470 ~ 31.91%
G 122 of 470 ~ 25.96%
B 198 of 470 ~ 42.13'%

%31.91
%25.96
%42.13

CMYK color model

#967AC6 color CMYK value is (24,38,0,22).

  • cyan value is 24.24%
  • magenta value is 38.38%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (24,38,0,22)
C24M38Y0K22 (24%, 38%, 0%, 22%)
(0.24 / 0.38 / 0.00 / 0.22)

CMYK percentages

%24.24
%38.38
%0
%22.35

Codes

Color #967AC6 in popluar color models

96 7A C6
RGB 150 122 198
HSL 262° 40.00% 62.75%
HSB/HSV 262° 38.38% 77.65%
CMYK 24.24% 38.38% 0.00%
22.35%

Color #967AC6 in popluar number systems.

HEX 96 7A C6
Decimal 150 122 198
Binary 10010110 1111010 11000110
Octal 226 172 306

Shades and tints

Shades of #967AC6

#967AC6
(150,122,198)
#896FB4
(137,111,180)
#7C64A2
(124,100,162)
#6F5990
(111,89,144)
#624E7E
(98,78,126)
#55436C
(85,67,108)
#48385A
(72,56,90)
#3B2D48
(59,45,72)
#2E2236
(46,34,54)
#211724
(33,23,36)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #967AC6

#967AC6
(150,122,198)
#9F86CB
(159,134,203)
#A892D0
(168,146,208)
#B19ED5
(177,158,213)
#BAAADA
(186,170,218)
#C3B6DF
(195,182,223)
#CCC2E4
(204,194,228)
#D5CEE9
(213,206,233)
#DEDAEE
(222,218,238)
#E7E6F3
(231,230,243)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967AC6; }

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

This text font color is #967AC6.

Background Color

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

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

This div background color is #967AC6.

Border color

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

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

This div border color is #967AC6.

Opacity

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

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

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

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

This text has shadow with #967AC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #967AC6.

Preview

Color preview on black background

This text has color #967AC6 on black background.


Color preview on white background

This text has color #967AC6 on white background.


Black color preview on #967AC6 background

This text has black color on #967AC6 background.


White color preview on #967AC6 background

This text has white color on #967AC6 background.


Related colors

Complementary color

Complementary color for #hex is #698539.


I love getcolorcode.com

Triadic colors

1 #C6967A and #7AC696 with #967AC6 are triadic colors.

2 #C67A96 and #7A96C6 with #967AC6 are triadic colors.