COLOR #9E07EB

HEX: #9E07EB
RGB: (158,7,235)

Color info

#9E07EB contains mainly blue color. Web safe color of #9E07EB is #9900FF (or #90F).

RGB color model

#9E07EB color RGB value is (158,7,235).

  • red value is 158;
  • green value is 7;
  • blue value is 235.
RGB:
(158,7,235)
(62%,3%,92%)

RGB channels and saturation

R 158 of 255 = 62%
G 7 of 255 = 3%
B 235 of 255 = 92%

158
7
235

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

Portions of RGB colors in percentages

R + G + B =
158 + 7 + 235 = 400 (100%)
R 158 of 400 ~ 39.5%
G 7 of 400 ~ 1.75%
B 235 of 400 ~ 58.75%

%39.5
%58.75

CMYK color model

#9E07EB color CMYK value is (33,97,0,8).

  • cyan value is 32.77%
  • magenta value is 97.02%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(33,97,0,8)
C33M97Y0K8 
(33%,97%,0%,8%)
(0.33/0.97/0.00/0.08)	

CMYK percentages

%32.77
%97.02
%0
%7.84

Codes

Color #9E07EB in popluar color models

9E07EB
RGB1587235
HSL280°94.21%47.45%
HSB/HSV280°97.02%92.16%
CMYK32.77%97.02%0.00%
7.84%

Color #9E07EB in popluar number systems.

HEX9E07EB
Decimal1587235
Binary1001111011111101011
Octal2367353

Shades and tints

Shades of #9E07EB

#9E07EB
(158,7,235)
#9007D6
(144,7,214)
#8207C1
(130,7,193)
#7407AC
(116,7,172)
#660797
(102,7,151)
#580782
(88,7,130)
#4A076D
(74,7,109)
#3C0758
(60,7,88)
#2E0743
(46,7,67)
#20072E
(32,7,46)
#120719
(18,7,25)
#000000
(0,0,0)

Tints of #9E07EB

#9E07EB
(158,7,235)
#A61DEC
(166,29,236)
#AE33ED
(174,51,237)
#B649EE
(182,73,238)
#BE5FEF
(190,95,239)
#C675F0
(198,117,240)
#CE8BF1
(206,139,241)
#D6A1F2
(214,161,242)
#DEB7F3
(222,183,243)
#E6CDF4
(230,205,244)
#EEE3F5
(238,227,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E07EB color. Also use rgb(158,7,235) instead hex code.

Text Font Color

.myTextColor { color: #9E07EB; }

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

This text font color is #9E07EB.


Background Color

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

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

This div background color is #9E07EB.


Border color

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

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

This div border color is #9E07EB.


Opacity

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

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

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

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

This text has shadow with #9E07EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E07EB on black background.


Color preview on white background

This text has color #9E07EB on white background.



Black color preview on #9E07EB background

This text has black color on #9E07EB background.


White color preview on #9E07EB background

This text has white color on #9E07EB background.