COLOR #9B93F2

HEX: #9B93F2
RGB: (155,147,242)

Color info

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

RGB color model

#9B93F2 color RGB value is (155,147,242).

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

RGB channels and saturation

R 155 of 255 = 61%
G 147 of 255 = 58%
B 242 of 255 = 95%

155
147
242

R + G + B ~ 71%. #9B93F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 147 + 242 = 544 (100%)
R 155 of 544 ~ 28.49%
G 147 of 544 ~ 27.02%
B 242 of 544 ~ 44.49%

%28.49
%27.02
%44.49

CMYK color model

#9B93F2 color CMYK value is (36,39,0,5).

  • cyan value is 35.95%
  • magenta value is 39.26%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(36,39,0,5)
C36M39Y0K5 
(36%,39%,0%,5%)
(0.36/0.39/0.00/0.05)	

CMYK percentages

%35.95
%39.26
%0
%5.1

Codes

Color #9B93F2 in popluar color models

9B93F2
RGB155147242
HSL245°78.51%76.27%
HSB/HSV245°39.26%94.90%
CMYK35.95%39.26%0.00%
5.10%

Color #9B93F2 in popluar number systems.

HEX9B93F2
Decimal155147242
Binary100110111001001111110010
Octal233223362

Shades and tints

Shades of #9B93F2

#9B93F2
(155,147,242)
#8D86DC
(141,134,220)
#7F79C6
(127,121,198)
#716CB0
(113,108,176)
#635F9A
(99,95,154)
#555284
(85,82,132)
#47456E
(71,69,110)
#393858
(57,56,88)
#2B2B42
(43,43,66)
#1D1E2C
(29,30,44)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #9B93F2

#9B93F2
(155,147,242)
#A49CF3
(164,156,243)
#ADA5F4
(173,165,244)
#B6AEF5
(182,174,245)
#BFB7F6
(191,183,246)
#C8C0F7
(200,192,247)
#D1C9F8
(209,201,248)
#DAD2F9
(218,210,249)
#E3DBFA
(227,219,250)
#ECE4FB
(236,228,251)
#F5EDFC
(245,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B93F2; }

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

This text font color is #9B93F2.


Background Color

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

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

This div background color is #9B93F2.


Border color

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

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

This div border color is #9B93F2.


Opacity

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

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

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

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

This text has shadow with #9B93F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B93F2 on black background.


Color preview on white background

This text has color #9B93F2 on white background.



Black color preview on #9B93F2 background

This text has black color on #9B93F2 background.


White color preview on #9B93F2 background

This text has white color on #9B93F2 background.