COLOR #9353A7

HEX: #9353A7
RGB: (147,83,167)

Color info

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

RGB color model

#9353A7 color RGB value is (147,83,167).

  • red value is 147;
  • green value is 83;
  • blue value is 167.
RGB:
(147,83,167)
(58%,33%,65%)

RGB channels and saturation

R 147 of 255 = 58%
G 83 of 255 = 33%
B 167 of 255 = 65%

147
83
167

R + G + B ~ 52%. #9353A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 83 + 167 = 397 (100%)
R 147 of 397 ~ 37.03%
G 83 of 397 ~ 20.91%
B 167 of 397 ~ 42.07%

%37.03
%20.91
%42.07

CMYK color model

#9353A7 color CMYK value is (12,50,0,35).

  • cyan value is 11.98%
  • magenta value is 50.30%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(12,50,0,35)
C12M50Y0K35 
(12%,50%,0%,35%)
(0.12/0.50/0.00/0.35)	

CMYK percentages

%11.98
%50.3
%0
%34.51

Codes

Color #9353A7 in popluar color models

9353A7
RGB14783167
HSL286°33.60%49.02%
HSB/HSV286°50.30%65.49%
CMYK11.98%50.30%0.00%
34.51%

Color #9353A7 in popluar number systems.

HEX9353A7
Decimal14783167
Binary10010011101001110100111
Octal223123247

Shades and tints

Shades of #9353A7

#9353A7
(147,83,167)
#864C98
(134,76,152)
#794589
(121,69,137)
#6C3E7A
(108,62,122)
#5F376B
(95,55,107)
#52305C
(82,48,92)
#45294D
(69,41,77)
#38223E
(56,34,62)
#2B1B2F
(43,27,47)
#1E1420
(30,20,32)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #9353A7

#9353A7
(147,83,167)
#9C62AF
(156,98,175)
#A571B7
(165,113,183)
#AE80BF
(174,128,191)
#B78FC7
(183,143,199)
#C09ECF
(192,158,207)
#C9ADD7
(201,173,215)
#D2BCDF
(210,188,223)
#DBCBE7
(219,203,231)
#E4DAEF
(228,218,239)
#EDE9F7
(237,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9353A7 color. Also use rgb(147,83,167) instead hex code.

Text Font Color

.myTextColor { color: #9353A7; }

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

This text font color is #9353A7.


Background Color

.myBgColor { background-color: #9353A7; }

<div style="background-color:#9353A7">Inner text</div>

This div background color is #9353A7.


Border color

.myBorderColor { border: 1px solid #9353A7; }

<div style="border:3px solid #9353A7">Div</div>

This div border color is #9353A7.


Opacity

.myOpacity80 { color: #9353A7; opacity: 0.8; }

<p style="color:#9353A7;opacity:0.8;">80%</p>

Text with #9353A7 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 #9353A7;}

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

This text has shadow with #9353A7 color.

.textShadow {text-shadow: 3px 3px 1px #9353A7, 3px 3px 1px red;}

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

This text has shadow with #9353A7 primary color and red secondary color.


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

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

This text has shadow with #9353A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9353A7 on black background.


Color preview on white background

This text has color #9353A7 on white background.



Black color preview on #9353A7 background

This text has black color on #9353A7 background.


White color preview on #9353A7 background

This text has white color on #9353A7 background.