COLOR #9E50F4

HEX: #9E50F4
RGB: (158,80,244)

Color info

#9E50F4 contains mainly blue color. Web safe color of #9E50F4 is #9966FF (or #96F).

RGB color model

#9E50F4 color RGB value is (158,80,244).

  • red value is 158;
  • green value is 80;
  • blue value is 244.
RGB:
(158,80,244)
(62%,31%,96%)

RGB channels and saturation

R 158 of 255 = 62%
G 80 of 255 = 31%
B 244 of 255 = 96%

158
80
244

R + G + B ~ 63%. #9E50F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 80 + 244 = 482 (100%)
R 158 of 482 ~ 32.78%
G 80 of 482 ~ 16.6%
B 244 of 482 ~ 50.62%

%32.78
%16.6
%50.62

CMYK color model

#9E50F4 color CMYK value is (35,67,0,4).

  • cyan value is 35.25%
  • magenta value is 67.21%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(35,67,0,4)
C35M67Y0K4 
(35%,67%,0%,4%)
(0.35/0.67/0.00/0.04)	

CMYK percentages

%35.25
%67.21
%0
%4.31

Codes

Color #9E50F4 in popluar color models

9E50F4
RGB15880244
HSL269°88.17%63.53%
HSB/HSV269°67.21%95.69%
CMYK35.25%67.21%0.00%
4.31%

Color #9E50F4 in popluar number systems.

HEX9E50F4
Decimal15880244
Binary10011110101000011110100
Octal236120364

Shades and tints

Shades of #9E50F4

#9E50F4
(158,80,244)
#9049DE
(144,73,222)
#8242C8
(130,66,200)
#743BB2
(116,59,178)
#66349C
(102,52,156)
#582D86
(88,45,134)
#4A2670
(74,38,112)
#3C1F5A
(60,31,90)
#2E1844
(46,24,68)
#20112E
(32,17,46)
#120A18
(18,10,24)
#000000
(0,0,0)

Tints of #9E50F4

#9E50F4
(158,80,244)
#A65FF5
(166,95,245)
#AE6EF6
(174,110,246)
#B67DF7
(182,125,247)
#BE8CF8
(190,140,248)
#C69BF9
(198,155,249)
#CEAAFA
(206,170,250)
#D6B9FB
(214,185,251)
#DEC8FC
(222,200,252)
#E6D7FD
(230,215,253)
#EEE6FE
(238,230,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E50F4 color. Also use rgb(158,80,244) instead hex code.

Text Font Color

.myTextColor { color: #9E50F4; }

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

This text font color is #9E50F4.


Background Color

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

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

This div background color is #9E50F4.


Border color

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

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

This div border color is #9E50F4.


Opacity

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

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

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

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

This text has shadow with #9E50F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E50F4 on black background.


Color preview on white background

This text has color #9E50F4 on white background.



Black color preview on #9E50F4 background

This text has black color on #9E50F4 background.


White color preview on #9E50F4 background

This text has white color on #9E50F4 background.