COLOR #9691DA

HEX: #9691DA
RGB: (150,145,218)

Color info

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

RGB color model

#9691DA color RGB value is (150,145,218).

  • red value is 150;
  • green value is 145;
  • blue value is 218.
RGB:
(150,145,218)
(59%,57%,85%)

RGB channels and saturation

R 150 of 255 = 59%
G 145 of 255 = 57%
B 218 of 255 = 85%

150
145
218

R + G + B ~ 67%. #9691DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 145 + 218 = 513 (100%)
R 150 of 513 ~ 29.24%
G 145 of 513 ~ 28.27%
B 218 of 513 ~ 42.5%

%29.24
%28.27
%42.5

CMYK color model

#9691DA color CMYK value is (31,33,0,15).

  • cyan value is 31.19%
  • magenta value is 33.49%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(31,33,0,15)
C31M33Y0K15 
(31%,33%,0%,15%)
(0.31/0.33/0.00/0.15)	

CMYK percentages

%31.19
%33.49
%0
%14.51

Codes

Color #9691DA in popluar color models

9691DA
RGB150145218
HSL244°49.66%71.18%
HSB/HSV244°33.49%85.49%
CMYK31.19%33.49%0.00%
14.51%

Color #9691DA in popluar number systems.

HEX9691DA
Decimal150145218
Binary100101101001000111011010
Octal226221332

Shades and tints

Shades of #9691DA

#9691DA
(150,145,218)
#8984C7
(137,132,199)
#7C77B4
(124,119,180)
#6F6AA1
(111,106,161)
#625D8E
(98,93,142)
#55507B
(85,80,123)
#484368
(72,67,104)
#3B3655
(59,54,85)
#2E2942
(46,41,66)
#211C2F
(33,28,47)
#140F1C
(20,15,28)
#000000
(0,0,0)

Tints of #9691DA

#9691DA
(150,145,218)
#9F9BDD
(159,155,221)
#A8A5E0
(168,165,224)
#B1AFE3
(177,175,227)
#BAB9E6
(186,185,230)
#C3C3E9
(195,195,233)
#CCCDEC
(204,205,236)
#D5D7EF
(213,215,239)
#DEE1F2
(222,225,242)
#E7EBF5
(231,235,245)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9691DA color. Also use rgb(150,145,218) instead hex code.

Text Font Color

.myTextColor { color: #9691DA; }

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

This text font color is #9691DA.


Background Color

.myBgColor { background-color: #9691DA; }

<div style="background-color:#9691DA">Inner text</div>

This div background color is #9691DA.


Border color

.myBorderColor { border: 1px solid #9691DA; }

<div style="border:3px solid #9691DA">Div</div>

This div border color is #9691DA.


Opacity

.myOpacity80 { color: #9691DA; opacity: 0.8; }

<p style="color:#9691DA;opacity:0.8;">80%</p>

Text with #9691DA 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 #9691DA;}

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

This text has shadow with #9691DA color.

.textShadow {text-shadow: 3px 3px 1px #9691DA, 3px 3px 1px red;}

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

This text has shadow with #9691DA primary color and red secondary color.


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

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

This text has shadow with #9691DA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9691DA on black background.


Color preview on white background

This text has color #9691DA on white background.



Black color preview on #9691DA background

This text has black color on #9691DA background.


White color preview on #9691DA background

This text has white color on #9691DA background.