COLOR #9E43D1

HEX: #9E43D1
RGB: (158,67,209)

Color info

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

RGB color model

#9E43D1 color RGB value is (158,67,209).

  • red value is 158;
  • green value is 67;
  • blue value is 209.
RGB:
(158,67,209)
(62%,26%,82%)

RGB channels and saturation

R 158 of 255 = 62%
G 67 of 255 = 26%
B 209 of 255 = 82%

158
67
209

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

Portions of RGB colors in percentages

R + G + B =
158 + 67 + 209 = 434 (100%)
R 158 of 434 ~ 36.41%
G 67 of 434 ~ 15.44%
B 209 of 434 ~ 48.16%

%36.41
%15.44
%48.16

CMYK color model

#9E43D1 color CMYK value is (24,68,0,18).

  • cyan value is 24.40%
  • magenta value is 67.94%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(24,68,0,18)
C24M68Y0K18 
(24%,68%,0%,18%)
(0.24/0.68/0.00/0.18)	

CMYK percentages

%24.4
%67.94
%0
%18.04

Codes

Color #9E43D1 in popluar color models

9E43D1
RGB15867209
HSL278°60.68%54.12%
HSB/HSV278°67.94%81.96%
CMYK24.40%67.94%0.00%
18.04%

Color #9E43D1 in popluar number systems.

HEX9E43D1
Decimal15867209
Binary10011110100001111010001
Octal236103321

Shades and tints

Shades of #9E43D1

#9E43D1
(158,67,209)
#903DBE
(144,61,190)
#8237AB
(130,55,171)
#743198
(116,49,152)
#662B85
(102,43,133)
#582572
(88,37,114)
#4A1F5F
(74,31,95)
#3C194C
(60,25,76)
#2E1339
(46,19,57)
#200D26
(32,13,38)
#120713
(18,7,19)
#000000
(0,0,0)

Tints of #9E43D1

#9E43D1
(158,67,209)
#A654D5
(166,84,213)
#AE65D9
(174,101,217)
#B676DD
(182,118,221)
#BE87E1
(190,135,225)
#C698E5
(198,152,229)
#CEA9E9
(206,169,233)
#D6BAED
(214,186,237)
#DECBF1
(222,203,241)
#E6DCF5
(230,220,245)
#EEEDF9
(238,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E43D1 color. Also use rgb(158,67,209) instead hex code.

Text Font Color

.myTextColor { color: #9E43D1; }

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

This text font color is #9E43D1.


Background Color

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

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

This div background color is #9E43D1.


Border color

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

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

This div border color is #9E43D1.


Opacity

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

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

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

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

This text has shadow with #9E43D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E43D1 on black background.


Color preview on white background

This text has color #9E43D1 on white background.



Black color preview on #9E43D1 background

This text has black color on #9E43D1 background.


White color preview on #9E43D1 background

This text has white color on #9E43D1 background.