COLOR #9F8DE6

HEX: #9F8DE6
RGB: (159,141,230)

Color info

#9F8DE6 contains mainly blue color. Web safe color of #9F8DE6 is #9999CC (or #99C).

RGB color model

#9F8DE6 color RGB value is (159,141,230).

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

RGB channels and saturation

R 159 of 255 = 62%
G 141 of 255 = 55%
B 230 of 255 = 90%

159
141
230

R + G + B ~ 69%. #9F8DE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 141 + 230 = 530 (100%)
R 159 of 530 ~ 30%
G 141 of 530 ~ 26.6%
B 230 of 530 ~ 43.4%

%30
%26.6
%43.4

CMYK color model

#9F8DE6 color CMYK value is (31,39,0,10).

  • cyan value is 30.87%
  • magenta value is 38.70%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(31,39,0,10)
C31M39Y0K10 
(31%,39%,0%,10%)
(0.31/0.39/0.00/0.10)	

CMYK percentages

%30.87
%38.7
%0
%9.8

Codes

Color #9F8DE6 in popluar color models

9F8DE6
RGB159141230
HSL252°64.03%72.75%
HSB/HSV252°38.70%90.20%
CMYK30.87%38.70%0.00%
9.80%

Color #9F8DE6 in popluar number systems.

HEX9F8DE6
Decimal159141230
Binary100111111000110111100110
Octal237215346

Shades and tints

Shades of #9F8DE6

#9F8DE6
(159,141,230)
#9181D2
(145,129,210)
#8375BE
(131,117,190)
#7569AA
(117,105,170)
#675D96
(103,93,150)
#595182
(89,81,130)
#4B456E
(75,69,110)
#3D395A
(61,57,90)
#2F2D46
(47,45,70)
#212132
(33,33,50)
#13151E
(19,21,30)
#000000
(0,0,0)

Tints of #9F8DE6

#9F8DE6
(159,141,230)
#A797E8
(167,151,232)
#AFA1EA
(175,161,234)
#B7ABEC
(183,171,236)
#BFB5EE
(191,181,238)
#C7BFF0
(199,191,240)
#CFC9F2
(207,201,242)
#D7D3F4
(215,211,244)
#DFDDF6
(223,221,246)
#E7E7F8
(231,231,248)
#EFF1FA
(239,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F8DE6; }

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

This text font color is #9F8DE6.


Background Color

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

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

This div background color is #9F8DE6.


Border color

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

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

This div border color is #9F8DE6.


Opacity

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

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

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

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

This text has shadow with #9F8DE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8DE6 on black background.


Color preview on white background

This text has color #9F8DE6 on white background.



Black color preview on #9F8DE6 background

This text has black color on #9F8DE6 background.


White color preview on #9F8DE6 background

This text has white color on #9F8DE6 background.