COLOR #9E64DB

HEX: #9E64DB
RGB: (158,100,219)

Color info

#9E64DB contains mainly blue color. Web safe color of #9E64DB is #9966CC (or #96C).

RGB color model

#9E64DB color RGB value is (158,100,219).

  • red value is 158;
  • green value is 100;
  • blue value is 219.
RGB:
(158,100,219)
(62%,39%,86%)

RGB channels and saturation

R 158 of 255 = 62%
G 100 of 255 = 39%
B 219 of 255 = 86%

158
100
219

R + G + B ~ 62%. #9E64DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 100 + 219 = 477 (100%)
R 158 of 477 ~ 33.12%
G 100 of 477 ~ 20.96%
B 219 of 477 ~ 45.91%

%33.12
%20.96
%45.91

CMYK color model

#9E64DB color CMYK value is (28,54,0,14).

  • cyan value is 27.85%
  • magenta value is 54.34%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(28,54,0,14)
C28M54Y0K14 
(28%,54%,0%,14%)
(0.28/0.54/0.00/0.14)	

CMYK percentages

%27.85
%54.34
%0
%14.12

Codes

Color #9E64DB in popluar color models

9E64DB
RGB158100219
HSL269°62.30%62.55%
HSB/HSV269°54.34%85.88%
CMYK27.85%54.34%0.00%
14.12%

Color #9E64DB in popluar number systems.

HEX9E64DB
Decimal158100219
Binary10011110110010011011011
Octal236144333

Shades and tints

Shades of #9E64DB

#9E64DB
(158,100,219)
#905BC8
(144,91,200)
#8252B5
(130,82,181)
#7449A2
(116,73,162)
#66408F
(102,64,143)
#58377C
(88,55,124)
#4A2E69
(74,46,105)
#3C2556
(60,37,86)
#2E1C43
(46,28,67)
#201330
(32,19,48)
#120A1D
(18,10,29)
#000000
(0,0,0)

Tints of #9E64DB

#9E64DB
(158,100,219)
#A672DE
(166,114,222)
#AE80E1
(174,128,225)
#B68EE4
(182,142,228)
#BE9CE7
(190,156,231)
#C6AAEA
(198,170,234)
#CEB8ED
(206,184,237)
#D6C6F0
(214,198,240)
#DED4F3
(222,212,243)
#E6E2F6
(230,226,246)
#EEF0F9
(238,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E64DB color. Also use rgb(158,100,219) instead hex code.

Text Font Color

.myTextColor { color: #9E64DB; }

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

This text font color is #9E64DB.


Background Color

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

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

This div background color is #9E64DB.


Border color

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

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

This div border color is #9E64DB.


Opacity

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

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

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

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

This text has shadow with #9E64DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E64DB on black background.


Color preview on white background

This text has color #9E64DB on white background.



Black color preview on #9E64DB background

This text has black color on #9E64DB background.


White color preview on #9E64DB background

This text has white color on #9E64DB background.