COLOR #9E41CD

HEX: #9E41CD RGB: (158,65,205)

Color info

#9E41CD contains mainly red and blue colors. Web safe color of #9E41CD is #9933CC (or #93C).

RGB color model

#9E41CD color RGB value is (158,65,205).

RGB: (158,65,205) (62%, 25%, 80%)

RGB channels and saturation

R 158 of 255 = 62%
G 65 of 255 = 25%
B 205 of 255 = 80%

158
65
205

R + G + B ~ 56%. #9E41CD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 158 + 65 + 205 = 428 (100%)
R 158 of 428 ~ 36.92%
G 65 of 428 ~ 15.19%
B 205 of 428 ~ 47.9'%

%36.92
%15.19
%47.9

CMYK color model

#9E41CD color CMYK value is (23,68,0,20).

  • cyan value is 22.93%
  • magenta value is 68.29%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (23,68,0,20)
C23M68Y0K20 (23%, 68%, 0%, 20%)
(0.23 / 0.68 / 0.00 / 0.20)

CMYK percentages

%22.93
%68.29
%0
%19.61

Codes

Color #9E41CD in popluar color models

9E 41 CD
RGB 158 65 205
HSL 280° 58.33% 52.94%
HSB/HSV 280° 68.29% 80.39%
CMYK 22.93% 68.29% 0.00%
19.61%

Color #9E41CD in popluar number systems.

HEX 9E 41 CD
Decimal 158 65 205
Binary 10011110 1000001 11001101
Octal 236 101 315

Shades and tints

Shades of #9E41CD

#9E41CD
(158,65,205)
#903CBB
(144,60,187)
#8237A9
(130,55,169)
#743297
(116,50,151)
#662D85
(102,45,133)
#582873
(88,40,115)
#4A2361
(74,35,97)
#3C1E4F
(60,30,79)
#2E193D
(46,25,61)
#20142B
(32,20,43)
#120F19
(18,15,25)
#000000
(0,0,0)

Tints of #9E41CD

#9E41CD
(158,65,205)
#A652D1
(166,82,209)
#AE63D5
(174,99,213)
#B674D9
(182,116,217)
#BE85DD
(190,133,221)
#C696E1
(198,150,225)
#CEA7E5
(206,167,229)
#D6B8E9
(214,184,233)
#DEC9ED
(222,201,237)
#E6DAF1
(230,218,241)
#EEEBF5
(238,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E41CD color. Also use rgb(158,65,205) instead hex code.

Text Font Color

.myTextColor { color: #9E41CD; }

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

This text font color is #9E41CD.

Background Color

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

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

This div background color is #9E41CD.

Border color

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

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

This div border color is #9E41CD.

Opacity

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

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

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

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

This text has shadow with #9E41CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E41CD.

Preview

Color preview on black background

This text has color #9E41CD on black background.


Color preview on white background

This text has color #9E41CD on white background.


Black color preview on #9E41CD background

This text has black color on #9E41CD background.


White color preview on #9E41CD background

This text has white color on #9E41CD background.


Related colors

Complementary color

Complementary color for #9E41CD is #61BE32.


I love getcolorcode.com

Triadic colors

1 #CD9E41 and #41CD9E with #9E41CD are triadic colors.

2 #CD419E and #419ECD with #9E41CD are triadic colors.