COLOR #9368AF

HEX: #9368AF
RGB: (147,104,175)

Color info

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

RGB color model

#9368AF color RGB value is (147,104,175).

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

RGB channels and saturation

R 147 of 255 = 58%
G 104 of 255 = 41%
B 175 of 255 = 69%

147
104
175

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

Portions of RGB colors in percentages

R + G + B =
147 + 104 + 175 = 426 (100%)
R 147 of 426 ~ 34.51%
G 104 of 426 ~ 24.41%
B 175 of 426 ~ 41.08%

%34.51
%24.41
%41.08

CMYK color model

#9368AF color CMYK value is (16,41,0,31).

  • cyan value is 16.00%
  • magenta value is 40.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(16,41,0,31)
C16M41Y0K31 
(16%,41%,0%,31%)
(0.16/0.41/0.00/0.31)	

CMYK percentages

%16
%40.57
%0
%31.37

Codes

Color #9368AF in popluar color models

9368AF
RGB147104175
HSL276°30.74%54.71%
HSB/HSV276°40.57%68.63%
CMYK16.00%40.57%0.00%
31.37%

Color #9368AF in popluar number systems.

HEX9368AF
Decimal147104175
Binary10010011110100010101111
Octal223150257

Shades and tints

Shades of #9368AF

#9368AF
(147,104,175)
#865FA0
(134,95,160)
#795691
(121,86,145)
#6C4D82
(108,77,130)
#5F4473
(95,68,115)
#523B64
(82,59,100)
#453255
(69,50,85)
#382946
(56,41,70)
#2B2037
(43,32,55)
#1E1728
(30,23,40)
#110E19
(17,14,25)
#000000
(0,0,0)

Tints of #9368AF

#9368AF
(147,104,175)
#9C75B6
(156,117,182)
#A582BD
(165,130,189)
#AE8FC4
(174,143,196)
#B79CCB
(183,156,203)
#C0A9D2
(192,169,210)
#C9B6D9
(201,182,217)
#D2C3E0
(210,195,224)
#DBD0E7
(219,208,231)
#E4DDEE
(228,221,238)
#EDEAF5
(237,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9368AF; }

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

This text font color is #9368AF.


Background Color

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

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

This div background color is #9368AF.


Border color

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

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

This div border color is #9368AF.


Opacity

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

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

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

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

This text has shadow with #9368AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9368AF on black background.


Color preview on white background

This text has color #9368AF on white background.



Black color preview on #9368AF background

This text has black color on #9368AF background.


White color preview on #9368AF background

This text has white color on #9368AF background.