COLOR #9693EB

HEX: #9693EB
RGB: (150,147,235)

Color info

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

RGB color model

#9693EB color RGB value is (150,147,235).

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

RGB channels and saturation

R 150 of 255 = 59%
G 147 of 255 = 58%
B 235 of 255 = 92%

150
147
235

R + G + B ~ 70%. #9693EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 147 + 235 = 532 (100%)
R 150 of 532 ~ 28.2%
G 147 of 532 ~ 27.63%
B 235 of 532 ~ 44.17%

%28.2
%27.63
%44.17

CMYK color model

#9693EB color CMYK value is (36,37,0,8).

  • cyan value is 36.17%
  • magenta value is 37.45%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(36,37,0,8)
C36M37Y0K8 
(36%,37%,0%,8%)
(0.36/0.37/0.00/0.08)	

CMYK percentages

%36.17
%37.45
%0
%7.84

Codes

Color #9693EB in popluar color models

9693EB
RGB150147235
HSL242°68.75%74.90%
HSB/HSV242°37.45%92.16%
CMYK36.17%37.45%0.00%
7.84%

Color #9693EB in popluar number systems.

HEX9693EB
Decimal150147235
Binary100101101001001111101011
Octal226223353

Shades and tints

Shades of #9693EB

#9693EB
(150,147,235)
#8986D6
(137,134,214)
#7C79C1
(124,121,193)
#6F6CAC
(111,108,172)
#625F97
(98,95,151)
#555282
(85,82,130)
#48456D
(72,69,109)
#3B3858
(59,56,88)
#2E2B43
(46,43,67)
#211E2E
(33,30,46)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #9693EB

#9693EB
(150,147,235)
#9F9CEC
(159,156,236)
#A8A5ED
(168,165,237)
#B1AEEE
(177,174,238)
#BAB7EF
(186,183,239)
#C3C0F0
(195,192,240)
#CCC9F1
(204,201,241)
#D5D2F2
(213,210,242)
#DEDBF3
(222,219,243)
#E7E4F4
(231,228,244)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9693EB; }

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

This text font color is #9693EB.


Background Color

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

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

This div background color is #9693EB.


Border color

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

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

This div border color is #9693EB.


Opacity

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

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

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

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

This text has shadow with #9693EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9693EB on black background.


Color preview on white background

This text has color #9693EB on white background.



Black color preview on #9693EB background

This text has black color on #9693EB background.


White color preview on #9693EB background

This text has white color on #9693EB background.