COLOR #9350C0

HEX: #9350C0
RGB: (147,80,192)

Color info

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

RGB color model

#9350C0 color RGB value is (147,80,192).

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

RGB channels and saturation

R 147 of 255 = 58%
G 80 of 255 = 31%
B 192 of 255 = 75%

147
80
192

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

Portions of RGB colors in percentages

R + G + B =
147 + 80 + 192 = 419 (100%)
R 147 of 419 ~ 35.08%
G 80 of 419 ~ 19.09%
B 192 of 419 ~ 45.82%

%35.08
%19.09
%45.82

CMYK color model

#9350C0 color CMYK value is (23,58,0,25).

  • cyan value is 23.44%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(23,58,0,25)
C23M58Y0K25 
(23%,58%,0%,25%)
(0.23/0.58/0.00/0.25)	

CMYK percentages

%23.44
%58.33
%0
%24.71

Codes

Color #9350C0 in popluar color models

9350C0
RGB14780192
HSL276°47.06%53.33%
HSB/HSV276°58.33%75.29%
CMYK23.44%58.33%0.00%
24.71%

Color #9350C0 in popluar number systems.

HEX9350C0
Decimal14780192
Binary10010011101000011000000
Octal223120300

Shades and tints

Shades of #9350C0

#9350C0
(147,80,192)
#8649AF
(134,73,175)
#79429E
(121,66,158)
#6C3B8D
(108,59,141)
#5F347C
(95,52,124)
#522D6B
(82,45,107)
#45265A
(69,38,90)
#381F49
(56,31,73)
#2B1838
(43,24,56)
#1E1127
(30,17,39)
#110A16
(17,10,22)
#000000
(0,0,0)

Tints of #9350C0

#9350C0
(147,80,192)
#9C5FC5
(156,95,197)
#A56ECA
(165,110,202)
#AE7DCF
(174,125,207)
#B78CD4
(183,140,212)
#C09BD9
(192,155,217)
#C9AADE
(201,170,222)
#D2B9E3
(210,185,227)
#DBC8E8
(219,200,232)
#E4D7ED
(228,215,237)
#EDE6F2
(237,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9350C0; }

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

This text font color is #9350C0.


Background Color

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

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

This div background color is #9350C0.


Border color

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

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

This div border color is #9350C0.


Opacity

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

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

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

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

This text has shadow with #9350C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9350C0 on black background.


Color preview on white background

This text has color #9350C0 on white background.



Black color preview on #9350C0 background

This text has black color on #9350C0 background.


White color preview on #9350C0 background

This text has white color on #9350C0 background.