COLOR #9B88E9

HEX: #9B88E9
RGB: (155,136,233)

Color info

#9B88E9 contains mainly blue color. Web safe color of #9B88E9 is #9999FF (or #99F).

RGB color model

#9B88E9 color RGB value is (155,136,233).

  • red value is 155;
  • green value is 136;
  • blue value is 233.
RGB:
(155,136,233)
(61%,53%,91%)

RGB channels and saturation

R 155 of 255 = 61%
G 136 of 255 = 53%
B 233 of 255 = 91%

155
136
233

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

Portions of RGB colors in percentages

R + G + B =
155 + 136 + 233 = 524 (100%)
R 155 of 524 ~ 29.58%
G 136 of 524 ~ 25.95%
B 233 of 524 ~ 44.47%

%29.58
%25.95
%44.47

CMYK color model

#9B88E9 color CMYK value is (33,42,0,9).

  • cyan value is 33.48%
  • magenta value is 41.63%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(33,42,0,9)
C33M42Y0K9 
(33%,42%,0%,9%)
(0.33/0.42/0.00/0.09)	

CMYK percentages

%33.48
%41.63
%0
%8.63

Codes

Color #9B88E9 in popluar color models

9B88E9
RGB155136233
HSL252°68.79%72.35%
HSB/HSV252°41.63%91.37%
CMYK33.48%41.63%0.00%
8.63%

Color #9B88E9 in popluar number systems.

HEX9B88E9
Decimal155136233
Binary100110111000100011101001
Octal233210351

Shades and tints

Shades of #9B88E9

#9B88E9
(155,136,233)
#8D7CD4
(141,124,212)
#7F70BF
(127,112,191)
#7164AA
(113,100,170)
#635895
(99,88,149)
#554C80
(85,76,128)
#47406B
(71,64,107)
#393456
(57,52,86)
#2B2841
(43,40,65)
#1D1C2C
(29,28,44)
#0F1017
(15,16,23)
#000000
(0,0,0)

Tints of #9B88E9

#9B88E9
(155,136,233)
#A492EB
(164,146,235)
#AD9CED
(173,156,237)
#B6A6EF
(182,166,239)
#BFB0F1
(191,176,241)
#C8BAF3
(200,186,243)
#D1C4F5
(209,196,245)
#DACEF7
(218,206,247)
#E3D8F9
(227,216,249)
#ECE2FB
(236,226,251)
#F5ECFD
(245,236,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B88E9 color. Also use rgb(155,136,233) instead hex code.

Text Font Color

.myTextColor { color: #9B88E9; }

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

This text font color is #9B88E9.


Background Color

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

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

This div background color is #9B88E9.


Border color

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

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

This div border color is #9B88E9.


Opacity

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

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

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

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

This text has shadow with #9B88E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B88E9 on black background.


Color preview on white background

This text has color #9B88E9 on white background.



Black color preview on #9B88E9 background

This text has black color on #9B88E9 background.


White color preview on #9B88E9 background

This text has white color on #9B88E9 background.