COLOR #9373EA

HEX: #9373EA
RGB: (147,115,234)

Color info

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

RGB color model

#9373EA color RGB value is (147,115,234).

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

RGB channels and saturation

R 147 of 255 = 58%
G 115 of 255 = 45%
B 234 of 255 = 92%

147
115
234

R + G + B ~ 65%. #9373EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 115 + 234 = 496 (100%)
R 147 of 496 ~ 29.64%
G 115 of 496 ~ 23.19%
B 234 of 496 ~ 47.18%

%29.64
%23.19
%47.18

CMYK color model

#9373EA color CMYK value is (37,51,0,8).

  • cyan value is 37.18%
  • magenta value is 50.85%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(37,51,0,8)
C37M51Y0K8 
(37%,51%,0%,8%)
(0.37/0.51/0.00/0.08)	

CMYK percentages

%37.18
%50.85
%0
%8.24

Codes

Color #9373EA in popluar color models

9373EA
RGB147115234
HSL256°73.91%68.43%
HSB/HSV256°50.85%91.76%
CMYK37.18%50.85%0.00%
8.24%

Color #9373EA in popluar number systems.

HEX9373EA
Decimal147115234
Binary10010011111001111101010
Octal223163352

Shades and tints

Shades of #9373EA

#9373EA
(147,115,234)
#8669D5
(134,105,213)
#795FC0
(121,95,192)
#6C55AB
(108,85,171)
#5F4B96
(95,75,150)
#524181
(82,65,129)
#45376C
(69,55,108)
#382D57
(56,45,87)
#2B2342
(43,35,66)
#1E192D
(30,25,45)
#110F18
(17,15,24)
#000000
(0,0,0)

Tints of #9373EA

#9373EA
(147,115,234)
#9C7FEB
(156,127,235)
#A58BEC
(165,139,236)
#AE97ED
(174,151,237)
#B7A3EE
(183,163,238)
#C0AFEF
(192,175,239)
#C9BBF0
(201,187,240)
#D2C7F1
(210,199,241)
#DBD3F2
(219,211,242)
#E4DFF3
(228,223,243)
#EDEBF4
(237,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9373EA color. Also use rgb(147,115,234) instead hex code.

Text Font Color

.myTextColor { color: #9373EA; }

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

This text font color is #9373EA.


Background Color

.myBgColor { background-color: #9373EA; }

<div style="background-color:#9373EA">Inner text</div>

This div background color is #9373EA.


Border color

.myBorderColor { border: 1px solid #9373EA; }

<div style="border:3px solid #9373EA">Div</div>

This div border color is #9373EA.


Opacity

.myOpacity80 { color: #9373EA; opacity: 0.8; }

<p style="color:#9373EA;opacity:0.8;">80%</p>

Text with #9373EA 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 #9373EA;}

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

This text has shadow with #9373EA color.

.textShadow {text-shadow: 3px 3px 1px #9373EA, 3px 3px 1px red;}

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

This text has shadow with #9373EA primary color and red secondary color.


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

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

This text has shadow with #9373EA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9373EA on black background.


Color preview on white background

This text has color #9373EA on white background.



Black color preview on #9373EA background

This text has black color on #9373EA background.


White color preview on #9373EA background

This text has white color on #9373EA background.