COLOR #9375AC

HEX: #9375AC
RGB: (147,117,172)

Color info

#9375AC contains red, green and blue colors in about the same proportion. Web safe color of #9375AC is #996699 (or #969).

RGB color model

#9375AC color RGB value is (147,117,172).

  • red value is 147;
  • green value is 117;
  • blue value is 172.
RGB:
(147,117,172)
(58%,46%,67%)

RGB channels and saturation

R 147 of 255 = 58%
G 117 of 255 = 46%
B 172 of 255 = 67%

147
117
172

R + G + B ~ 57%. #9375AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 117 + 172 = 436 (100%)
R 147 of 436 ~ 33.72%
G 117 of 436 ~ 26.83%
B 172 of 436 ~ 39.45%

%33.72
%26.83
%39.45

CMYK color model

#9375AC color CMYK value is (15,32,0,33).

  • cyan value is 14.53%
  • magenta value is 31.98%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(15,32,0,33)
C15M32Y0K33 
(15%,32%,0%,33%)
(0.15/0.32/0.00/0.33)	

CMYK percentages

%14.53
%31.98
%0
%32.55

Codes

Color #9375AC in popluar color models

9375AC
RGB147117172
HSL273°24.89%56.67%
HSB/HSV273°31.98%67.45%
CMYK14.53%31.98%0.00%
32.55%

Color #9375AC in popluar number systems.

HEX9375AC
Decimal147117172
Binary10010011111010110101100
Octal223165254

Shades and tints

Shades of #9375AC

#9375AC
(147,117,172)
#866B9D
(134,107,157)
#79618E
(121,97,142)
#6C577F
(108,87,127)
#5F4D70
(95,77,112)
#524361
(82,67,97)
#453952
(69,57,82)
#382F43
(56,47,67)
#2B2534
(43,37,52)
#1E1B25
(30,27,37)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #9375AC

#9375AC
(147,117,172)
#9C81B3
(156,129,179)
#A58DBA
(165,141,186)
#AE99C1
(174,153,193)
#B7A5C8
(183,165,200)
#C0B1CF
(192,177,207)
#C9BDD6
(201,189,214)
#D2C9DD
(210,201,221)
#DBD5E4
(219,213,228)
#E4E1EB
(228,225,235)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9375AC color. Also use rgb(147,117,172) instead hex code.

Text Font Color

.myTextColor { color: #9375AC; }

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

This text font color is #9375AC.


Background Color

.myBgColor { background-color: #9375AC; }

<div style="background-color:#9375AC">Inner text</div>

This div background color is #9375AC.


Border color

.myBorderColor { border: 1px solid #9375AC; }

<div style="border:3px solid #9375AC">Div</div>

This div border color is #9375AC.


Opacity

.myOpacity80 { color: #9375AC; opacity: 0.8; }

<p style="color:#9375AC;opacity:0.8;">80%</p>

Text with #9375AC 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 #9375AC;}

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

This text has shadow with #9375AC color.

.textShadow {text-shadow: 3px 3px 1px #9375AC, 3px 3px 1px red;}

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

This text has shadow with #9375AC primary color and red secondary color.


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

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

This text has shadow with #9375AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9375AC on black background.


Color preview on white background

This text has color #9375AC on white background.



Black color preview on #9375AC background

This text has black color on #9375AC background.


White color preview on #9375AC background

This text has white color on #9375AC background.