COLOR #9E0AE3

HEX: #9E0AE3 RGB: (158,10,227)

Color info

#9E0AE3 contains mainly blue color. Web safe color of #9E0AE3 is #9900CC (or #90C).

RGB color model

#9E0AE3 color RGB value is (158,10,227).

RGB: (158,10,227) (62%, 4%, 89%)

RGB channels and saturation

R 158 of 255 = 62%
G 10 of 255 = 4%
B 227 of 255 = 89%

158
10
227

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

Portions of RGB colors in percentages

R + G + B = 158 + 10 + 227 = 395 (100%)
R 158 of 395 ~ 40%
G 10 of 395 ~ 2.53%
B 227 of 395 ~ 57.47'%

%40
%57.47

CMYK color model

#9E0AE3 color CMYK value is (30,96,0,11).

  • cyan value is 30.40%
  • magenta value is 95.59%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK: (30,96,0,11) C30M96Y0K11 (30%,96%,0%,11%) (0.30/0.96/0.00/0.11) 

CMYK percentages

%30.4
%95.59
%0
%10.98

Codes

Color #9E0AE3 in popluar color models

9E 0A E3
RGB 158 10 227
HSL 281° 91.56% 46.47%
HSB/HSV 281° 95.59% 89.02%
CMYK 30.40% 95.59% 0.00%
10.98%

Color #9E0AE3 in popluar number systems.

HEX 9E 0A E3
Decimal 158 10 227
Binary 10011110 1010 11100011
Octal 236 12 343

Shades and tints

Shades of #9E0AE3

#9E0AE3
(158,10,227)
#900ACF
(144,10,207)
#820ABB
(130,10,187)
#740AA7
(116,10,167)
#660A93
(102,10,147)
#580A7F
(88,10,127)
#4A0A6B
(74,10,107)
#3C0A57
(60,10,87)
#2E0A43
(46,10,67)
#200A2F
(32,10,47)
#120A1B
(18,10,27)
#000000
(0,0,0)

Tints of #9E0AE3

#9E0AE3
(158,10,227)
#A620E5
(166,32,229)
#AE36E7
(174,54,231)
#B64CE9
(182,76,233)
#BE62EB
(190,98,235)
#C678ED
(198,120,237)
#CE8EEF
(206,142,239)
#D6A4F1
(214,164,241)
#DEBAF3
(222,186,243)
#E6D0F5
(230,208,245)
#EEE6F7
(238,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E0AE3 color. Also use rgb(158,10,227) instead hex code.

Text Font Color

.myTextColor { color: #9E0AE3; }

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

This text font color is #9E0AE3.

Background Color

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

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

This div background color is #9E0AE3.

Border color

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

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

This div border color is #9E0AE3.

Opacity

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

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

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

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

This text has shadow with #9E0AE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E0AE3.

Preview

Color preview on black background

This text has color #9E0AE3 on black background.


Color preview on white background

This text has color #9E0AE3 on white background.


Black color preview on #9E0AE3 background

This text has black color on #9E0AE3 background.


White color preview on #9E0AE3 background

This text has white color on #9E0AE3 background.


Related colors

Complementary color

Complementary color for #hex is #61F51C.


I love getcolorcode.com

Triadic colors

1 #E39E0A and #0AE39E with #9E0AE3 are triadic colors.

2 #E30A9E and #0A9EE3 with #9E0AE3 are triadic colors.