COLOR #9D93F1

HEX: #9D93F1
RGB: (157,147,241)

Color info

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

RGB color model

#9D93F1 color RGB value is (157,147,241).

  • red value is 157;
  • green value is 147;
  • blue value is 241.
RGB:
(157,147,241)
(62%,58%,95%)

RGB channels and saturation

R 157 of 255 = 62%
G 147 of 255 = 58%
B 241 of 255 = 95%

157
147
241

R + G + B ~ 72%. #9D93F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 147 + 241 = 545 (100%)
R 157 of 545 ~ 28.81%
G 147 of 545 ~ 26.97%
B 241 of 545 ~ 44.22%

%28.81
%26.97
%44.22

CMYK color model

#9D93F1 color CMYK value is (35,39,0,5).

  • cyan value is 34.85%
  • magenta value is 39.00%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(35,39,0,5)
C35M39Y0K5 
(35%,39%,0%,5%)
(0.35/0.39/0.00/0.05)	

CMYK percentages

%34.85
%39
%0
%5.49

Codes

Color #9D93F1 in popluar color models

9D93F1
RGB157147241
HSL246°77.05%76.08%
HSB/HSV246°39.00%94.51%
CMYK34.85%39.00%0.00%
5.49%

Color #9D93F1 in popluar number systems.

HEX9D93F1
Decimal157147241
Binary100111011001001111110001
Octal235223361

Shades and tints

Shades of #9D93F1

#9D93F1
(157,147,241)
#8F86DC
(143,134,220)
#8179C7
(129,121,199)
#736CB2
(115,108,178)
#655F9D
(101,95,157)
#575288
(87,82,136)
#494573
(73,69,115)
#3B385E
(59,56,94)
#2D2B49
(45,43,73)
#1F1E34
(31,30,52)
#11111F
(17,17,31)
#000000
(0,0,0)

Tints of #9D93F1

#9D93F1
(157,147,241)
#A59CF2
(165,156,242)
#ADA5F3
(173,165,243)
#B5AEF4
(181,174,244)
#BDB7F5
(189,183,245)
#C5C0F6
(197,192,246)
#CDC9F7
(205,201,247)
#D5D2F8
(213,210,248)
#DDDBF9
(221,219,249)
#E5E4FA
(229,228,250)
#EDEDFB
(237,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D93F1 color. Also use rgb(157,147,241) instead hex code.

Text Font Color

.myTextColor { color: #9D93F1; }

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

This text font color is #9D93F1.


Background Color

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

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

This div background color is #9D93F1.


Border color

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

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

This div border color is #9D93F1.


Opacity

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

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

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

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

This text has shadow with #9D93F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D93F1 on black background.


Color preview on white background

This text has color #9D93F1 on white background.



Black color preview on #9D93F1 background

This text has black color on #9D93F1 background.


White color preview on #9D93F1 background

This text has white color on #9D93F1 background.