COLOR #9B96DA

HEX: #9B96DA RGB: (155,150,218)

Color info

#9B96DA contains mainly blue color. Web safe color of #9B96DA is #9999CC (or #99C).

RGB color model

#9B96DA color RGB value is (155,150,218).

RGB: (155,150,218) (61%, 59%, 85%)

RGB channels and saturation

R 155 of 255 = 61%
G 150 of 255 = 59%
B 218 of 255 = 85%

155
150
218

R + G + B ~ 68%. #9B96DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 150 + 218 = 523 (100%)
R 155 of 523 ~ 29.64%
G 150 of 523 ~ 28.68%
B 218 of 523 ~ 41.68'%

%29.64
%28.68
%41.68

CMYK color model

#9B96DA color CMYK value is (29,31,0,15).

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

CMYK: (29,31,0,15)
C29M31Y0K15 (29%, 31%, 0%, 15%)
(0.29 / 0.31 / 0.00 / 0.15)

CMYK percentages

%28.9
%31.19
%0
%14.51

Codes

Color #9B96DA in popluar color models

9B 96 DA
RGB 155 150 218
HSL 244° 47.89% 72.16%
HSB/HSV 244° 31.19% 85.49%
CMYK 28.90% 31.19% 0.00%
14.51%

Color #9B96DA in popluar number systems.

HEX 9B 96 DA
Decimal 155 150 218
Binary 10011011 10010110 11011010
Octal 233 226 332

Shades and tints

Shades of #9B96DA

#9B96DA
(155,150,218)
#8D89C7
(141,137,199)
#7F7CB4
(127,124,180)
#716FA1
(113,111,161)
#63628E
(99,98,142)
#55557B
(85,85,123)
#474868
(71,72,104)
#393B55
(57,59,85)
#2B2E42
(43,46,66)
#1D212F
(29,33,47)
#0F141C
(15,20,28)
#000000
(0,0,0)

Tints of #9B96DA

#9B96DA
(155,150,218)
#A49FDD
(164,159,221)
#ADA8E0
(173,168,224)
#B6B1E3
(182,177,227)
#BFBAE6
(191,186,230)
#C8C3E9
(200,195,233)
#D1CCEC
(209,204,236)
#DAD5EF
(218,213,239)
#E3DEF2
(227,222,242)
#ECE7F5
(236,231,245)
#F5F0F8
(245,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B96DA color. Also use rgb(155,150,218) instead hex code.

Text Font Color

.myTextColor { color: #9B96DA; }

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

This text font color is #9B96DA.

Background Color

.myBgColor { background-color: #9B96DA; }

<div style="background-color:#9B96DA">Inner text</div>

This div background color is #9B96DA.

Border color

.myBorderColor { border: 1px solid #9B96DA; }

<div style="border:3px solid #9B96DA">Div</div>

This div border color is #9B96DA.

Opacity

.myOpacity80 { color: #9B96DA; opacity: 0.8; }

<p style="color:#9B96DA;opacity:0.8;">80%</p>

Text with #9B96DA 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 #9B96DA;}

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

This text has shadow with #9B96DA color.


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

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

This text has shadow with #9B96DA primary color and red secondary color.


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

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

This text has shadow with #9B96DA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9B96DA.

Preview

Color preview on black background

This text has color #9B96DA on black background.


Color preview on white background

This text has color #9B96DA on white background.


Black color preview on #9B96DA background

This text has black color on #9B96DA background.


White color preview on #9B96DA background

This text has white color on #9B96DA background.


Related colors

Complementary color

Complementary color for #hex is #646925.


I love getcolorcode.com

Triadic colors

1 #DA9B96 and #96DA9B with #9B96DA are triadic colors.

2 #DA969B and #969BDA with #9B96DA are triadic colors.