COLOR #9F72BA

HEX: #9F72BA
RGB: (159,114,186)

Color info

#9F72BA contains mainly red and blue colors. Web safe color of #9F72BA is #9966CC (or #96C).

RGB color model

#9F72BA color RGB value is (159,114,186).

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

RGB channels and saturation

R 159 of 255 = 62%
G 114 of 255 = 45%
B 186 of 255 = 73%

159
114
186

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

Portions of RGB colors in percentages

R + G + B =
159 + 114 + 186 = 459 (100%)
R 159 of 459 ~ 34.64%
G 114 of 459 ~ 24.84%
B 186 of 459 ~ 40.52%

%34.64
%24.84
%40.52

CMYK color model

#9F72BA color CMYK value is (15,39,0,27).

  • cyan value is 14.52%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(15,39,0,27)
C15M39Y0K27 
(15%,39%,0%,27%)
(0.15/0.39/0.00/0.27)	

CMYK percentages

%14.52
%38.71
%0
%27.06

Codes

Color #9F72BA in popluar color models

9F72BA
RGB159114186
HSL278°34.29%58.82%
HSB/HSV278°38.71%72.94%
CMYK14.52%38.71%0.00%
27.06%

Color #9F72BA in popluar number systems.

HEX9F72BA
Decimal159114186
Binary10011111111001010111010
Octal237162272

Shades and tints

Shades of #9F72BA

#9F72BA
(159,114,186)
#9168AA
(145,104,170)
#835E9A
(131,94,154)
#75548A
(117,84,138)
#674A7A
(103,74,122)
#59406A
(89,64,106)
#4B365A
(75,54,90)
#3D2C4A
(61,44,74)
#2F223A
(47,34,58)
#21182A
(33,24,42)
#130E1A
(19,14,26)
#000000
(0,0,0)

Tints of #9F72BA

#9F72BA
(159,114,186)
#A77EC0
(167,126,192)
#AF8AC6
(175,138,198)
#B796CC
(183,150,204)
#BFA2D2
(191,162,210)
#C7AED8
(199,174,216)
#CFBADE
(207,186,222)
#D7C6E4
(215,198,228)
#DFD2EA
(223,210,234)
#E7DEF0
(231,222,240)
#EFEAF6
(239,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F72BA; }

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

This text font color is #9F72BA.


Background Color

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

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

This div background color is #9F72BA.


Border color

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

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

This div border color is #9F72BA.


Opacity

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

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

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

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

This text has shadow with #9F72BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F72BA on black background.


Color preview on white background

This text has color #9F72BA on white background.



Black color preview on #9F72BA background

This text has black color on #9F72BA background.


White color preview on #9F72BA background

This text has white color on #9F72BA background.