COLOR #9B93D6

HEX: #9B93D6
RGB: (155,147,214)

Color info

#9B93D6 contains mainly red and blue colors. Web safe color of #9B93D6 is #9999CC (or #99C).

RGB color model

#9B93D6 color RGB value is (155,147,214).

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

RGB channels and saturation

R 155 of 255 = 61%
G 147 of 255 = 58%
B 214 of 255 = 84%

155
147
214

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

Portions of RGB colors in percentages

R + G + B =
155 + 147 + 214 = 516 (100%)
R 155 of 516 ~ 30.04%
G 147 of 516 ~ 28.49%
B 214 of 516 ~ 41.47%

%30.04
%28.49
%41.47

CMYK color model

#9B93D6 color CMYK value is (28,31,0,16).

  • cyan value is 27.57%
  • magenta value is 31.31%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(28,31,0,16)
C28M31Y0K16 
(28%,31%,0%,16%)
(0.28/0.31/0.00/0.16)	

CMYK percentages

%27.57
%31.31
%0
%16.08

Codes

Color #9B93D6 in popluar color models

9B93D6
RGB155147214
HSL247°44.97%70.78%
HSB/HSV247°31.31%83.92%
CMYK27.57%31.31%0.00%
16.08%

Color #9B93D6 in popluar number systems.

HEX9B93D6
Decimal155147214
Binary100110111001001111010110
Octal233223326

Shades and tints

Shades of #9B93D6

#9B93D6
(155,147,214)
#8D86C3
(141,134,195)
#7F79B0
(127,121,176)
#716C9D
(113,108,157)
#635F8A
(99,95,138)
#555277
(85,82,119)
#474564
(71,69,100)
#393851
(57,56,81)
#2B2B3E
(43,43,62)
#1D1E2B
(29,30,43)
#0F1118
(15,17,24)
#000000
(0,0,0)

Tints of #9B93D6

#9B93D6
(155,147,214)
#A49CD9
(164,156,217)
#ADA5DC
(173,165,220)
#B6AEDF
(182,174,223)
#BFB7E2
(191,183,226)
#C8C0E5
(200,192,229)
#D1C9E8
(209,201,232)
#DAD2EB
(218,210,235)
#E3DBEE
(227,219,238)
#ECE4F1
(236,228,241)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B93D6; }

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

This text font color is #9B93D6.


Background Color

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

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

This div background color is #9B93D6.


Border color

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

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

This div border color is #9B93D6.


Opacity

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

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

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

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

This text has shadow with #9B93D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B93D6 on black background.


Color preview on white background

This text has color #9B93D6 on white background.



Black color preview on #9B93D6 background

This text has black color on #9B93D6 background.


White color preview on #9B93D6 background

This text has white color on #9B93D6 background.