COLOR #967BDA

HEX: #967BDA RGB: (150,123,218)

Color info

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

RGB color model

#967BDA color RGB value is (150,123,218).

RGB: (150,123,218) (59%, 48%, 85%)

RGB channels and saturation

R 150 of 255 = 59%
G 123 of 255 = 48%
B 218 of 255 = 85%

150
123
218

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

Portions of RGB colors in percentages

R + G + B = 150 + 123 + 218 = 491 (100%)
R 150 of 491 ~ 30.55%
G 123 of 491 ~ 25.05%
B 218 of 491 ~ 44.4'%

%30.55
%25.05
%44.4

CMYK color model

#967BDA color CMYK value is (31,44,0,15).

  • cyan value is 31.19%
  • magenta value is 43.58%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (31,44,0,15)
C31M44Y0K15 (31%, 44%, 0%, 15%)
(0.31 / 0.44 / 0.00 / 0.15)

CMYK percentages

%31.19
%43.58
%0
%14.51

Codes

Color #967BDA in popluar color models

96 7B DA
RGB 150 123 218
HSL 257° 56.21% 66.86%
HSB/HSV 257° 43.58% 85.49%
CMYK 31.19% 43.58% 0.00%
14.51%

Color #967BDA in popluar number systems.

HEX 96 7B DA
Decimal 150 123 218
Binary 10010110 1111011 11011010
Octal 226 173 332

Shades and tints

Shades of #967BDA

#967BDA
(150,123,218)
#8970C7
(137,112,199)
#7C65B4
(124,101,180)
#6F5AA1
(111,90,161)
#624F8E
(98,79,142)
#55447B
(85,68,123)
#483968
(72,57,104)
#3B2E55
(59,46,85)
#2E2342
(46,35,66)
#21182F
(33,24,47)
#140D1C
(20,13,28)
#000000
(0,0,0)

Tints of #967BDA

#967BDA
(150,123,218)
#9F87DD
(159,135,221)
#A893E0
(168,147,224)
#B19FE3
(177,159,227)
#BAABE6
(186,171,230)
#C3B7E9
(195,183,233)
#CCC3EC
(204,195,236)
#D5CFEF
(213,207,239)
#DEDBF2
(222,219,242)
#E7E7F5
(231,231,245)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967BDA color. Also use rgb(150,123,218) instead hex code.

Text Font Color

.myTextColor { color: #967BDA; }

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

This text font color is #967BDA.

Background Color

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

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

This div background color is #967BDA.

Border color

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

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

This div border color is #967BDA.

Opacity

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

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

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

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

This text has shadow with #967BDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #967BDA.

Preview

Color preview on black background

This text has color #967BDA on black background.


Color preview on white background

This text has color #967BDA on white background.


Black color preview on #967BDA background

This text has black color on #967BDA background.


White color preview on #967BDA background

This text has white color on #967BDA background.


Related colors

Complementary color

Complementary color for #hex is #698425.


I love getcolorcode.com

Triadic colors

1 #DA967B and #7BDA96 with #967BDA are triadic colors.

2 #DA7B96 and #7B96DA with #967BDA are triadic colors.