COLOR #9F5FD6

HEX: #9F5FD6
RGB: (159,95,214)

Color info

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

RGB color model

#9F5FD6 color RGB value is (159,95,214).

  • red value is 159;
  • green value is 95;
  • blue value is 214.
RGB:
(159,95,214)
(62%,37%,84%)

RGB channels and saturation

R 159 of 255 = 62%
G 95 of 255 = 37%
B 214 of 255 = 84%

159
95
214

R + G + B ~ 61%. #9F5FD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 95 + 214 = 468 (100%)
R 159 of 468 ~ 33.97%
G 95 of 468 ~ 20.3%
B 214 of 468 ~ 45.73%

%33.97
%20.3
%45.73

CMYK color model

#9F5FD6 color CMYK value is (26,56,0,16).

  • cyan value is 25.70%
  • magenta value is 55.61%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(26,56,0,16)
C26M56Y0K16 
(26%,56%,0%,16%)
(0.26/0.56/0.00/0.16)	

CMYK percentages

%25.7
%55.61
%0
%16.08

Codes

Color #9F5FD6 in popluar color models

9F5FD6
RGB15995214
HSL272°59.20%60.59%
HSB/HSV272°55.61%83.92%
CMYK25.70%55.61%0.00%
16.08%

Color #9F5FD6 in popluar number systems.

HEX9F5FD6
Decimal15995214
Binary10011111101111111010110
Octal237137326

Shades and tints

Shades of #9F5FD6

#9F5FD6
(159,95,214)
#9157C3
(145,87,195)
#834FB0
(131,79,176)
#75479D
(117,71,157)
#673F8A
(103,63,138)
#593777
(89,55,119)
#4B2F64
(75,47,100)
#3D2751
(61,39,81)
#2F1F3E
(47,31,62)
#21172B
(33,23,43)
#130F18
(19,15,24)
#000000
(0,0,0)

Tints of #9F5FD6

#9F5FD6
(159,95,214)
#A76DD9
(167,109,217)
#AF7BDC
(175,123,220)
#B789DF
(183,137,223)
#BF97E2
(191,151,226)
#C7A5E5
(199,165,229)
#CFB3E8
(207,179,232)
#D7C1EB
(215,193,235)
#DFCFEE
(223,207,238)
#E7DDF1
(231,221,241)
#EFEBF4
(239,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5FD6 color. Also use rgb(159,95,214) instead hex code.

Text Font Color

.myTextColor { color: #9F5FD6; }

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

This text font color is #9F5FD6.


Background Color

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

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

This div background color is #9F5FD6.


Border color

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

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

This div border color is #9F5FD6.


Opacity

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

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

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

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

This text has shadow with #9F5FD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5FD6 on black background.


Color preview on white background

This text has color #9F5FD6 on white background.



Black color preview on #9F5FD6 background

This text has black color on #9F5FD6 background.


White color preview on #9F5FD6 background

This text has white color on #9F5FD6 background.