COLOR #9A93E7

HEX: #9A93E7
RGB: (154,147,231)

Color info

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

RGB color model

#9A93E7 color RGB value is (154,147,231).

  • red value is 154;
  • green value is 147;
  • blue value is 231.
RGB:
(154,147,231)
(60%,58%,91%)

RGB channels and saturation

R 154 of 255 = 60%
G 147 of 255 = 58%
B 231 of 255 = 91%

154
147
231

R + G + B ~ 70%. #9A93E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 147 + 231 = 532 (100%)
R 154 of 532 ~ 28.95%
G 147 of 532 ~ 27.63%
B 231 of 532 ~ 43.42%

%28.95
%27.63
%43.42

CMYK color model

#9A93E7 color CMYK value is (33,36,0,9).

  • cyan value is 33.33%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(33,36,0,9)
C33M36Y0K9 
(33%,36%,0%,9%)
(0.33/0.36/0.00/0.09)	

CMYK percentages

%33.33
%36.36
%0
%9.41

Codes

Color #9A93E7 in popluar color models

9A93E7
RGB154147231
HSL245°63.64%74.12%
HSB/HSV245°36.36%90.59%
CMYK33.33%36.36%0.00%
9.41%

Color #9A93E7 in popluar number systems.

HEX9A93E7
Decimal154147231
Binary100110101001001111100111
Octal232223347

Shades and tints

Shades of #9A93E7

#9A93E7
(154,147,231)
#8C86D2
(140,134,210)
#7E79BD
(126,121,189)
#706CA8
(112,108,168)
#625F93
(98,95,147)
#54527E
(84,82,126)
#464569
(70,69,105)
#383854
(56,56,84)
#2A2B3F
(42,43,63)
#1C1E2A
(28,30,42)
#0E1115
(14,17,21)
#000000
(0,0,0)

Tints of #9A93E7

#9A93E7
(154,147,231)
#A39CE9
(163,156,233)
#ACA5EB
(172,165,235)
#B5AEED
(181,174,237)
#BEB7EF
(190,183,239)
#C7C0F1
(199,192,241)
#D0C9F3
(208,201,243)
#D9D2F5
(217,210,245)
#E2DBF7
(226,219,247)
#EBE4F9
(235,228,249)
#F4EDFB
(244,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A93E7 color. Also use rgb(154,147,231) instead hex code.

Text Font Color

.myTextColor { color: #9A93E7; }

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

This text font color is #9A93E7.


Background Color

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

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

This div background color is #9A93E7.


Border color

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

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

This div border color is #9A93E7.


Opacity

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

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

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

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

This text has shadow with #9A93E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A93E7 on black background.


Color preview on white background

This text has color #9A93E7 on white background.



Black color preview on #9A93E7 background

This text has black color on #9A93E7 background.


White color preview on #9A93E7 background

This text has white color on #9A93E7 background.