COLOR #9B96E4

HEX: #9B96E4
RGB: (155,150,228)

Color info

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

RGB color model

#9B96E4 color RGB value is (155,150,228).

  • red value is 155;
  • green value is 150;
  • blue value is 228.
RGB:
(155,150,228)
(61%,59%,89%)

RGB channels and saturation

R 155 of 255 = 61%
G 150 of 255 = 59%
B 228 of 255 = 89%

155
150
228

R + G + B ~ 70%. #9B96E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 150 + 228 = 533 (100%)
R 155 of 533 ~ 29.08%
G 150 of 533 ~ 28.14%
B 228 of 533 ~ 42.78%

%29.08
%28.14
%42.78

CMYK color model

#9B96E4 color CMYK value is (32,34,0,11).

  • cyan value is 32.02%
  • magenta value is 34.21%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(32,34,0,11)
C32M34Y0K11 
(32%,34%,0%,11%)
(0.32/0.34/0.00/0.11)	

CMYK percentages

%32.02
%34.21
%0
%10.59

Codes

Color #9B96E4 in popluar color models

9B96E4
RGB155150228
HSL244°59.09%74.12%
HSB/HSV244°34.21%89.41%
CMYK32.02%34.21%0.00%
10.59%

Color #9B96E4 in popluar number systems.

HEX9B96E4
Decimal155150228
Binary100110111001011011100100
Octal233226344

Shades and tints

Shades of #9B96E4

#9B96E4
(155,150,228)
#8D89D0
(141,137,208)
#7F7CBC
(127,124,188)
#716FA8
(113,111,168)
#636294
(99,98,148)
#555580
(85,85,128)
#47486C
(71,72,108)
#393B58
(57,59,88)
#2B2E44
(43,46,68)
#1D2130
(29,33,48)
#0F141C
(15,20,28)
#000000
(0,0,0)

Tints of #9B96E4

#9B96E4
(155,150,228)
#A49FE6
(164,159,230)
#ADA8E8
(173,168,232)
#B6B1EA
(182,177,234)
#BFBAEC
(191,186,236)
#C8C3EE
(200,195,238)
#D1CCF0
(209,204,240)
#DAD5F2
(218,213,242)
#E3DEF4
(227,222,244)
#ECE7F6
(236,231,246)
#F5F0F8
(245,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B96E4; }

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

This text font color is #9B96E4.


Background Color

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

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

This div background color is #9B96E4.


Border color

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

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

This div border color is #9B96E4.


Opacity

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

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

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

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

This text has shadow with #9B96E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B96E4 on black background.


Color preview on white background

This text has color #9B96E4 on white background.



Black color preview on #9B96E4 background

This text has black color on #9B96E4 background.


White color preview on #9B96E4 background

This text has white color on #9B96E4 background.