COLOR #8909E7

HEX: #8909E7
RGB: (137,9,231)

Color info

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

RGB color model

#8909E7 color RGB value is (137,9,231).

  • red value is 137;
  • green value is 9;
  • blue value is 231.
RGB:
(137,9,231)
(54%,4%,91%)

RGB channels and saturation

R 137 of 255 = 54%
G 9 of 255 = 4%
B 231 of 255 = 91%

137
9
231

R + G + B ~ 50%. #8909E7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 9 + 231 = 377 (100%)
R 137 of 377 ~ 36.34%
G 9 of 377 ~ 2.39%
B 231 of 377 ~ 61.27%

%36.34
%61.27

CMYK color model

#8909E7 color CMYK value is (41,96,0,9).

  • cyan value is 40.69%
  • magenta value is 96.10%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(41,96,0,9)
C41M96Y0K9 
(41%,96%,0%,9%)
(0.41/0.96/0.00/0.09)	

CMYK percentages

%40.69
%96.1
%0
%9.41

Codes

Color #8909E7 in popluar color models

8909E7
RGB1379231
HSL275°92.50%47.06%
HSB/HSV275°96.10%90.59%
CMYK40.69%96.10%0.00%
9.41%

Color #8909E7 in popluar number systems.

HEX8909E7
Decimal1379231
Binary10001001100111100111
Octal21111347

Shades and tints

Shades of #8909E7

#8909E7
(137,9,231)
#7D09D2
(125,9,210)
#7109BD
(113,9,189)
#6509A8
(101,9,168)
#590993
(89,9,147)
#4D097E
(77,9,126)
#410969
(65,9,105)
#350954
(53,9,84)
#29093F
(41,9,63)
#1D092A
(29,9,42)
#110915
(17,9,21)
#000000
(0,0,0)

Tints of #8909E7

#8909E7
(137,9,231)
#931FE9
(147,31,233)
#9D35EB
(157,53,235)
#A74BED
(167,75,237)
#B161EF
(177,97,239)
#BB77F1
(187,119,241)
#C58DF3
(197,141,243)
#CFA3F5
(207,163,245)
#D9B9F7
(217,185,247)
#E3CFF9
(227,207,249)
#EDE5FB
(237,229,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8909E7 color. Also use rgb(137,9,231) instead hex code.

Text Font Color

.myTextColor { color: #8909E7; }

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

This text font color is #8909E7.


Background Color

.myBgColor { background-color: #8909E7; }

<div style="background-color:#8909E7">Inner text</div>

This div background color is #8909E7.


Border color

.myBorderColor { border: 1px solid #8909E7; }

<div style="border:3px solid #8909E7">Div</div>

This div border color is #8909E7.


Opacity

.myOpacity80 { color: #8909E7; opacity: 0.8; }

<p style="color:#8909E7;opacity:0.8;">80%</p>

Text with #8909E7 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 #8909E7;}

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

This text has shadow with #8909E7 color.

.textShadow {text-shadow: 3px 3px 1px #8909E7, 3px 3px 1px red;}

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

This text has shadow with #8909E7 primary color and red secondary color.


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

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

This text has shadow with #8909E7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8909E7 on black background.


Color preview on white background

This text has color #8909E7 on white background.



Black color preview on #8909E7 background

This text has black color on #8909E7 background.


White color preview on #8909E7 background

This text has white color on #8909E7 background.