COLOR #9307D1

HEX: #9307D1
RGB: (147,7,209)

Color info

#9307D1 contains mainly blue color. Web safe color of #9307D1 is #9900CC (or #90C).

RGB color model

#9307D1 color RGB value is (147,7,209).

  • red value is 147;
  • green value is 7;
  • blue value is 209.
RGB:
(147,7,209)
(58%,3%,82%)

RGB channels and saturation

R 147 of 255 = 58%
G 7 of 255 = 3%
B 209 of 255 = 82%

147
7
209

R + G + B ~ 48%. #9307D1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 7 + 209 = 363 (100%)
R 147 of 363 ~ 40.5%
G 7 of 363 ~ 1.93%
B 209 of 363 ~ 57.58%

%40.5
%57.58

CMYK color model

#9307D1 color CMYK value is (30,97,0,18).

  • cyan value is 29.67%
  • magenta value is 96.65%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(30,97,0,18)
C30M97Y0K18 
(30%,97%,0%,18%)
(0.30/0.97/0.00/0.18)	

CMYK percentages

%29.67
%96.65
%0
%18.04

Codes

Color #9307D1 in popluar color models

9307D1
RGB1477209
HSL282°93.52%42.35%
HSB/HSV282°96.65%81.96%
CMYK29.67%96.65%0.00%
18.04%

Color #9307D1 in popluar number systems.

HEX9307D1
Decimal1477209
Binary1001001111111010001
Octal2237321

Shades and tints

Shades of #9307D1

#9307D1
(147,7,209)
#8607BE
(134,7,190)
#7907AB
(121,7,171)
#6C0798
(108,7,152)
#5F0785
(95,7,133)
#520772
(82,7,114)
#45075F
(69,7,95)
#38074C
(56,7,76)
#2B0739
(43,7,57)
#1E0726
(30,7,38)
#110713
(17,7,19)
#000000
(0,0,0)

Tints of #9307D1

#9307D1
(147,7,209)
#9C1DD5
(156,29,213)
#A533D9
(165,51,217)
#AE49DD
(174,73,221)
#B75FE1
(183,95,225)
#C075E5
(192,117,229)
#C98BE9
(201,139,233)
#D2A1ED
(210,161,237)
#DBB7F1
(219,183,241)
#E4CDF5
(228,205,245)
#EDE3F9
(237,227,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9307D1 color. Also use rgb(147,7,209) instead hex code.

Text Font Color

.myTextColor { color: #9307D1; }

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

This text font color is #9307D1.


Background Color

.myBgColor { background-color: #9307D1; }

<div style="background-color:#9307D1">Inner text</div>

This div background color is #9307D1.


Border color

.myBorderColor { border: 1px solid #9307D1; }

<div style="border:3px solid #9307D1">Div</div>

This div border color is #9307D1.


Opacity

.myOpacity80 { color: #9307D1; opacity: 0.8; }

<p style="color:#9307D1;opacity:0.8;">80%</p>

Text with #9307D1 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 #9307D1;}

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

This text has shadow with #9307D1 color.

.textShadow {text-shadow: 3px 3px 1px #9307D1, 3px 3px 1px red;}

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

This text has shadow with #9307D1 primary color and red secondary color.


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

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

This text has shadow with #9307D1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9307D1 on black background.


Color preview on white background

This text has color #9307D1 on white background.



Black color preview on #9307D1 background

This text has black color on #9307D1 background.


White color preview on #9307D1 background

This text has white color on #9307D1 background.