COLOR #9E5FF0

HEX: #9E5FF0
RGB: (158,95,240)

Color info

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

RGB color model

#9E5FF0 color RGB value is (158,95,240).

  • red value is 158;
  • green value is 95;
  • blue value is 240.
RGB:
(158,95,240)
(62%,37%,94%)

RGB channels and saturation

R 158 of 255 = 62%
G 95 of 255 = 37%
B 240 of 255 = 94%

158
95
240

R + G + B ~ 64%. #9E5FF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 95 + 240 = 493 (100%)
R 158 of 493 ~ 32.05%
G 95 of 493 ~ 19.27%
B 240 of 493 ~ 48.68%

%32.05
%19.27
%48.68

CMYK color model

#9E5FF0 color CMYK value is (34,60,0,6).

  • cyan value is 34.17%
  • magenta value is 60.42%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(34,60,0,6)
C34M60Y0K6 
(34%,60%,0%,6%)
(0.34/0.60/0.00/0.06)	

CMYK percentages

%34.17
%60.42
%0
%5.88

Codes

Color #9E5FF0 in popluar color models

9E5FF0
RGB15895240
HSL266°82.86%65.69%
HSB/HSV266°60.42%94.12%
CMYK34.17%60.42%0.00%
5.88%

Color #9E5FF0 in popluar number systems.

HEX9E5FF0
Decimal15895240
Binary10011110101111111110000
Octal236137360

Shades and tints

Shades of #9E5FF0

#9E5FF0
(158,95,240)
#9057DB
(144,87,219)
#824FC6
(130,79,198)
#7447B1
(116,71,177)
#663F9C
(102,63,156)
#583787
(88,55,135)
#4A2F72
(74,47,114)
#3C275D
(60,39,93)
#2E1F48
(46,31,72)
#201733
(32,23,51)
#120F1E
(18,15,30)
#000000
(0,0,0)

Tints of #9E5FF0

#9E5FF0
(158,95,240)
#A66DF1
(166,109,241)
#AE7BF2
(174,123,242)
#B689F3
(182,137,243)
#BE97F4
(190,151,244)
#C6A5F5
(198,165,245)
#CEB3F6
(206,179,246)
#D6C1F7
(214,193,247)
#DECFF8
(222,207,248)
#E6DDF9
(230,221,249)
#EEEBFA
(238,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E5FF0 color. Also use rgb(158,95,240) instead hex code.

Text Font Color

.myTextColor { color: #9E5FF0; }

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

This text font color is #9E5FF0.


Background Color

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

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

This div background color is #9E5FF0.


Border color

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

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

This div border color is #9E5FF0.


Opacity

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

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

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

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

This text has shadow with #9E5FF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E5FF0 on black background.


Color preview on white background

This text has color #9E5FF0 on white background.



Black color preview on #9E5FF0 background

This text has black color on #9E5FF0 background.


White color preview on #9E5FF0 background

This text has white color on #9E5FF0 background.