COLOR #9E30CE

HEX: #9E30CE RGB: (158,48,206)

Color info

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

RGB color model

#9E30CE color RGB value is (158,48,206).

RGB: (158,48,206) (62%, 19%, 81%)

RGB channels and saturation

R 158 of 255 = 62%
G 48 of 255 = 19%
B 206 of 255 = 81%

158
48
206

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

Portions of RGB colors in percentages

R + G + B = 158 + 48 + 206 = 412 (100%)
R 158 of 412 ~ 38.35%
G 48 of 412 ~ 11.65%
B 206 of 412 ~ 50'%

%38.35
%11.65
%50

CMYK color model

#9E30CE color CMYK value is (23,77,0,19).

  • cyan value is 23.30%
  • magenta value is 76.70%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (23,77,0,19) C23M77Y0K19 (23%,77%,0%,19%) (0.23/0.77/0.00/0.19) 

CMYK percentages

%23.3
%76.7
%0
%19.22

Codes

Color #9E30CE in popluar color models

9E 30 CE
RGB 158 48 206
HSL 282° 62.20% 49.80%
HSB/HSV 282° 76.70% 80.78%
CMYK 23.30% 76.70% 0.00%
19.22%

Color #9E30CE in popluar number systems.

HEX 9E 30 CE
Decimal 158 48 206
Binary 10011110 110000 11001110
Octal 236 60 316

Shades and tints

Shades of #9E30CE

#9E30CE
(158,48,206)
#902CBC
(144,44,188)
#8228AA
(130,40,170)
#742498
(116,36,152)
#662086
(102,32,134)
#581C74
(88,28,116)
#4A1862
(74,24,98)
#3C1450
(60,20,80)
#2E103E
(46,16,62)
#200C2C
(32,12,44)
#12081A
(18,8,26)
#000000
(0,0,0)

Tints of #9E30CE

#9E30CE
(158,48,206)
#A642D2
(166,66,210)
#AE54D6
(174,84,214)
#B666DA
(182,102,218)
#BE78DE
(190,120,222)
#C68AE2
(198,138,226)
#CE9CE6
(206,156,230)
#D6AEEA
(214,174,234)
#DEC0EE
(222,192,238)
#E6D2F2
(230,210,242)
#EEE4F6
(238,228,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E30CE color. Also use rgb(158,48,206) instead hex code.

Text Font Color

.myTextColor { color: #9E30CE; }

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

This text font color is #9E30CE.

Background Color

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

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

This div background color is #9E30CE.

Border color

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

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

This div border color is #9E30CE.

Opacity

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

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

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

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

This text has shadow with #9E30CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E30CE.

Preview

Color preview on black background

This text has color #9E30CE on black background.


Color preview on white background

This text has color #9E30CE on white background.


Black color preview on #9E30CE background

This text has black color on #9E30CE background.


White color preview on #9E30CE background

This text has white color on #9E30CE background.


Related colors

Complementary color

Complementary color for #hex is #61CF31.


I love getcolorcode.com

Triadic colors

1 #CE9E30 and #30CE9E with #9E30CE are triadic colors.

2 #CE309E and #309ECE with #9E30CE are triadic colors.