COLOR #9563C5

HEX: #9563C5
RGB: (149,99,197)

Color info

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

RGB color model

#9563C5 color RGB value is (149,99,197).

  • red value is 149;
  • green value is 99;
  • blue value is 197.
RGB:
(149,99,197)
(58%,39%,77%)

RGB channels and saturation

R 149 of 255 = 58%
G 99 of 255 = 39%
B 197 of 255 = 77%

149
99
197

R + G + B ~ 58%. #9563C5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 99 + 197 = 445 (100%)
R 149 of 445 ~ 33.48%
G 99 of 445 ~ 22.25%
B 197 of 445 ~ 44.27%

%33.48
%22.25
%44.27

CMYK color model

#9563C5 color CMYK value is (24,50,0,23).

  • cyan value is 24.37%
  • magenta value is 49.75%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(24,50,0,23)
C24M50Y0K23 
(24%,50%,0%,23%)
(0.24/0.50/0.00/0.23)	

CMYK percentages

%24.37
%49.75
%0
%22.75

Codes

Color #9563C5 in popluar color models

9563C5
RGB14999197
HSL271°45.79%58.04%
HSB/HSV271°49.75%77.25%
CMYK24.37%49.75%0.00%
22.75%

Color #9563C5 in popluar number systems.

HEX9563C5
Decimal14999197
Binary10010101110001111000101
Octal225143305

Shades and tints

Shades of #9563C5

#9563C5
(149,99,197)
#885AB4
(136,90,180)
#7B51A3
(123,81,163)
#6E4892
(110,72,146)
#613F81
(97,63,129)
#543670
(84,54,112)
#472D5F
(71,45,95)
#3A244E
(58,36,78)
#2D1B3D
(45,27,61)
#20122C
(32,18,44)
#13091B
(19,9,27)
#000000
(0,0,0)

Tints of #9563C5

#9563C5
(149,99,197)
#9E71CA
(158,113,202)
#A77FCF
(167,127,207)
#B08DD4
(176,141,212)
#B99BD9
(185,155,217)
#C2A9DE
(194,169,222)
#CBB7E3
(203,183,227)
#D4C5E8
(212,197,232)
#DDD3ED
(221,211,237)
#E6E1F2
(230,225,242)
#EFEFF7
(239,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9563C5 color. Also use rgb(149,99,197) instead hex code.

Text Font Color

.myTextColor { color: #9563C5; }

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

This text font color is #9563C5.


Background Color

.myBgColor { background-color: #9563C5; }

<div style="background-color:#9563C5">Inner text</div>

This div background color is #9563C5.


Border color

.myBorderColor { border: 1px solid #9563C5; }

<div style="border:3px solid #9563C5">Div</div>

This div border color is #9563C5.


Opacity

.myOpacity80 { color: #9563C5; opacity: 0.8; }

<p style="color:#9563C5;opacity:0.8;">80%</p>

Text with #9563C5 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 #9563C5;}

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

This text has shadow with #9563C5 color.

.textShadow {text-shadow: 3px 3px 1px #9563C5, 3px 3px 1px red;}

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

This text has shadow with #9563C5 primary color and red secondary color.


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

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

This text has shadow with #9563C5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9563C5 on black background.


Color preview on white background

This text has color #9563C5 on white background.



Black color preview on #9563C5 background

This text has black color on #9563C5 background.


White color preview on #9563C5 background

This text has white color on #9563C5 background.