COLOR #9693E7

HEX: #9693E7
RGB: (150,147,231)

Color info

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

RGB color model

#9693E7 color RGB value is (150,147,231).

  • red value is 150;
  • green value is 147;
  • blue value is 231.
RGB:
(150,147,231)
(59%,58%,91%)

RGB channels and saturation

R 150 of 255 = 59%
G 147 of 255 = 58%
B 231 of 255 = 91%

150
147
231

R + G + B ~ 69%. #9693E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 147 + 231 = 528 (100%)
R 150 of 528 ~ 28.41%
G 147 of 528 ~ 27.84%
B 231 of 528 ~ 43.75%

%28.41
%27.84
%43.75

CMYK color model

#9693E7 color CMYK value is (35,36,0,9).

  • cyan value is 35.06%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(35,36,0,9)
C35M36Y0K9 
(35%,36%,0%,9%)
(0.35/0.36/0.00/0.09)	

CMYK percentages

%35.06
%36.36
%0
%9.41

Codes

Color #9693E7 in popluar color models

9693E7
RGB150147231
HSL242°63.64%74.12%
HSB/HSV242°36.36%90.59%
CMYK35.06%36.36%0.00%
9.41%

Color #9693E7 in popluar number systems.

HEX9693E7
Decimal150147231
Binary100101101001001111100111
Octal226223347

Shades and tints

Shades of #9693E7

#9693E7
(150,147,231)
#8986D2
(137,134,210)
#7C79BD
(124,121,189)
#6F6CA8
(111,108,168)
#625F93
(98,95,147)
#55527E
(85,82,126)
#484569
(72,69,105)
#3B3854
(59,56,84)
#2E2B3F
(46,43,63)
#211E2A
(33,30,42)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #9693E7

#9693E7
(150,147,231)
#9F9CE9
(159,156,233)
#A8A5EB
(168,165,235)
#B1AEED
(177,174,237)
#BAB7EF
(186,183,239)
#C3C0F1
(195,192,241)
#CCC9F3
(204,201,243)
#D5D2F5
(213,210,245)
#DEDBF7
(222,219,247)
#E7E4F9
(231,228,249)
#F0EDFB
(240,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9693E7 color. Also use rgb(150,147,231) instead hex code.

Text Font Color

.myTextColor { color: #9693E7; }

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

This text font color is #9693E7.


Background Color

.myBgColor { background-color: #9693E7; }

<div style="background-color:#9693E7">Inner text</div>

This div background color is #9693E7.


Border color

.myBorderColor { border: 1px solid #9693E7; }

<div style="border:3px solid #9693E7">Div</div>

This div border color is #9693E7.


Opacity

.myOpacity80 { color: #9693E7; opacity: 0.8; }

<p style="color:#9693E7;opacity:0.8;">80%</p>

Text with #9693E7 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 #9693E7;}

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

This text has shadow with #9693E7 color.

.textShadow {text-shadow: 3px 3px 1px #9693E7, 3px 3px 1px red;}

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

This text has shadow with #9693E7 primary color and red secondary color.


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

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

This text has shadow with #9693E7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9693E7 on black background.


Color preview on white background

This text has color #9693E7 on white background.



Black color preview on #9693E7 background

This text has black color on #9693E7 background.


White color preview on #9693E7 background

This text has white color on #9693E7 background.