COLOR #9363CD

HEX: #9363CD
RGB: (147,99,205)

Color info

#9363CD contains mainly red and blue colors. Web safe color of #9363CD is #9966CC (or #96C).

RGB color model

#9363CD color RGB value is (147,99,205).

  • red value is 147;
  • green value is 99;
  • blue value is 205.
RGB:
(147,99,205)
(58%,39%,80%)

RGB channels and saturation

R 147 of 255 = 58%
G 99 of 255 = 39%
B 205 of 255 = 80%

147
99
205

R + G + B ~ 59%. #9363CD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 99 + 205 = 451 (100%)
R 147 of 451 ~ 32.59%
G 99 of 451 ~ 21.95%
B 205 of 451 ~ 45.45%

%32.59
%21.95
%45.45

CMYK color model

#9363CD color CMYK value is (28,52,0,20).

  • cyan value is 28.29%
  • magenta value is 51.71%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(28,52,0,20)
C28M52Y0K20 
(28%,52%,0%,20%)
(0.28/0.52/0.00/0.20)	

CMYK percentages

%28.29
%51.71
%0
%19.61

Codes

Color #9363CD in popluar color models

9363CD
RGB14799205
HSL267°51.46%59.61%
HSB/HSV267°51.71%80.39%
CMYK28.29%51.71%0.00%
19.61%

Color #9363CD in popluar number systems.

HEX9363CD
Decimal14799205
Binary10010011110001111001101
Octal223143315

Shades and tints

Shades of #9363CD

#9363CD
(147,99,205)
#865ABB
(134,90,187)
#7951A9
(121,81,169)
#6C4897
(108,72,151)
#5F3F85
(95,63,133)
#523673
(82,54,115)
#452D61
(69,45,97)
#38244F
(56,36,79)
#2B1B3D
(43,27,61)
#1E122B
(30,18,43)
#110919
(17,9,25)
#000000
(0,0,0)

Tints of #9363CD

#9363CD
(147,99,205)
#9C71D1
(156,113,209)
#A57FD5
(165,127,213)
#AE8DD9
(174,141,217)
#B79BDD
(183,155,221)
#C0A9E1
(192,169,225)
#C9B7E5
(201,183,229)
#D2C5E9
(210,197,233)
#DBD3ED
(219,211,237)
#E4E1F1
(228,225,241)
#EDEFF5
(237,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9363CD color. Also use rgb(147,99,205) instead hex code.

Text Font Color

.myTextColor { color: #9363CD; }

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

This text font color is #9363CD.


Background Color

.myBgColor { background-color: #9363CD; }

<div style="background-color:#9363CD">Inner text</div>

This div background color is #9363CD.


Border color

.myBorderColor { border: 1px solid #9363CD; }

<div style="border:3px solid #9363CD">Div</div>

This div border color is #9363CD.


Opacity

.myOpacity80 { color: #9363CD; opacity: 0.8; }

<p style="color:#9363CD;opacity:0.8;">80%</p>

Text with #9363CD 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 #9363CD;}

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

This text has shadow with #9363CD color.

.textShadow {text-shadow: 3px 3px 1px #9363CD, 3px 3px 1px red;}

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

This text has shadow with #9363CD primary color and red secondary color.


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

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

This text has shadow with #9363CD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9363CD on black background.


Color preview on white background

This text has color #9363CD on white background.



Black color preview on #9363CD background

This text has black color on #9363CD background.


White color preview on #9363CD background

This text has white color on #9363CD background.