COLOR #9350B1

HEX: #9350B1
RGB: (147,80,177)

Color info

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

RGB color model

#9350B1 color RGB value is (147,80,177).

  • red value is 147;
  • green value is 80;
  • blue value is 177.
RGB:
(147,80,177)
(58%,31%,69%)

RGB channels and saturation

R 147 of 255 = 58%
G 80 of 255 = 31%
B 177 of 255 = 69%

147
80
177

R + G + B ~ 53%. #9350B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 80 + 177 = 404 (100%)
R 147 of 404 ~ 36.39%
G 80 of 404 ~ 19.8%
B 177 of 404 ~ 43.81%

%36.39
%19.8
%43.81

CMYK color model

#9350B1 color CMYK value is (17,55,0,31).

  • cyan value is 16.95%
  • magenta value is 54.80%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(17,55,0,31)
C17M55Y0K31 
(17%,55%,0%,31%)
(0.17/0.55/0.00/0.31)	

CMYK percentages

%16.95
%54.8
%0
%30.59

Codes

Color #9350B1 in popluar color models

9350B1
RGB14780177
HSL281°38.34%50.39%
HSB/HSV281°54.80%69.41%
CMYK16.95%54.80%0.00%
30.59%

Color #9350B1 in popluar number systems.

HEX9350B1
Decimal14780177
Binary10010011101000010110001
Octal223120261

Shades and tints

Shades of #9350B1

#9350B1
(147,80,177)
#8649A1
(134,73,161)
#794291
(121,66,145)
#6C3B81
(108,59,129)
#5F3471
(95,52,113)
#522D61
(82,45,97)
#452651
(69,38,81)
#381F41
(56,31,65)
#2B1831
(43,24,49)
#1E1121
(30,17,33)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #9350B1

#9350B1
(147,80,177)
#9C5FB8
(156,95,184)
#A56EBF
(165,110,191)
#AE7DC6
(174,125,198)
#B78CCD
(183,140,205)
#C09BD4
(192,155,212)
#C9AADB
(201,170,219)
#D2B9E2
(210,185,226)
#DBC8E9
(219,200,233)
#E4D7F0
(228,215,240)
#EDE6F7
(237,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9350B1 color. Also use rgb(147,80,177) instead hex code.

Text Font Color

.myTextColor { color: #9350B1; }

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

This text font color is #9350B1.


Background Color

.myBgColor { background-color: #9350B1; }

<div style="background-color:#9350B1">Inner text</div>

This div background color is #9350B1.


Border color

.myBorderColor { border: 1px solid #9350B1; }

<div style="border:3px solid #9350B1">Div</div>

This div border color is #9350B1.


Opacity

.myOpacity80 { color: #9350B1; opacity: 0.8; }

<p style="color:#9350B1;opacity:0.8;">80%</p>

Text with #9350B1 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 #9350B1;}

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

This text has shadow with #9350B1 color.

.textShadow {text-shadow: 3px 3px 1px #9350B1, 3px 3px 1px red;}

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

This text has shadow with #9350B1 primary color and red secondary color.


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

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

This text has shadow with #9350B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9350B1 on black background.


Color preview on white background

This text has color #9350B1 on white background.



Black color preview on #9350B1 background

This text has black color on #9350B1 background.


White color preview on #9350B1 background

This text has white color on #9350B1 background.