COLOR #9E93EA

HEX: #9E93EA
RGB: (158,147,234)

Color info

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

RGB color model

#9E93EA color RGB value is (158,147,234).

  • red value is 158;
  • green value is 147;
  • blue value is 234.
RGB:
(158,147,234)
(62%,58%,92%)

RGB channels and saturation

R 158 of 255 = 62%
G 147 of 255 = 58%
B 234 of 255 = 92%

158
147
234

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

Portions of RGB colors in percentages

R + G + B =
158 + 147 + 234 = 539 (100%)
R 158 of 539 ~ 29.31%
G 147 of 539 ~ 27.27%
B 234 of 539 ~ 43.41%

%29.31
%27.27
%43.41

CMYK color model

#9E93EA color CMYK value is (32,37,0,8).

  • cyan value is 32.48%
  • magenta value is 37.18%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(32,37,0,8)
C32M37Y0K8 
(32%,37%,0%,8%)
(0.32/0.37/0.00/0.08)	

CMYK percentages

%32.48
%37.18
%0
%8.24

Codes

Color #9E93EA in popluar color models

9E93EA
RGB158147234
HSL248°67.44%74.71%
HSB/HSV248°37.18%91.76%
CMYK32.48%37.18%0.00%
8.24%

Color #9E93EA in popluar number systems.

HEX9E93EA
Decimal158147234
Binary100111101001001111101010
Octal236223352

Shades and tints

Shades of #9E93EA

#9E93EA
(158,147,234)
#9086D5
(144,134,213)
#8279C0
(130,121,192)
#746CAB
(116,108,171)
#665F96
(102,95,150)
#585281
(88,82,129)
#4A456C
(74,69,108)
#3C3857
(60,56,87)
#2E2B42
(46,43,66)
#201E2D
(32,30,45)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #9E93EA

#9E93EA
(158,147,234)
#A69CEB
(166,156,235)
#AEA5EC
(174,165,236)
#B6AEED
(182,174,237)
#BEB7EE
(190,183,238)
#C6C0EF
(198,192,239)
#CEC9F0
(206,201,240)
#D6D2F1
(214,210,241)
#DEDBF2
(222,219,242)
#E6E4F3
(230,228,243)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E93EA; }

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

This text font color is #9E93EA.


Background Color

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

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

This div background color is #9E93EA.


Border color

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

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

This div border color is #9E93EA.


Opacity

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

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

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

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

This text has shadow with #9E93EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E93EA on black background.


Color preview on white background

This text has color #9E93EA on white background.



Black color preview on #9E93EA background

This text has black color on #9E93EA background.


White color preview on #9E93EA background

This text has white color on #9E93EA background.