COLOR #9368AA

HEX: #9368AA
RGB: (147,104,170)

Color info

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

RGB color model

#9368AA color RGB value is (147,104,170).

  • red value is 147;
  • green value is 104;
  • blue value is 170.
RGB:
(147,104,170)
(58%,41%,67%)

RGB channels and saturation

R 147 of 255 = 58%
G 104 of 255 = 41%
B 170 of 255 = 67%

147
104
170

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

Portions of RGB colors in percentages

R + G + B =
147 + 104 + 170 = 421 (100%)
R 147 of 421 ~ 34.92%
G 104 of 421 ~ 24.7%
B 170 of 421 ~ 40.38%

%34.92
%24.7
%40.38

CMYK color model

#9368AA color CMYK value is (14,39,0,33).

  • cyan value is 13.53%
  • magenta value is 38.82%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(14,39,0,33)
C14M39Y0K33 
(14%,39%,0%,33%)
(0.14/0.39/0.00/0.33)	

CMYK percentages

%13.53
%38.82
%0
%33.33

Codes

Color #9368AA in popluar color models

9368AA
RGB147104170
HSL279°27.97%53.73%
HSB/HSV279°38.82%66.67%
CMYK13.53%38.82%0.00%
33.33%

Color #9368AA in popluar number systems.

HEX9368AA
Decimal147104170
Binary10010011110100010101010
Octal223150252

Shades and tints

Shades of #9368AA

#9368AA
(147,104,170)
#865F9B
(134,95,155)
#79568C
(121,86,140)
#6C4D7D
(108,77,125)
#5F446E
(95,68,110)
#523B5F
(82,59,95)
#453250
(69,50,80)
#382941
(56,41,65)
#2B2032
(43,32,50)
#1E1723
(30,23,35)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #9368AA

#9368AA
(147,104,170)
#9C75B1
(156,117,177)
#A582B8
(165,130,184)
#AE8FBF
(174,143,191)
#B79CC6
(183,156,198)
#C0A9CD
(192,169,205)
#C9B6D4
(201,182,212)
#D2C3DB
(210,195,219)
#DBD0E2
(219,208,226)
#E4DDE9
(228,221,233)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9368AA color. Also use rgb(147,104,170) instead hex code.

Text Font Color

.myTextColor { color: #9368AA; }

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

This text font color is #9368AA.


Background Color

.myBgColor { background-color: #9368AA; }

<div style="background-color:#9368AA">Inner text</div>

This div background color is #9368AA.


Border color

.myBorderColor { border: 1px solid #9368AA; }

<div style="border:3px solid #9368AA">Div</div>

This div border color is #9368AA.


Opacity

.myOpacity80 { color: #9368AA; opacity: 0.8; }

<p style="color:#9368AA;opacity:0.8;">80%</p>

Text with #9368AA 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 #9368AA;}

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

This text has shadow with #9368AA color.

.textShadow {text-shadow: 3px 3px 1px #9368AA, 3px 3px 1px red;}

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

This text has shadow with #9368AA primary color and red secondary color.


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

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

This text has shadow with #9368AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9368AA on black background.


Color preview on white background

This text has color #9368AA on white background.



Black color preview on #9368AA background

This text has black color on #9368AA background.


White color preview on #9368AA background

This text has white color on #9368AA background.