COLOR #9E93ED

HEX: #9E93ED RGB: (158,147,237)

Color info

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

RGB color model

#9E93ED color RGB value is (158,147,237).

RGB: (158,147,237) (62%, 58%, 93%)

RGB channels and saturation

R 158 of 255 = 62%
G 147 of 255 = 58%
B 237 of 255 = 93%

158
147
237

R + G + B ~ 71%. #9E93ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 147 + 237 = 542 (100%)
R 158 of 542 ~ 29.15%
G 147 of 542 ~ 27.12%
B 237 of 542 ~ 43.73'%

%29.15
%27.12
%43.73

CMYK color model

#9E93ED color CMYK value is (33,38,0,7).

  • cyan value is 33.33%
  • magenta value is 37.97%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (33,38,0,7) C33M38Y0K7 (33%,38%,0%,7%) (0.33/0.38/0.00/0.07) 

CMYK percentages

%33.33
%37.97
%0
%7.06

Codes

Color #9E93ED in popluar color models

9E 93 ED
RGB 158 147 237
HSL 247° 71.43% 75.29%
HSB/HSV 247° 37.97% 92.94%
CMYK 33.33% 37.97% 0.00%
7.06%

Color #9E93ED in popluar number systems.

HEX 9E 93 ED
Decimal 158 147 237
Binary 10011110 10010011 11101101
Octal 236 223 355

Shades and tints

Shades of #9E93ED

#9E93ED
(158,147,237)
#9086D8
(144,134,216)
#8279C3
(130,121,195)
#746CAE
(116,108,174)
#665F99
(102,95,153)
#585284
(88,82,132)
#4A456F
(74,69,111)
#3C385A
(60,56,90)
#2E2B45
(46,43,69)
#201E30
(32,30,48)
#12111B
(18,17,27)
#000000
(0,0,0)

Tints of #9E93ED

#9E93ED
(158,147,237)
#A69CEE
(166,156,238)
#AEA5EF
(174,165,239)
#B6AEF0
(182,174,240)
#BEB7F1
(190,183,241)
#C6C0F2
(198,192,242)
#CEC9F3
(206,201,243)
#D6D2F4
(214,210,244)
#DEDBF5
(222,219,245)
#E6E4F6
(230,228,246)
#EEEDF7
(238,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E93ED color. Also use rgb(158,147,237) instead hex code.

Text Font Color

.myTextColor { color: #9E93ED; }

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

This text font color is #9E93ED.

Background Color

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

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

This div background color is #9E93ED.

Border color

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

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

This div border color is #9E93ED.

Opacity

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

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

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

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

This text has shadow with #9E93ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E93ED.

Preview

Color preview on black background

This text has color #9E93ED on black background.


Color preview on white background

This text has color #9E93ED on white background.


Black color preview on #9E93ED background

This text has black color on #9E93ED background.


White color preview on #9E93ED background

This text has white color on #9E93ED background.


Related colors

Complementary color

Complementary color for #hex is #616C12.


I love getcolorcode.com

Triadic colors

1 #ED9E93 and #93ED9E with #9E93ED are triadic colors.

2 #ED939E and #939EED with #9E93ED are triadic colors.