COLOR #9E5ADC

HEX: #9E5ADC RGB: (158,90,220)

Color info

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

RGB color model

#9E5ADC color RGB value is (158,90,220).

RGB: (158,90,220) (62%, 35%, 86%)

RGB channels and saturation

R 158 of 255 = 62%
G 90 of 255 = 35%
B 220 of 255 = 86%

158
90
220

R + G + B ~ 61%. #9E5ADC is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 90 + 220 = 468 (100%)
R 158 of 468 ~ 33.76%
G 90 of 468 ~ 19.23%
B 220 of 468 ~ 47.01'%

%33.76
%19.23
%47.01

CMYK color model

#9E5ADC color CMYK value is (28,59,0,14).

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

CMYK: (28,59,0,14)
C28M59Y0K14 (28%, 59%, 0%, 14%)
(0.28 / 0.59 / 0.00 / 0.14)

CMYK percentages

%28.18
%59.09
%0
%13.73

Codes

Color #9E5ADC in popluar color models

9E 5A DC
RGB 158 90 220
HSL 271° 65.00% 60.78%
HSB/HSV 271° 59.09% 86.27%
CMYK 28.18% 59.09% 0.00%
13.73%

Color #9E5ADC in popluar number systems.

HEX 9E 5A DC
Decimal 158 90 220
Binary 10011110 1011010 11011100
Octal 236 132 334

Shades and tints

Shades of #9E5ADC

#9E5ADC
(158,90,220)
#9052C8
(144,82,200)
#824AB4
(130,74,180)
#7442A0
(116,66,160)
#663A8C
(102,58,140)
#583278
(88,50,120)
#4A2A64
(74,42,100)
#3C2250
(60,34,80)
#2E1A3C
(46,26,60)
#201228
(32,18,40)
#120A14
(18,10,20)
#000000
(0,0,0)

Tints of #9E5ADC

#9E5ADC
(158,90,220)
#A669DF
(166,105,223)
#AE78E2
(174,120,226)
#B687E5
(182,135,229)
#BE96E8
(190,150,232)
#C6A5EB
(198,165,235)
#CEB4EE
(206,180,238)
#D6C3F1
(214,195,241)
#DED2F4
(222,210,244)
#E6E1F7
(230,225,247)
#EEF0FA
(238,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E5ADC; }

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

This text font color is #9E5ADC.

Background Color

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

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

This div background color is #9E5ADC.

Border color

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

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

This div border color is #9E5ADC.

Opacity

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

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

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

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

This text has shadow with #9E5ADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E5ADC.

Preview

Color preview on black background

This text has color #9E5ADC on black background.


Color preview on white background

This text has color #9E5ADC on white background.


Black color preview on #9E5ADC background

This text has black color on #9E5ADC background.


White color preview on #9E5ADC background

This text has white color on #9E5ADC background.


Related colors

Complementary color

Complementary color for #hex is #61A523.


I love getcolorcode.com

Triadic colors

1 #DC9E5A and #5ADC9E with #9E5ADC are triadic colors.

2 #DC5A9E and #5A9EDC with #9E5ADC are triadic colors.