COLOR #9687F1

HEX: #9687F1
RGB: (150,135,241)

Color info

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

RGB color model

#9687F1 color RGB value is (150,135,241).

  • red value is 150;
  • green value is 135;
  • blue value is 241.
RGB: (150,135,241) (59%,53%,95%)

RGB channels and saturation

R 150 of 255 = 59%
G 135 of 255 = 53%
B 241 of 255 = 95%

150
135
241

R + G + B ~ 69%. #9687F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 135 + 241 = 526 (100%)
R 150 of 526 ~ 28.52%
G 135 of 526 ~ 25.67%
B 241 of 526 ~ 45.82%

%28.52
%25.67
%45.82

CMYK color model

#9687F1 color CMYK value is (38,44,0,5).

  • cyan value is 37.76%
  • magenta value is 43.98%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK: (38,44,0,5) C38M44Y0K5 (38%,44%,0%,5%) (0.38/0.44/0.00/0.05)

CMYK percentages

%37.76
%43.98
%0
%5.49

Codes

Color #9687F1 in popluar color models

9687F1
RGB150135241
HSL248°79.10%73.73%
HSB/HSV248°43.98%94.51%
CMYK37.76%43.98%0.00%
5.49%

Color #9687F1 in popluar number systems.

HEX9687F1
Decimal150135241
Binary100101101000011111110001
Octal226207361

Shades and tints

Shades of #9687F1

#9687F1
(150,135,241)
#897BDC
(137,123,220)
#7C6FC7
(124,111,199)
#6F63B2
(111,99,178)
#62579D
(98,87,157)
#554B88
(85,75,136)
#483F73
(72,63,115)
#3B335E
(59,51,94)
#2E2749
(46,39,73)
#211B34
(33,27,52)
#140F1F
(20,15,31)
#000000
(0,0,0)

Tints of #9687F1

#9687F1
(150,135,241)
#9F91F2
(159,145,242)
#A89BF3
(168,155,243)
#B1A5F4
(177,165,244)
#BAAFF5
(186,175,245)
#C3B9F6
(195,185,246)
#CCC3F7
(204,195,247)
#D5CDF8
(213,205,248)
#DED7F9
(222,215,249)
#E7E1FA
(231,225,250)
#F0EBFB
(240,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9687F1 color. Also use rgb(150,135,241) instead hex code.

Text Font Color

.myTextColor { color: #9687F1; }

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

This text font color is #9687F1.


Background Color

.myBgColor { background-color: #9687F1; }

<div style="background-color:#9687F1">Inner text</div>

This div background color is #9687F1.


Border color

.myBorderColor { border: 1px solid #9687F1; }

<div style="border:3px solid #9687F1">Div</div>

This div border color is #9687F1.


Opacity

.myOpacity80 { color: #9687F1; opacity: 0.8; }

<p style="color:#9687F1;opacity:0.8;">80%</p>

Text with #9687F1 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 #9687F1;}

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

This text has shadow with #9687F1 color.

.textShadow {text-shadow: 3px 3px 1px #9687F1, 3px 3px 1px red;}

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

This text has shadow with #9687F1 primary color and red secondary color.


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

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

This text has shadow with #9687F1 and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #9687F1; -webkit-box-shadow:	1px 1px 3px 2px #9687F1; box-shadow:	1px 1px 3px 2px #9687F1; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9687F1; -webkit-box-shadow: 1px 1px 3px 2px #9687F1; box-shadow:1px 1px 3px 2px #9687F1;">
Div content here</div>
This div box has shadow with color #9687F1.

Preview

Color preview on black background

This text has color #9687F1 on black background.


Color preview on white background

This text has color #9687F1 on white background.



Black color preview on #9687F1 background

This text has black color on #9687F1 background.


White color preview on #9687F1 background

This text has white color on #9687F1 background.