COLOR #9370DF

HEX: #9370DF
RGB: (147,112,223)

Color info

#9370DF contains mainly blue color. Web safe color of #9370DF is #9966CC (or #96C).

RGB color model

#9370DF color RGB value is (147,112,223).

  • red value is 147;
  • green value is 112;
  • blue value is 223.
RGB:
(147,112,223)
(58%,44%,87%)

RGB channels and saturation

R 147 of 255 = 58%
G 112 of 255 = 44%
B 223 of 255 = 87%

147
112
223

R + G + B ~ 63%. #9370DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 112 + 223 = 482 (100%)
R 147 of 482 ~ 30.5%
G 112 of 482 ~ 23.24%
B 223 of 482 ~ 46.27%

%30.5
%23.24
%46.27

CMYK color model

#9370DF color CMYK value is (34,50,0,13).

  • cyan value is 34.08%
  • magenta value is 49.78%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(34,50,0,13)
C34M50Y0K13 
(34%,50%,0%,13%)
(0.34/0.50/0.00/0.13)	

CMYK percentages

%34.08
%49.78
%0
%12.55

Codes

Color #9370DF in popluar color models

9370DF
RGB147112223
HSL259°63.43%65.69%
HSB/HSV259°49.78%87.45%
CMYK34.08%49.78%0.00%
12.55%

Color #9370DF in popluar number systems.

HEX9370DF
Decimal147112223
Binary10010011111000011011111
Octal223160337

Shades and tints

Shades of #9370DF

#9370DF
(147,112,223)
#8666CB
(134,102,203)
#795CB7
(121,92,183)
#6C52A3
(108,82,163)
#5F488F
(95,72,143)
#523E7B
(82,62,123)
#453467
(69,52,103)
#382A53
(56,42,83)
#2B203F
(43,32,63)
#1E162B
(30,22,43)
#110C17
(17,12,23)
#000000
(0,0,0)

Tints of #9370DF

#9370DF
(147,112,223)
#9C7DE1
(156,125,225)
#A58AE3
(165,138,227)
#AE97E5
(174,151,229)
#B7A4E7
(183,164,231)
#C0B1E9
(192,177,233)
#C9BEEB
(201,190,235)
#D2CBED
(210,203,237)
#DBD8EF
(219,216,239)
#E4E5F1
(228,229,241)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9370DF color. Also use rgb(147,112,223) instead hex code.

Text Font Color

.myTextColor { color: #9370DF; }

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

This text font color is #9370DF.


Background Color

.myBgColor { background-color: #9370DF; }

<div style="background-color:#9370DF">Inner text</div>

This div background color is #9370DF.


Border color

.myBorderColor { border: 1px solid #9370DF; }

<div style="border:3px solid #9370DF">Div</div>

This div border color is #9370DF.


Opacity

.myOpacity80 { color: #9370DF; opacity: 0.8; }

<p style="color:#9370DF;opacity:0.8;">80%</p>

Text with #9370DF 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 #9370DF;}

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

This text has shadow with #9370DF color.

.textShadow {text-shadow: 3px 3px 1px #9370DF, 3px 3px 1px red;}

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

This text has shadow with #9370DF primary color and red secondary color.


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

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

This text has shadow with #9370DF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9370DF on black background.


Color preview on white background

This text has color #9370DF on white background.



Black color preview on #9370DF background

This text has black color on #9370DF background.


White color preview on #9370DF background

This text has white color on #9370DF background.