COLOR #9F8FE1

HEX: #9F8FE1
RGB: (159,143,225)

Color info

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

RGB color model

#9F8FE1 color RGB value is (159,143,225).

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

RGB channels and saturation

R 159 of 255 = 62%
G 143 of 255 = 56%
B 225 of 255 = 88%

159
143
225

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

Portions of RGB colors in percentages

R + G + B =
159 + 143 + 225 = 527 (100%)
R 159 of 527 ~ 30.17%
G 143 of 527 ~ 27.13%
B 225 of 527 ~ 42.69%

%30.17
%27.13
%42.69

CMYK color model

#9F8FE1 color CMYK value is (29,36,0,12).

  • cyan value is 29.33%
  • magenta value is 36.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(29,36,0,12)
C29M36Y0K12 
(29%,36%,0%,12%)
(0.29/0.36/0.00/0.12)	

CMYK percentages

%29.33
%36.44
%0
%11.76

Codes

Color #9F8FE1 in popluar color models

9F8FE1
RGB159143225
HSL252°57.75%72.16%
HSB/HSV252°36.44%88.24%
CMYK29.33%36.44%0.00%
11.76%

Color #9F8FE1 in popluar number systems.

HEX9F8FE1
Decimal159143225
Binary100111111000111111100001
Octal237217341

Shades and tints

Shades of #9F8FE1

#9F8FE1
(159,143,225)
#9182CD
(145,130,205)
#8375B9
(131,117,185)
#7568A5
(117,104,165)
#675B91
(103,91,145)
#594E7D
(89,78,125)
#4B4169
(75,65,105)
#3D3455
(61,52,85)
#2F2741
(47,39,65)
#211A2D
(33,26,45)
#130D19
(19,13,25)
#000000
(0,0,0)

Tints of #9F8FE1

#9F8FE1
(159,143,225)
#A799E3
(167,153,227)
#AFA3E5
(175,163,229)
#B7ADE7
(183,173,231)
#BFB7E9
(191,183,233)
#C7C1EB
(199,193,235)
#CFCBED
(207,203,237)
#D7D5EF
(215,213,239)
#DFDFF1
(223,223,241)
#E7E9F3
(231,233,243)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F8FE1; }

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

This text font color is #9F8FE1.


Background Color

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

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

This div background color is #9F8FE1.


Border color

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

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

This div border color is #9F8FE1.


Opacity

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

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

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

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

This text has shadow with #9F8FE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8FE1 on black background.


Color preview on white background

This text has color #9F8FE1 on white background.



Black color preview on #9F8FE1 background

This text has black color on #9F8FE1 background.


White color preview on #9F8FE1 background

This text has white color on #9F8FE1 background.