COLOR #9F8FF1

HEX: #9F8FF1
RGB: (159,143,241)

Color info

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

RGB color model

#9F8FF1 color RGB value is (159,143,241).

  • red value is 159;
  • green value is 143;
  • blue value is 241.
RGB:
(159,143,241)
(62%,56%,95%)

RGB channels and saturation

R 159 of 255 = 62%
G 143 of 255 = 56%
B 241 of 255 = 95%

159
143
241

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

Portions of RGB colors in percentages

R + G + B =
159 + 143 + 241 = 543 (100%)
R 159 of 543 ~ 29.28%
G 143 of 543 ~ 26.34%
B 241 of 543 ~ 44.38%

%29.28
%26.34
%44.38

CMYK color model

#9F8FF1 color CMYK value is (34,41,0,5).

  • cyan value is 34.02%
  • magenta value is 40.66%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(34,41,0,5)
C34M41Y0K5 
(34%,41%,0%,5%)
(0.34/0.41/0.00/0.05)	

CMYK percentages

%34.02
%40.66
%0
%5.49

Codes

Color #9F8FF1 in popluar color models

9F8FF1
RGB159143241
HSL250°77.78%75.29%
HSB/HSV250°40.66%94.51%
CMYK34.02%40.66%0.00%
5.49%

Color #9F8FF1 in popluar number systems.

HEX9F8FF1
Decimal159143241
Binary100111111000111111110001
Octal237217361

Shades and tints

Shades of #9F8FF1

#9F8FF1
(159,143,241)
#9182DC
(145,130,220)
#8375C7
(131,117,199)
#7568B2
(117,104,178)
#675B9D
(103,91,157)
#594E88
(89,78,136)
#4B4173
(75,65,115)
#3D345E
(61,52,94)
#2F2749
(47,39,73)
#211A34
(33,26,52)
#130D1F
(19,13,31)
#000000
(0,0,0)

Tints of #9F8FF1

#9F8FF1
(159,143,241)
#A799F2
(167,153,242)
#AFA3F3
(175,163,243)
#B7ADF4
(183,173,244)
#BFB7F5
(191,183,245)
#C7C1F6
(199,193,246)
#CFCBF7
(207,203,247)
#D7D5F8
(215,213,248)
#DFDFF9
(223,223,249)
#E7E9FA
(231,233,250)
#EFF3FB
(239,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8FF1 color. Also use rgb(159,143,241) instead hex code.

Text Font Color

.myTextColor { color: #9F8FF1; }

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

This text font color is #9F8FF1.


Background Color

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

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

This div background color is #9F8FF1.


Border color

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

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

This div border color is #9F8FF1.


Opacity

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

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

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

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

This text has shadow with #9F8FF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8FF1 on black background.


Color preview on white background

This text has color #9F8FF1 on white background.



Black color preview on #9F8FF1 background

This text has black color on #9F8FF1 background.


White color preview on #9F8FF1 background

This text has white color on #9F8FF1 background.