COLOR #9E00BA

HEX: #9E00BA
RGB: (158,0,186)

Color info

#9E00BA contains only red and blue colors. Web safe color of #9E00BA is #9900CC (or #90C).

RGB color model

#9E00BA color RGB value is (158,0,186).

  • red value is 158;
  • green value is 0;
  • blue value is 186.
RGB:
(158,0,186)
(62%,0%,73%)

RGB channels and saturation

R 158 of 255 = 62%
G 0 of 255 = 0%
B 186 of 255 = 73%

158
0
186

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

Portions of RGB colors in percentages

R + G + B =
158 + 0 + 186 = 344 (100%)
R 158 of 344 ~ 45.93%
G 0 of 344 ~ 0%
B 186 of 344 ~ 54.07%

%45.93
%54.07

CMYK color model

#9E00BA color CMYK value is (15,100,0,27).

  • cyan value is 15.05%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(15,100,0,27)
C15M100Y0K27 
(15%,100%,0%,27%)
(0.15/1.00/0.00/0.27)	

CMYK percentages

%15.05
%100
%0
%27.06

Codes

Color #9E00BA in popluar color models

9E00BA
RGB1580186
HSL291°100.00%36.47%
HSB/HSV291°100.00%72.94%
CMYK15.05%100.00%0.00%
27.06%

Color #9E00BA in popluar number systems.

HEX9E00BA
Decimal1580186
Binary10011110010111010
Octal2360272

Shades and tints

Shades of #9E00BA

#9E00BA
(158,0,186)
#9000AA
(144,0,170)
#82009A
(130,0,154)
#74008A
(116,0,138)
#66007A
(102,0,122)
#58006A
(88,0,106)
#4A005A
(74,0,90)
#3C004A
(60,0,74)
#2E003A
(46,0,58)
#20002A
(32,0,42)
#12001A
(18,0,26)
#000000
(0,0,0)

Tints of #9E00BA

#9E00BA
(158,0,186)
#A617C0
(166,23,192)
#AE2EC6
(174,46,198)
#B645CC
(182,69,204)
#BE5CD2
(190,92,210)
#C673D8
(198,115,216)
#CE8ADE
(206,138,222)
#D6A1E4
(214,161,228)
#DEB8EA
(222,184,234)
#E6CFF0
(230,207,240)
#EEE6F6
(238,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E00BA color. Also use rgb(158,0,186) instead hex code.

Text Font Color

.myTextColor { color: #9E00BA; }

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

This text font color is #9E00BA.


Background Color

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

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

This div background color is #9E00BA.


Border color

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

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

This div border color is #9E00BA.


Opacity

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

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

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

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

This text has shadow with #9E00BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E00BA on black background.


Color preview on white background

This text has color #9E00BA on white background.



Black color preview on #9E00BA background

This text has black color on #9E00BA background.


White color preview on #9E00BA background

This text has white color on #9E00BA background.