COLOR #9E66DC

HEX: #9E66DC RGB: (158,102,220)

Color info

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

RGB color model

#9E66DC color RGB value is (158,102,220).

RGB: (158,102,220) (62%, 40%, 86%)

RGB channels and saturation

R 158 of 255 = 62%
G 102 of 255 = 40%
B 220 of 255 = 86%

158
102
220

R + G + B ~ 63%. #9E66DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 102 + 220 = 480 (100%)
R 158 of 480 ~ 32.92%
G 102 of 480 ~ 21.25%
B 220 of 480 ~ 45.83'%

%32.92
%21.25
%45.83

CMYK color model

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

  • cyan value is 28.18%
  • magenta value is 53.64%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (28,54,0,14)
C28M54Y0K14 (28%, 54%, 0%, 14%)
(0.28 / 0.54 / 0.00 / 0.14)

CMYK percentages

%28.18
%53.64
%0
%13.73

Codes

Color #9E66DC in popluar color models

9E 66 DC
RGB 158 102 220
HSL 268° 62.77% 63.14%
HSB/HSV 268° 53.64% 86.27%
CMYK 28.18% 53.64% 0.00%
13.73%

Color #9E66DC in popluar number systems.

HEX 9E 66 DC
Decimal 158 102 220
Binary 10011110 1100110 11011100
Octal 236 146 334

Shades and tints

Shades of #9E66DC

#9E66DC
(158,102,220)
#905DC8
(144,93,200)
#8254B4
(130,84,180)
#744BA0
(116,75,160)
#66428C
(102,66,140)
#583978
(88,57,120)
#4A3064
(74,48,100)
#3C2750
(60,39,80)
#2E1E3C
(46,30,60)
#201528
(32,21,40)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #9E66DC

#9E66DC
(158,102,220)
#A673DF
(166,115,223)
#AE80E2
(174,128,226)
#B68DE5
(182,141,229)
#BE9AE8
(190,154,232)
#C6A7EB
(198,167,235)
#CEB4EE
(206,180,238)
#D6C1F1
(214,193,241)
#DECEF4
(222,206,244)
#E6DBF7
(230,219,247)
#EEE8FA
(238,232,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E66DC color. Also use rgb(158,102,220) instead hex code.

Text Font Color

.myTextColor { color: #9E66DC; }

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

This text font color is #9E66DC.

Background Color

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

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

This div background color is #9E66DC.

Border color

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

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

This div border color is #9E66DC.

Opacity

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

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

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

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

This text has shadow with #9E66DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E66DC.

Preview

Color preview on black background

This text has color #9E66DC on black background.


Color preview on white background

This text has color #9E66DC on white background.


Black color preview on #9E66DC background

This text has black color on #9E66DC background.


White color preview on #9E66DC background

This text has white color on #9E66DC background.


Related colors

Complementary color

Complementary color for #hex is #619923.


I love getcolorcode.com

Triadic colors

1 #DC9E66 and #66DC9E with #9E66DC are triadic colors.

2 #DC669E and #669EDC with #9E66DC are triadic colors.