COLOR #8A36EF

HEX: #8A36EF
RGB: (138,54,239)

Color info

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

RGB color model

#8A36EF color RGB value is (138,54,239).

  • red value is 138;
  • green value is 54;
  • blue value is 239.
RGB:
(138,54,239)
(54%,21%,94%)

RGB channels and saturation

R 138 of 255 = 54%
G 54 of 255 = 21%
B 239 of 255 = 94%

138
54
239

R + G + B ~ 56%. #8A36EF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 54 + 239 = 431 (100%)
R 138 of 431 ~ 32.02%
G 54 of 431 ~ 12.53%
B 239 of 431 ~ 55.45%

%32.02
%12.53
%55.45

CMYK color model

#8A36EF color CMYK value is (42,77,0,6).

  • cyan value is 42.26%
  • magenta value is 77.41%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(42,77,0,6)
C42M77Y0K6 
(42%,77%,0%,6%)
(0.42/0.77/0.00/0.06)	

CMYK percentages

%42.26
%77.41
%0
%6.27

Codes

Color #8A36EF in popluar color models

8A36EF
RGB13854239
HSL267°85.25%57.45%
HSB/HSV267°77.41%93.73%
CMYK42.26%77.41%0.00%
6.27%

Color #8A36EF in popluar number systems.

HEX8A36EF
Decimal13854239
Binary1000101011011011101111
Octal21266357

Shades and tints

Shades of #8A36EF

#8A36EF
(138,54,239)
#7E32DA
(126,50,218)
#722EC5
(114,46,197)
#662AB0
(102,42,176)
#5A269B
(90,38,155)
#4E2286
(78,34,134)
#421E71
(66,30,113)
#361A5C
(54,26,92)
#2A1647
(42,22,71)
#1E1232
(30,18,50)
#120E1D
(18,14,29)
#000000
(0,0,0)

Tints of #8A36EF

#8A36EF
(138,54,239)
#9448F0
(148,72,240)
#9E5AF1
(158,90,241)
#A86CF2
(168,108,242)
#B27EF3
(178,126,243)
#BC90F4
(188,144,244)
#C6A2F5
(198,162,245)
#D0B4F6
(208,180,246)
#DAC6F7
(218,198,247)
#E4D8F8
(228,216,248)
#EEEAF9
(238,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A36EF color. Also use rgb(138,54,239) instead hex code.

Text Font Color

.myTextColor { color: #8A36EF; }

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

This text font color is #8A36EF.


Background Color

.myBgColor { background-color: #8A36EF; }

<div style="background-color:#8A36EF">Inner text</div>

This div background color is #8A36EF.


Border color

.myBorderColor { border: 1px solid #8A36EF; }

<div style="border:3px solid #8A36EF">Div</div>

This div border color is #8A36EF.


Opacity

.myOpacity80 { color: #8A36EF; opacity: 0.8; }

<p style="color:#8A36EF;opacity:0.8;">80%</p>

Text with #8A36EF 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 #8A36EF;}

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

This text has shadow with #8A36EF color.

.textShadow {text-shadow: 3px 3px 1px #8A36EF, 3px 3px 1px red;}

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

This text has shadow with #8A36EF primary color and red secondary color.


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

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

This text has shadow with #8A36EF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A36EF on black background.


Color preview on white background

This text has color #8A36EF on white background.



Black color preview on #8A36EF background

This text has black color on #8A36EF background.


White color preview on #8A36EF background

This text has white color on #8A36EF background.