COLOR #9370DB

HEX: #9370DB
RGB: (147,112,219)

Color info

Color name is MediumPurple. #9370DB contains mainly blue color. Web safe color of #9370DB is #9966CC (or #96C).

RGB color model

#9370DB color RGB value is (147,112,219).

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

RGB channels and saturation

R 147 of 255 = 58%
G 112 of 255 = 44%
B 219 of 255 = 86%

147
112
219

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

Portions of RGB colors in percentages

R + G + B =
147 + 112 + 219 = 478 (100%)
R 147 of 478 ~ 30.75%
G 112 of 478 ~ 23.43%
B 219 of 478 ~ 45.82%

%30.75
%23.43
%45.82

CMYK color model

#9370DB color CMYK value is (33,49,0,14).

  • cyan value is 32.88%
  • magenta value is 48.86%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(33,49,0,14)
C33M49Y0K14 
(33%,49%,0%,14%)
(0.33/0.49/0.00/0.14)	

CMYK percentages

%32.88
%48.86
%0
%14.12

Codes

Color #9370DB in popluar color models

9370DB
RGB147112219
HSL260°59.78%64.90%
HSB/HSV260°48.86%85.88%
CMYK32.88%48.86%0.00%
14.12%

Color #9370DB in popluar number systems.

HEX9370DB
Decimal147112219
Binary10010011111000011011011
Octal223160333

Shades and tints

Shades of #9370DB

#9370DB
(147,112,219)
#8666C8
(134,102,200)
#795CB5
(121,92,181)
#6C52A2
(108,82,162)
#5F488F
(95,72,143)
#523E7C
(82,62,124)
#453469
(69,52,105)
#382A56
(56,42,86)
#2B2043
(43,32,67)
#1E1630
(30,22,48)
#110C1D
(17,12,29)
#000000
(0,0,0)

Tints of #9370DB

#9370DB
(147,112,219)
#9C7DDE
(156,125,222)
#A58AE1
(165,138,225)
#AE97E4
(174,151,228)
#B7A4E7
(183,164,231)
#C0B1EA
(192,177,234)
#C9BEED
(201,190,237)
#D2CBF0
(210,203,240)
#DBD8F3
(219,216,243)
#E4E5F6
(228,229,246)
#EDF2F9
(237,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9370DB; }

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

This text font color is #9370DB.


Background Color

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

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

This div background color is #9370DB.


Border color

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

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

This div border color is #9370DB.


Opacity

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

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

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

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

This text has shadow with #9370DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9370DB on black background.


Color preview on white background

This text has color #9370DB on white background.



Black color preview on #9370DB background

This text has black color on #9370DB background.


White color preview on #9370DB background

This text has white color on #9370DB background.