COLOR #9F73E5

HEX: #9F73E5
RGB: (159,115,229)

Color info

#9F73E5 contains mainly blue color. Web safe color of #9F73E5 is #9966CC (or #96C).

RGB color model

#9F73E5 color RGB value is (159,115,229).

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

RGB channels and saturation

R 159 of 255 = 62%
G 115 of 255 = 45%
B 229 of 255 = 90%

159
115
229

R + G + B ~ 66%. #9F73E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 115 + 229 = 503 (100%)
R 159 of 503 ~ 31.61%
G 115 of 503 ~ 22.86%
B 229 of 503 ~ 45.53%

%31.61
%22.86
%45.53

CMYK color model

#9F73E5 color CMYK value is (31,50,0,10).

  • cyan value is 30.57%
  • magenta value is 49.78%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(31,50,0,10)
C31M50Y0K10 
(31%,50%,0%,10%)
(0.31/0.50/0.00/0.10)	

CMYK percentages

%30.57
%49.78
%0
%10.2

Codes

Color #9F73E5 in popluar color models

9F73E5
RGB159115229
HSL263°68.67%67.45%
HSB/HSV263°49.78%89.80%
CMYK30.57%49.78%0.00%
10.20%

Color #9F73E5 in popluar number systems.

HEX9F73E5
Decimal159115229
Binary10011111111001111100101
Octal237163345

Shades and tints

Shades of #9F73E5

#9F73E5
(159,115,229)
#9169D1
(145,105,209)
#835FBD
(131,95,189)
#7555A9
(117,85,169)
#674B95
(103,75,149)
#594181
(89,65,129)
#4B376D
(75,55,109)
#3D2D59
(61,45,89)
#2F2345
(47,35,69)
#211931
(33,25,49)
#130F1D
(19,15,29)
#000000
(0,0,0)

Tints of #9F73E5

#9F73E5
(159,115,229)
#A77FE7
(167,127,231)
#AF8BE9
(175,139,233)
#B797EB
(183,151,235)
#BFA3ED
(191,163,237)
#C7AFEF
(199,175,239)
#CFBBF1
(207,187,241)
#D7C7F3
(215,199,243)
#DFD3F5
(223,211,245)
#E7DFF7
(231,223,247)
#EFEBF9
(239,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F73E5; }

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

This text font color is #9F73E5.


Background Color

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

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

This div background color is #9F73E5.


Border color

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

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

This div border color is #9F73E5.


Opacity

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

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

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

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

This text has shadow with #9F73E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F73E5 on black background.


Color preview on white background

This text has color #9F73E5 on white background.



Black color preview on #9F73E5 background

This text has black color on #9F73E5 background.


White color preview on #9F73E5 background

This text has white color on #9F73E5 background.