COLOR #9E53EC

HEX: #9E53EC
RGB: (158,83,236)

Color info

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

RGB color model

#9E53EC color RGB value is (158,83,236).

  • red value is 158;
  • green value is 83;
  • blue value is 236.
RGB:
(158,83,236)
(62%,33%,93%)

RGB channels and saturation

R 158 of 255 = 62%
G 83 of 255 = 33%
B 236 of 255 = 93%

158
83
236

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

Portions of RGB colors in percentages

R + G + B =
158 + 83 + 236 = 477 (100%)
R 158 of 477 ~ 33.12%
G 83 of 477 ~ 17.4%
B 236 of 477 ~ 49.48%

%33.12
%17.4
%49.48

CMYK color model

#9E53EC color CMYK value is (33,65,0,7).

  • cyan value is 33.05%
  • magenta value is 64.83%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(33,65,0,7)
C33M65Y0K7 
(33%,65%,0%,7%)
(0.33/0.65/0.00/0.07)	

CMYK percentages

%33.05
%64.83
%0
%7.45

Codes

Color #9E53EC in popluar color models

9E53EC
RGB15883236
HSL269°80.10%62.55%
HSB/HSV269°64.83%92.55%
CMYK33.05%64.83%0.00%
7.45%

Color #9E53EC in popluar number systems.

HEX9E53EC
Decimal15883236
Binary10011110101001111101100
Octal236123354

Shades and tints

Shades of #9E53EC

#9E53EC
(158,83,236)
#904CD7
(144,76,215)
#8245C2
(130,69,194)
#743EAD
(116,62,173)
#663798
(102,55,152)
#583083
(88,48,131)
#4A296E
(74,41,110)
#3C2259
(60,34,89)
#2E1B44
(46,27,68)
#20142F
(32,20,47)
#120D1A
(18,13,26)
#000000
(0,0,0)

Tints of #9E53EC

#9E53EC
(158,83,236)
#A662ED
(166,98,237)
#AE71EE
(174,113,238)
#B680EF
(182,128,239)
#BE8FF0
(190,143,240)
#C69EF1
(198,158,241)
#CEADF2
(206,173,242)
#D6BCF3
(214,188,243)
#DECBF4
(222,203,244)
#E6DAF5
(230,218,245)
#EEE9F6
(238,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E53EC color. Also use rgb(158,83,236) instead hex code.

Text Font Color

.myTextColor { color: #9E53EC; }

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

This text font color is #9E53EC.


Background Color

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

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

This div background color is #9E53EC.


Border color

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

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

This div border color is #9E53EC.


Opacity

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

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

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

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

This text has shadow with #9E53EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E53EC on black background.


Color preview on white background

This text has color #9E53EC on white background.



Black color preview on #9E53EC background

This text has black color on #9E53EC background.


White color preview on #9E53EC background

This text has white color on #9E53EC background.