COLOR #9F8AFF

HEX: #9F8AFF
RGB: (159,138,255)

Color info

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

RGB color model

#9F8AFF color RGB value is (159,138,255).

  • red value is 159;
  • green value is 138;
  • blue value is 255.
RGB:
(159,138,255)
(62%,54%,100%)

RGB channels and saturation

R 159 of 255 = 62%
G 138 of 255 = 54%
B 255 of 255 = 100%

159
138
255

R + G + B ~ 72%. #9F8AFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 138 + 255 = 552 (100%)
R 159 of 552 ~ 28.8%
G 138 of 552 ~ 25%
B 255 of 552 ~ 46.2%

%28.8
%25
%46.2

CMYK color model

#9F8AFF color CMYK value is (38,46,0,0).

  • cyan value is 37.65%
  • magenta value is 45.88%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(38,46,0,0)
C38M46Y0K0 
(38%,46%,0%,0%)
(0.38/0.46/0.00/0.00)	

CMYK percentages

%37.65
%45.88
%0
%0

Codes

Color #9F8AFF in popluar color models

9F8AFF
RGB159138255
HSL251°100.00%77.06%
HSB/HSV251°45.88%100.00%
CMYK37.65%45.88%0.00%
0.00%

Color #9F8AFF in popluar number systems.

HEX9F8AFF
Decimal159138255
Binary100111111000101011111111
Octal237212377

Shades and tints

Shades of #9F8AFF

#9F8AFF
(159,138,255)
#917EE8
(145,126,232)
#8372D1
(131,114,209)
#7566BA
(117,102,186)
#675AA3
(103,90,163)
#594E8C
(89,78,140)
#4B4275
(75,66,117)
#3D365E
(61,54,94)
#2F2A47
(47,42,71)
#211E30
(33,30,48)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #9F8AFF

#9F8AFF
(159,138,255)
#A794FF
(167,148,255)
#AF9EFF
(175,158,255)
#B7A8FF
(183,168,255)
#BFB2FF
(191,178,255)
#C7BCFF
(199,188,255)
#CFC6FF
(207,198,255)
#D7D0FF
(215,208,255)
#DFDAFF
(223,218,255)
#E7E4FF
(231,228,255)
#EFEEFF
(239,238,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8AFF color. Also use rgb(159,138,255) instead hex code.

Text Font Color

.myTextColor { color: #9F8AFF; }

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

This text font color is #9F8AFF.


Background Color

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

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

This div background color is #9F8AFF.


Border color

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

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

This div border color is #9F8AFF.


Opacity

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

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

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

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

This text has shadow with #9F8AFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8AFF on black background.


Color preview on white background

This text has color #9F8AFF on white background.



Black color preview on #9F8AFF background

This text has black color on #9F8AFF background.


White color preview on #9F8AFF background

This text has white color on #9F8AFF background.