COLOR #9363CC

HEX: #9363CC
RGB: (147,99,204)

Color info

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

RGB color model

#9363CC color RGB value is (147,99,204).

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

RGB channels and saturation

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

147
99
204

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

Portions of RGB colors in percentages

R + G + B =
147 + 99 + 204 = 450 (100%)
R 147 of 450 ~ 32.67%
G 99 of 450 ~ 22%
B 204 of 450 ~ 45.33%

%32.67
%22
%45.33

CMYK color model

#9363CC color CMYK value is (28,51,0,20).

  • cyan value is 27.94%
  • magenta value is 51.47%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(28,51,0,20)
C28M51Y0K20 
(28%,51%,0%,20%)
(0.28/0.51/0.00/0.20)	

CMYK percentages

%27.94
%51.47
%0
%20

Codes

Color #9363CC in popluar color models

9363CC
RGB14799204
HSL267°50.72%59.41%
HSB/HSV267°51.47%80.00%
CMYK27.94%51.47%0.00%
20.00%

Color #9363CC in popluar number systems.

HEX9363CC
Decimal14799204
Binary10010011110001111001100
Octal223143314

Shades and tints

Shades of #9363CC

#9363CC
(147,99,204)
#865ABA
(134,90,186)
#7951A8
(121,81,168)
#6C4896
(108,72,150)
#5F3F84
(95,63,132)
#523672
(82,54,114)
#452D60
(69,45,96)
#38244E
(56,36,78)
#2B1B3C
(43,27,60)
#1E122A
(30,18,42)
#110918
(17,9,24)
#000000
(0,0,0)

Tints of #9363CC

#9363CC
(147,99,204)
#9C71D0
(156,113,208)
#A57FD4
(165,127,212)
#AE8DD8
(174,141,216)
#B79BDC
(183,155,220)
#C0A9E0
(192,169,224)
#C9B7E4
(201,183,228)
#D2C5E8
(210,197,232)
#DBD3EC
(219,211,236)
#E4E1F0
(228,225,240)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9363CC; }

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

This text font color is #9363CC.


Background Color

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

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

This div background color is #9363CC.


Border color

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

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

This div border color is #9363CC.


Opacity

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

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

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

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

This text has shadow with #9363CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9363CC on black background.


Color preview on white background

This text has color #9363CC on white background.



Black color preview on #9363CC background

This text has black color on #9363CC background.


White color preview on #9363CC background

This text has white color on #9363CC background.