COLOR #9372A2

HEX: #9372A2
RGB: (147,114,162)

Color info

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

RGB color model

#9372A2 color RGB value is (147,114,162).

  • red value is 147;
  • green value is 114;
  • blue value is 162.
RGB:
(147,114,162)
(58%,45%,64%)

RGB channels and saturation

R 147 of 255 = 58%
G 114 of 255 = 45%
B 162 of 255 = 64%

147
114
162

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

Portions of RGB colors in percentages

R + G + B =
147 + 114 + 162 = 423 (100%)
R 147 of 423 ~ 34.75%
G 114 of 423 ~ 26.95%
B 162 of 423 ~ 38.3%

%34.75
%26.95
%38.3

CMYK color model

#9372A2 color CMYK value is (9,30,0,36).

  • cyan value is 9.26%
  • magenta value is 29.63%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(9,30,0,36)
C9M30Y0K36 
(9%,30%,0%,36%)
(0.09/0.30/0.00/0.36)	

CMYK percentages

%9.26
%29.63
%0
%36.47

Codes

Color #9372A2 in popluar color models

9372A2
RGB147114162
HSL281°20.51%54.12%
HSB/HSV281°29.63%63.53%
CMYK9.26%29.63%0.00%
36.47%

Color #9372A2 in popluar number systems.

HEX9372A2
Decimal147114162
Binary10010011111001010100010
Octal223162242

Shades and tints

Shades of #9372A2

#9372A2
(147,114,162)
#866894
(134,104,148)
#795E86
(121,94,134)
#6C5478
(108,84,120)
#5F4A6A
(95,74,106)
#52405C
(82,64,92)
#45364E
(69,54,78)
#382C40
(56,44,64)
#2B2232
(43,34,50)
#1E1824
(30,24,36)
#110E16
(17,14,22)
#000000
(0,0,0)

Tints of #9372A2

#9372A2
(147,114,162)
#9C7EAA
(156,126,170)
#A58AB2
(165,138,178)
#AE96BA
(174,150,186)
#B7A2C2
(183,162,194)
#C0AECA
(192,174,202)
#C9BAD2
(201,186,210)
#D2C6DA
(210,198,218)
#DBD2E2
(219,210,226)
#E4DEEA
(228,222,234)
#EDEAF2
(237,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9372A2 color. Also use rgb(147,114,162) instead hex code.

Text Font Color

.myTextColor { color: #9372A2; }

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

This text font color is #9372A2.


Background Color

.myBgColor { background-color: #9372A2; }

<div style="background-color:#9372A2">Inner text</div>

This div background color is #9372A2.


Border color

.myBorderColor { border: 1px solid #9372A2; }

<div style="border:3px solid #9372A2">Div</div>

This div border color is #9372A2.


Opacity

.myOpacity80 { color: #9372A2; opacity: 0.8; }

<p style="color:#9372A2;opacity:0.8;">80%</p>

Text with #9372A2 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 #9372A2;}

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

This text has shadow with #9372A2 color.

.textShadow {text-shadow: 3px 3px 1px #9372A2, 3px 3px 1px red;}

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

This text has shadow with #9372A2 primary color and red secondary color.


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

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

This text has shadow with #9372A2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9372A2 on black background.


Color preview on white background

This text has color #9372A2 on white background.



Black color preview on #9372A2 background

This text has black color on #9372A2 background.


White color preview on #9372A2 background

This text has white color on #9372A2 background.