COLOR #9F98FA

HEX: #9F98FA
RGB: (159,152,250)

Color info

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

RGB color model

#9F98FA color RGB value is (159,152,250).

  • red value is 159;
  • green value is 152;
  • blue value is 250.
RGB:
(159,152,250)
(62%,60%,98%)

RGB channels and saturation

R 159 of 255 = 62%
G 152 of 255 = 60%
B 250 of 255 = 98%

159
152
250

R + G + B ~ 73%. #9F98FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 152 + 250 = 561 (100%)
R 159 of 561 ~ 28.34%
G 152 of 561 ~ 27.09%
B 250 of 561 ~ 44.56%

%28.34
%27.09
%44.56

CMYK color model

#9F98FA color CMYK value is (36,39,0,2).

  • cyan value is 36.40%
  • magenta value is 39.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(36,39,0,2)
C36M39Y0K2 
(36%,39%,0%,2%)
(0.36/0.39/0.00/0.02)	

CMYK percentages

%36.4
%39.2
%0
%1.96

Codes

Color #9F98FA in popluar color models

9F98FA
RGB159152250
HSL244°90.74%78.82%
HSB/HSV244°39.20%98.04%
CMYK36.40%39.20%0.00%
1.96%

Color #9F98FA in popluar number systems.

HEX9F98FA
Decimal159152250
Binary100111111001100011111010
Octal237230372

Shades and tints

Shades of #9F98FA

#9F98FA
(159,152,250)
#918BE4
(145,139,228)
#837ECE
(131,126,206)
#7571B8
(117,113,184)
#6764A2
(103,100,162)
#59578C
(89,87,140)
#4B4A76
(75,74,118)
#3D3D60
(61,61,96)
#2F304A
(47,48,74)
#212334
(33,35,52)
#13161E
(19,22,30)
#000000
(0,0,0)

Tints of #9F98FA

#9F98FA
(159,152,250)
#A7A1FA
(167,161,250)
#AFAAFA
(175,170,250)
#B7B3FA
(183,179,250)
#BFBCFA
(191,188,250)
#C7C5FA
(199,197,250)
#CFCEFA
(207,206,250)
#D7D7FA
(215,215,250)
#DFE0FA
(223,224,250)
#E7E9FA
(231,233,250)
#EFF2FA
(239,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F98FA color. Also use rgb(159,152,250) instead hex code.

Text Font Color

.myTextColor { color: #9F98FA; }

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

This text font color is #9F98FA.


Background Color

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

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

This div background color is #9F98FA.


Border color

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

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

This div border color is #9F98FA.


Opacity

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

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

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

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

This text has shadow with #9F98FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F98FA on black background.


Color preview on white background

This text has color #9F98FA on white background.



Black color preview on #9F98FA background

This text has black color on #9F98FA background.


White color preview on #9F98FA background

This text has white color on #9F98FA background.