COLOR #9F72AF

HEX: #9F72AF
RGB: (159,114,175)

Color info

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

RGB color model

#9F72AF color RGB value is (159,114,175).

  • red value is 159;
  • green value is 114;
  • blue value is 175.
RGB:
(159,114,175)
(62%,45%,69%)

RGB channels and saturation

R 159 of 255 = 62%
G 114 of 255 = 45%
B 175 of 255 = 69%

159
114
175

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

Portions of RGB colors in percentages

R + G + B =
159 + 114 + 175 = 448 (100%)
R 159 of 448 ~ 35.49%
G 114 of 448 ~ 25.45%
B 175 of 448 ~ 39.06%

%35.49
%25.45
%39.06

CMYK color model

#9F72AF color CMYK value is (9,35,0,31).

  • cyan value is 9.14%
  • magenta value is 34.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(9,35,0,31)
C9M35Y0K31 
(9%,35%,0%,31%)
(0.09/0.35/0.00/0.31)	

CMYK percentages

%9.14
%34.86
%0
%31.37

Codes

Color #9F72AF in popluar color models

9F72AF
RGB159114175
HSL284°27.60%56.67%
HSB/HSV284°34.86%68.63%
CMYK9.14%34.86%0.00%
31.37%

Color #9F72AF in popluar number systems.

HEX9F72AF
Decimal159114175
Binary10011111111001010101111
Octal237162257

Shades and tints

Shades of #9F72AF

#9F72AF
(159,114,175)
#9168A0
(145,104,160)
#835E91
(131,94,145)
#755482
(117,84,130)
#674A73
(103,74,115)
#594064
(89,64,100)
#4B3655
(75,54,85)
#3D2C46
(61,44,70)
#2F2237
(47,34,55)
#211828
(33,24,40)
#130E19
(19,14,25)
#000000
(0,0,0)

Tints of #9F72AF

#9F72AF
(159,114,175)
#A77EB6
(167,126,182)
#AF8ABD
(175,138,189)
#B796C4
(183,150,196)
#BFA2CB
(191,162,203)
#C7AED2
(199,174,210)
#CFBAD9
(207,186,217)
#D7C6E0
(215,198,224)
#DFD2E7
(223,210,231)
#E7DEEE
(231,222,238)
#EFEAF5
(239,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F72AF color. Also use rgb(159,114,175) instead hex code.

Text Font Color

.myTextColor { color: #9F72AF; }

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

This text font color is #9F72AF.


Background Color

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

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

This div background color is #9F72AF.


Border color

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

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

This div border color is #9F72AF.


Opacity

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

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

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

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

This text has shadow with #9F72AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F72AF on black background.


Color preview on white background

This text has color #9F72AF on white background.



Black color preview on #9F72AF background

This text has black color on #9F72AF background.


White color preview on #9F72AF background

This text has white color on #9F72AF background.