COLOR #9B93E1

HEX: #9B93E1
RGB: (155,147,225)

Color info

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

RGB color model

#9B93E1 color RGB value is (155,147,225).

  • red value is 155;
  • green value is 147;
  • blue value is 225.
RGB:
(155,147,225)
(61%,58%,88%)

RGB channels and saturation

R 155 of 255 = 61%
G 147 of 255 = 58%
B 225 of 255 = 88%

155
147
225

R + G + B ~ 69%. #9B93E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 147 + 225 = 527 (100%)
R 155 of 527 ~ 29.41%
G 147 of 527 ~ 27.89%
B 225 of 527 ~ 42.69%

%29.41
%27.89
%42.69

CMYK color model

#9B93E1 color CMYK value is (31,35,0,12).

  • cyan value is 31.11%
  • magenta value is 34.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(31,35,0,12)
C31M35Y0K12 
(31%,35%,0%,12%)
(0.31/0.35/0.00/0.12)	

CMYK percentages

%31.11
%34.67
%0
%11.76

Codes

Color #9B93E1 in popluar color models

9B93E1
RGB155147225
HSL246°56.52%72.94%
HSB/HSV246°34.67%88.24%
CMYK31.11%34.67%0.00%
11.76%

Color #9B93E1 in popluar number systems.

HEX9B93E1
Decimal155147225
Binary100110111001001111100001
Octal233223341

Shades and tints

Shades of #9B93E1

#9B93E1
(155,147,225)
#8D86CD
(141,134,205)
#7F79B9
(127,121,185)
#716CA5
(113,108,165)
#635F91
(99,95,145)
#55527D
(85,82,125)
#474569
(71,69,105)
#393855
(57,56,85)
#2B2B41
(43,43,65)
#1D1E2D
(29,30,45)
#0F1119
(15,17,25)
#000000
(0,0,0)

Tints of #9B93E1

#9B93E1
(155,147,225)
#A49CE3
(164,156,227)
#ADA5E5
(173,165,229)
#B6AEE7
(182,174,231)
#BFB7E9
(191,183,233)
#C8C0EB
(200,192,235)
#D1C9ED
(209,201,237)
#DAD2EF
(218,210,239)
#E3DBF1
(227,219,241)
#ECE4F3
(236,228,243)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B93E1 color. Also use rgb(155,147,225) instead hex code.

Text Font Color

.myTextColor { color: #9B93E1; }

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

This text font color is #9B93E1.


Background Color

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

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

This div background color is #9B93E1.


Border color

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

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

This div border color is #9B93E1.


Opacity

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

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

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

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

This text has shadow with #9B93E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B93E1 on black background.


Color preview on white background

This text has color #9B93E1 on white background.



Black color preview on #9B93E1 background

This text has black color on #9B93E1 background.


White color preview on #9B93E1 background

This text has white color on #9B93E1 background.