COLOR #9F72F3

HEX: #9F72F3
RGB: (159,114,243)

Color info

#9F72F3 contains mainly blue color. Web safe color of #9F72F3 is #9966FF (or #96F).

RGB color model

#9F72F3 color RGB value is (159,114,243).

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

RGB channels and saturation

R 159 of 255 = 62%
G 114 of 255 = 45%
B 243 of 255 = 95%

159
114
243

R + G + B ~ 67%. #9F72F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 114 + 243 = 516 (100%)
R 159 of 516 ~ 30.81%
G 114 of 516 ~ 22.09%
B 243 of 516 ~ 47.09%

%30.81
%22.09
%47.09

CMYK color model

#9F72F3 color CMYK value is (35,53,0,5).

  • cyan value is 34.57%
  • magenta value is 53.09%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(35,53,0,5)
C35M53Y0K5 
(35%,53%,0%,5%)
(0.35/0.53/0.00/0.05)	

CMYK percentages

%34.57
%53.09
%0
%4.71

Codes

Color #9F72F3 in popluar color models

9F72F3
RGB159114243
HSL261°84.31%70.00%
HSB/HSV261°53.09%95.29%
CMYK34.57%53.09%0.00%
4.71%

Color #9F72F3 in popluar number systems.

HEX9F72F3
Decimal159114243
Binary10011111111001011110011
Octal237162363

Shades and tints

Shades of #9F72F3

#9F72F3
(159,114,243)
#9168DD
(145,104,221)
#835EC7
(131,94,199)
#7554B1
(117,84,177)
#674A9B
(103,74,155)
#594085
(89,64,133)
#4B366F
(75,54,111)
#3D2C59
(61,44,89)
#2F2243
(47,34,67)
#21182D
(33,24,45)
#130E17
(19,14,23)
#000000
(0,0,0)

Tints of #9F72F3

#9F72F3
(159,114,243)
#A77EF4
(167,126,244)
#AF8AF5
(175,138,245)
#B796F6
(183,150,246)
#BFA2F7
(191,162,247)
#C7AEF8
(199,174,248)
#CFBAF9
(207,186,249)
#D7C6FA
(215,198,250)
#DFD2FB
(223,210,251)
#E7DEFC
(231,222,252)
#EFEAFD
(239,234,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F72F3; }

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

This text font color is #9F72F3.


Background Color

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

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

This div background color is #9F72F3.


Border color

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

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

This div border color is #9F72F3.


Opacity

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

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

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

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

This text has shadow with #9F72F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F72F3 on black background.


Color preview on white background

This text has color #9F72F3 on white background.



Black color preview on #9F72F3 background

This text has black color on #9F72F3 background.


White color preview on #9F72F3 background

This text has white color on #9F72F3 background.