COLOR #9F56E1

HEX: #9F56E1
RGB: (159,86,225)

Color info

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

RGB color model

#9F56E1 color RGB value is (159,86,225).

  • red value is 159;
  • green value is 86;
  • blue value is 225.
RGB:
(159,86,225)
(62%,34%,88%)

RGB channels and saturation

R 159 of 255 = 62%
G 86 of 255 = 34%
B 225 of 255 = 88%

159
86
225

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

Portions of RGB colors in percentages

R + G + B =
159 + 86 + 225 = 470 (100%)
R 159 of 470 ~ 33.83%
G 86 of 470 ~ 18.3%
B 225 of 470 ~ 47.87%

%33.83
%18.3
%47.87

CMYK color model

#9F56E1 color CMYK value is (29,62,0,12).

  • cyan value is 29.33%
  • magenta value is 61.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(29,62,0,12)
C29M62Y0K12 
(29%,62%,0%,12%)
(0.29/0.62/0.00/0.12)	

CMYK percentages

%29.33
%61.78
%0
%11.76

Codes

Color #9F56E1 in popluar color models

9F56E1
RGB15986225
HSL272°69.85%60.98%
HSB/HSV272°61.78%88.24%
CMYK29.33%61.78%0.00%
11.76%

Color #9F56E1 in popluar number systems.

HEX9F56E1
Decimal15986225
Binary10011111101011011100001
Octal237126341

Shades and tints

Shades of #9F56E1

#9F56E1
(159,86,225)
#914FCD
(145,79,205)
#8348B9
(131,72,185)
#7541A5
(117,65,165)
#673A91
(103,58,145)
#59337D
(89,51,125)
#4B2C69
(75,44,105)
#3D2555
(61,37,85)
#2F1E41
(47,30,65)
#21172D
(33,23,45)
#131019
(19,16,25)
#000000
(0,0,0)

Tints of #9F56E1

#9F56E1
(159,86,225)
#A765E3
(167,101,227)
#AF74E5
(175,116,229)
#B783E7
(183,131,231)
#BF92E9
(191,146,233)
#C7A1EB
(199,161,235)
#CFB0ED
(207,176,237)
#D7BFEF
(215,191,239)
#DFCEF1
(223,206,241)
#E7DDF3
(231,221,243)
#EFECF5
(239,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F56E1 color. Also use rgb(159,86,225) instead hex code.

Text Font Color

.myTextColor { color: #9F56E1; }

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

This text font color is #9F56E1.


Background Color

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

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

This div background color is #9F56E1.


Border color

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

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

This div border color is #9F56E1.


Opacity

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

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

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

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

This text has shadow with #9F56E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F56E1 on black background.


Color preview on white background

This text has color #9F56E1 on white background.



Black color preview on #9F56E1 background

This text has black color on #9F56E1 background.


White color preview on #9F56E1 background

This text has white color on #9F56E1 background.