COLOR #8920E9

HEX: #8920E9
RGB: (137,32,233)

Color info

#8920E9 contains mainly blue color. Web safe color of #8920E9 is #9933FF (or #93F).

RGB color model

#8920E9 color RGB value is (137,32,233).

  • red value is 137;
  • green value is 32;
  • blue value is 233.
RGB:
(137,32,233)
(54%,13%,91%)

RGB channels and saturation

R 137 of 255 = 54%
G 32 of 255 = 13%
B 233 of 255 = 91%

137
32
233

R + G + B ~ 53%. #8920E9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 32 + 233 = 402 (100%)
R 137 of 402 ~ 34.08%
G 32 of 402 ~ 7.96%
B 233 of 402 ~ 57.96%

%34.08
%57.96

CMYK color model

#8920E9 color CMYK value is (41,86,0,9).

  • cyan value is 41.20%
  • magenta value is 86.27%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(41,86,0,9)
C41M86Y0K9 
(41%,86%,0%,9%)
(0.41/0.86/0.00/0.09)	

CMYK percentages

%41.2
%86.27
%0
%8.63

Codes

Color #8920E9 in popluar color models

8920E9
RGB13732233
HSL271°82.04%51.96%
HSB/HSV271°86.27%91.37%
CMYK41.20%86.27%0.00%
8.63%

Color #8920E9 in popluar number systems.

HEX8920E9
Decimal13732233
Binary1000100110000011101001
Octal21140351

Shades and tints

Shades of #8920E9

#8920E9
(137,32,233)
#7D1ED4
(125,30,212)
#711CBF
(113,28,191)
#651AAA
(101,26,170)
#591895
(89,24,149)
#4D1680
(77,22,128)
#41146B
(65,20,107)
#351256
(53,18,86)
#291041
(41,16,65)
#1D0E2C
(29,14,44)
#110C17
(17,12,23)
#000000
(0,0,0)

Tints of #8920E9

#8920E9
(137,32,233)
#9334EB
(147,52,235)
#9D48ED
(157,72,237)
#A75CEF
(167,92,239)
#B170F1
(177,112,241)
#BB84F3
(187,132,243)
#C598F5
(197,152,245)
#CFACF7
(207,172,247)
#D9C0F9
(217,192,249)
#E3D4FB
(227,212,251)
#EDE8FD
(237,232,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8920E9 color. Also use rgb(137,32,233) instead hex code.

Text Font Color

.myTextColor { color: #8920E9; }

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

This text font color is #8920E9.


Background Color

.myBgColor { background-color: #8920E9; }

<div style="background-color:#8920E9">Inner text</div>

This div background color is #8920E9.


Border color

.myBorderColor { border: 1px solid #8920E9; }

<div style="border:3px solid #8920E9">Div</div>

This div border color is #8920E9.


Opacity

.myOpacity80 { color: #8920E9; opacity: 0.8; }

<p style="color:#8920E9;opacity:0.8;">80%</p>

Text with #8920E9 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 #8920E9;}

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

This text has shadow with #8920E9 color.

.textShadow {text-shadow: 3px 3px 1px #8920E9, 3px 3px 1px red;}

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

This text has shadow with #8920E9 primary color and red secondary color.


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

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

This text has shadow with #8920E9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8920E9 on black background.


Color preview on white background

This text has color #8920E9 on white background.



Black color preview on #8920E9 background

This text has black color on #8920E9 background.


White color preview on #8920E9 background

This text has white color on #8920E9 background.