COLOR #9F91E9

HEX: #9F91E9
RGB: (159,145,233)

Color info

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

RGB color model

#9F91E9 color RGB value is (159,145,233).

  • red value is 159;
  • green value is 145;
  • blue value is 233.
RGB:
(159,145,233)
(62%,57%,91%)

RGB channels and saturation

R 159 of 255 = 62%
G 145 of 255 = 57%
B 233 of 255 = 91%

159
145
233

R + G + B ~ 70%. #9F91E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 145 + 233 = 537 (100%)
R 159 of 537 ~ 29.61%
G 145 of 537 ~ 27%
B 233 of 537 ~ 43.39%

%29.61
%27
%43.39

CMYK color model

#9F91E9 color CMYK value is (32,38,0,9).

  • cyan value is 31.76%
  • magenta value is 37.77%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(32,38,0,9)
C32M38Y0K9 
(32%,38%,0%,9%)
(0.32/0.38/0.00/0.09)	

CMYK percentages

%31.76
%37.77
%0
%8.63

Codes

Color #9F91E9 in popluar color models

9F91E9
RGB159145233
HSL250°66.67%74.12%
HSB/HSV250°37.77%91.37%
CMYK31.76%37.77%0.00%
8.63%

Color #9F91E9 in popluar number systems.

HEX9F91E9
Decimal159145233
Binary100111111001000111101001
Octal237221351

Shades and tints

Shades of #9F91E9

#9F91E9
(159,145,233)
#9184D4
(145,132,212)
#8377BF
(131,119,191)
#756AAA
(117,106,170)
#675D95
(103,93,149)
#595080
(89,80,128)
#4B436B
(75,67,107)
#3D3656
(61,54,86)
#2F2941
(47,41,65)
#211C2C
(33,28,44)
#130F17
(19,15,23)
#000000
(0,0,0)

Tints of #9F91E9

#9F91E9
(159,145,233)
#A79BEB
(167,155,235)
#AFA5ED
(175,165,237)
#B7AFEF
(183,175,239)
#BFB9F1
(191,185,241)
#C7C3F3
(199,195,243)
#CFCDF5
(207,205,245)
#D7D7F7
(215,215,247)
#DFE1F9
(223,225,249)
#E7EBFB
(231,235,251)
#EFF5FD
(239,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F91E9 color. Also use rgb(159,145,233) instead hex code.

Text Font Color

.myTextColor { color: #9F91E9; }

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

This text font color is #9F91E9.


Background Color

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

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

This div background color is #9F91E9.


Border color

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

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

This div border color is #9F91E9.


Opacity

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

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

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

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

This text has shadow with #9F91E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F91E9 on black background.


Color preview on white background

This text has color #9F91E9 on white background.



Black color preview on #9F91E9 background

This text has black color on #9F91E9 background.


White color preview on #9F91E9 background

This text has white color on #9F91E9 background.