COLOR #9F73AE

HEX: #9F73AE
RGB: (159,115,174)

Color info

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

RGB color model

#9F73AE color RGB value is (159,115,174).

  • red value is 159;
  • green value is 115;
  • blue value is 174.
RGB:
(159,115,174)
(62%,45%,68%)

RGB channels and saturation

R 159 of 255 = 62%
G 115 of 255 = 45%
B 174 of 255 = 68%

159
115
174

R + G + B ~ 58%. #9F73AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
159 + 115 + 174 = 448 (100%)
R 159 of 448 ~ 35.49%
G 115 of 448 ~ 25.67%
B 174 of 448 ~ 38.84%

%35.49
%25.67
%38.84

CMYK color model

#9F73AE color CMYK value is (9,34,0,32).

  • cyan value is 8.62%
  • magenta value is 33.91%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(9,34,0,32)
C9M34Y0K32 
(9%,34%,0%,32%)
(0.09/0.34/0.00/0.32)	

CMYK percentages

%8.62
%33.91
%0
%31.76

Codes

Color #9F73AE in popluar color models

9F73AE
RGB159115174
HSL285°26.70%56.67%
HSB/HSV285°33.91%68.24%
CMYK8.62%33.91%0.00%
31.76%

Color #9F73AE in popluar number systems.

HEX9F73AE
Decimal159115174
Binary10011111111001110101110
Octal237163256

Shades and tints

Shades of #9F73AE

#9F73AE
(159,115,174)
#91699F
(145,105,159)
#835F90
(131,95,144)
#755581
(117,85,129)
#674B72
(103,75,114)
#594163
(89,65,99)
#4B3754
(75,55,84)
#3D2D45
(61,45,69)
#2F2336
(47,35,54)
#211927
(33,25,39)
#130F18
(19,15,24)
#000000
(0,0,0)

Tints of #9F73AE

#9F73AE
(159,115,174)
#A77FB5
(167,127,181)
#AF8BBC
(175,139,188)
#B797C3
(183,151,195)
#BFA3CA
(191,163,202)
#C7AFD1
(199,175,209)
#CFBBD8
(207,187,216)
#D7C7DF
(215,199,223)
#DFD3E6
(223,211,230)
#E7DFED
(231,223,237)
#EFEBF4
(239,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F73AE color. Also use rgb(159,115,174) instead hex code.

Text Font Color

.myTextColor { color: #9F73AE; }

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

This text font color is #9F73AE.


Background Color

.myBgColor { background-color: #9F73AE; }

<div style="background-color:#9F73AE">Inner text</div>

This div background color is #9F73AE.


Border color

.myBorderColor { border: 1px solid #9F73AE; }

<div style="border:3px solid #9F73AE">Div</div>

This div border color is #9F73AE.


Opacity

.myOpacity80 { color: #9F73AE; opacity: 0.8; }

<p style="color:#9F73AE;opacity:0.8;">80%</p>

Text with #9F73AE 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 #9F73AE;}

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

This text has shadow with #9F73AE color.

.textShadow {text-shadow: 3px 3px 1px #9F73AE, 3px 3px 1px red;}

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

This text has shadow with #9F73AE primary color and red secondary color.


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

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

This text has shadow with #9F73AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F73AE on black background.


Color preview on white background

This text has color #9F73AE on white background.



Black color preview on #9F73AE background

This text has black color on #9F73AE background.


White color preview on #9F73AE background

This text has white color on #9F73AE background.