COLOR #9F8DF2

HEX: #9F8DF2
RGB: (159,141,242)

Color info

#9F8DF2 contains mainly blue color. Web safe color of #9F8DF2 is #9999FF (or #99F).

RGB color model

#9F8DF2 color RGB value is (159,141,242).

  • red value is 159;
  • green value is 141;
  • blue value is 242.
RGB:
(159,141,242)
(62%,55%,95%)

RGB channels and saturation

R 159 of 255 = 62%
G 141 of 255 = 55%
B 242 of 255 = 95%

159
141
242

R + G + B ~ 71%. #9F8DF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 141 + 242 = 542 (100%)
R 159 of 542 ~ 29.34%
G 141 of 542 ~ 26.01%
B 242 of 542 ~ 44.65%

%29.34
%26.01
%44.65

CMYK color model

#9F8DF2 color CMYK value is (34,42,0,5).

  • cyan value is 34.30%
  • magenta value is 41.74%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(34,42,0,5)
C34M42Y0K5 
(34%,42%,0%,5%)
(0.34/0.42/0.00/0.05)	

CMYK percentages

%34.3
%41.74
%0
%5.1

Codes

Color #9F8DF2 in popluar color models

9F8DF2
RGB159141242
HSL251°79.53%75.10%
HSB/HSV251°41.74%94.90%
CMYK34.30%41.74%0.00%
5.10%

Color #9F8DF2 in popluar number systems.

HEX9F8DF2
Decimal159141242
Binary100111111000110111110010
Octal237215362

Shades and tints

Shades of #9F8DF2

#9F8DF2
(159,141,242)
#9181DC
(145,129,220)
#8375C6
(131,117,198)
#7569B0
(117,105,176)
#675D9A
(103,93,154)
#595184
(89,81,132)
#4B456E
(75,69,110)
#3D3958
(61,57,88)
#2F2D42
(47,45,66)
#21212C
(33,33,44)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #9F8DF2

#9F8DF2
(159,141,242)
#A797F3
(167,151,243)
#AFA1F4
(175,161,244)
#B7ABF5
(183,171,245)
#BFB5F6
(191,181,246)
#C7BFF7
(199,191,247)
#CFC9F8
(207,201,248)
#D7D3F9
(215,211,249)
#DFDDFA
(223,221,250)
#E7E7FB
(231,231,251)
#EFF1FC
(239,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8DF2 color. Also use rgb(159,141,242) instead hex code.

Text Font Color

.myTextColor { color: #9F8DF2; }

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

This text font color is #9F8DF2.


Background Color

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

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

This div background color is #9F8DF2.


Border color

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

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

This div border color is #9F8DF2.


Opacity

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

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

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

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

This text has shadow with #9F8DF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8DF2 on black background.


Color preview on white background

This text has color #9F8DF2 on white background.



Black color preview on #9F8DF2 background

This text has black color on #9F8DF2 background.


White color preview on #9F8DF2 background

This text has white color on #9F8DF2 background.