COLOR #9363A5

HEX: #9363A5 RGB: (147,99,165)

Color info

#9363A5 contains mainly red and blue colors. Web safe color of #9363A5 is #996699 (or #969).

RGB color model

#9363A5 color RGB value is (147,99,165).

RGB: (147,99,165) (58%, 39%, 65%)

RGB channels and saturation

R 147 of 255 = 58%
G 99 of 255 = 39%
B 165 of 255 = 65%

147
99
165

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

Portions of RGB colors in percentages

R + G + B = 147 + 99 + 165 = 411 (100%)
R 147 of 411 ~ 35.77%
G 99 of 411 ~ 24.09%
B 165 of 411 ~ 40.15'%

%35.77
%24.09
%40.15

CMYK color model

#9363A5 color CMYK value is (11,40,0,35).

  • cyan value is 10.91%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (11,40,0,35)
C11M40Y0K35 (11%, 40%, 0%, 35%)
(0.11 / 0.40 / 0.00 / 0.35)

CMYK percentages

%10.91
%40
%0
%35.29

Codes

Color #9363A5 in popluar color models

93 63 A5
RGB 147 99 165
HSL 284° 26.83% 51.76%
HSB/HSV 284° 40.00% 64.71%
CMYK 10.91% 40.00% 0.00%
35.29%

Color #9363A5 in popluar number systems.

HEX 93 63 A5
Decimal 147 99 165
Binary 10010011 1100011 10100101
Octal 223 143 245

Shades and tints

Shades of #9363A5

#9363A5
(147,99,165)
#865A96
(134,90,150)
#795187
(121,81,135)
#6C4878
(108,72,120)
#5F3F69
(95,63,105)
#52365A
(82,54,90)
#452D4B
(69,45,75)
#38243C
(56,36,60)
#2B1B2D
(43,27,45)
#1E121E
(30,18,30)
#11090F
(17,9,15)
#000000
(0,0,0)

Tints of #9363A5

#9363A5
(147,99,165)
#9C71AD
(156,113,173)
#A57FB5
(165,127,181)
#AE8DBD
(174,141,189)
#B79BC5
(183,155,197)
#C0A9CD
(192,169,205)
#C9B7D5
(201,183,213)
#D2C5DD
(210,197,221)
#DBD3E5
(219,211,229)
#E4E1ED
(228,225,237)
#EDEFF5
(237,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9363A5; }

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

This text font color is #9363A5.

Background Color

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

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

This div background color is #9363A5.

Border color

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

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

This div border color is #9363A5.

Opacity

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

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

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

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

This text has shadow with #9363A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9363A5.

Preview

Color preview on black background

This text has color #9363A5 on black background.


Color preview on white background

This text has color #9363A5 on white background.


Black color preview on #9363A5 background

This text has black color on #9363A5 background.


White color preview on #9363A5 background

This text has white color on #9363A5 background.


Related colors

Complementary color

Complementary color for #hex is #6C9C5A.


I love getcolorcode.com

Triadic colors

1 #A59363 and #63A593 with #9363A5 are triadic colors.

2 #A56393 and #6393A5 with #9363A5 are triadic colors.