COLOR #9E7DDF

HEX: #9E7DDF RGB: (158,125,223)

Color info

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

RGB color model

#9E7DDF color RGB value is (158,125,223).

RGB: (158,125,223) (62%, 49%, 87%)

RGB channels and saturation

R 158 of 255 = 62%
G 125 of 255 = 49%
B 223 of 255 = 87%

158
125
223

R + G + B ~ 66%. #9E7DDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 125 + 223 = 506 (100%)
R 158 of 506 ~ 31.23%
G 125 of 506 ~ 24.7%
B 223 of 506 ~ 44.07'%

%31.23
%24.7
%44.07

CMYK color model

#9E7DDF color CMYK value is (29,44,0,13).

  • cyan value is 29.15%
  • magenta value is 43.95%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (29,44,0,13)
C29M44Y0K13 (29%, 44%, 0%, 13%)
(0.29 / 0.44 / 0.00 / 0.13)

CMYK percentages

%29.15
%43.95
%0
%12.55

Codes

Color #9E7DDF in popluar color models

9E 7D DF
RGB 158 125 223
HSL 260° 60.49% 68.24%
HSB/HSV 260° 43.95% 87.45%
CMYK 29.15% 43.95% 0.00%
12.55%

Color #9E7DDF in popluar number systems.

HEX 9E 7D DF
Decimal 158 125 223
Binary 10011110 1111101 11011111
Octal 236 175 337

Shades and tints

Shades of #9E7DDF

#9E7DDF
(158,125,223)
#9072CB
(144,114,203)
#8267B7
(130,103,183)
#745CA3
(116,92,163)
#66518F
(102,81,143)
#58467B
(88,70,123)
#4A3B67
(74,59,103)
#3C3053
(60,48,83)
#2E253F
(46,37,63)
#201A2B
(32,26,43)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #9E7DDF

#9E7DDF
(158,125,223)
#A688E1
(166,136,225)
#AE93E3
(174,147,227)
#B69EE5
(182,158,229)
#BEA9E7
(190,169,231)
#C6B4E9
(198,180,233)
#CEBFEB
(206,191,235)
#D6CAED
(214,202,237)
#DED5EF
(222,213,239)
#E6E0F1
(230,224,241)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7DDF color. Also use rgb(158,125,223) instead hex code.

Text Font Color

.myTextColor { color: #9E7DDF; }

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

This text font color is #9E7DDF.

Background Color

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

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

This div background color is #9E7DDF.

Border color

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

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

This div border color is #9E7DDF.

Opacity

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

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

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

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

This text has shadow with #9E7DDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E7DDF.

Preview

Color preview on black background

This text has color #9E7DDF on black background.


Color preview on white background

This text has color #9E7DDF on white background.


Black color preview on #9E7DDF background

This text has black color on #9E7DDF background.


White color preview on #9E7DDF background

This text has white color on #9E7DDF background.


Related colors

Complementary color

Complementary color for #hex is #618220.


I love getcolorcode.com

Triadic colors

1 #DF9E7D and #7DDF9E with #9E7DDF are triadic colors.

2 #DF7D9E and #7D9EDF with #9E7DDF are triadic colors.