COLOR #8A4FEB

HEX: #8A4FEB
RGB: (138,79,235)

Color info

#8A4FEB contains mainly blue color. Web safe color of #8A4FEB is #9966FF (or #96F).

RGB color model

#8A4FEB color RGB value is (138,79,235).

  • red value is 138;
  • green value is 79;
  • blue value is 235.
RGB:
(138,79,235)
(54%,31%,92%)

RGB channels and saturation

R 138 of 255 = 54%
G 79 of 255 = 31%
B 235 of 255 = 92%

138
79
235

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

Portions of RGB colors in percentages

R + G + B =
138 + 79 + 235 = 452 (100%)
R 138 of 452 ~ 30.53%
G 79 of 452 ~ 17.48%
B 235 of 452 ~ 51.99%

%30.53
%17.48
%51.99

CMYK color model

#8A4FEB color CMYK value is (41,66,0,8).

  • cyan value is 41.28%
  • magenta value is 66.38%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(41,66,0,8)
C41M66Y0K8 
(41%,66%,0%,8%)
(0.41/0.66/0.00/0.08)	

CMYK percentages

%41.28
%66.38
%0
%7.84

Codes

Color #8A4FEB in popluar color models

8A4FEB
RGB13879235
HSL263°79.59%61.57%
HSB/HSV263°66.38%92.16%
CMYK41.28%66.38%0.00%
7.84%

Color #8A4FEB in popluar number systems.

HEX8A4FEB
Decimal13879235
Binary10001010100111111101011
Octal212117353

Shades and tints

Shades of #8A4FEB

#8A4FEB
(138,79,235)
#7E48D6
(126,72,214)
#7241C1
(114,65,193)
#663AAC
(102,58,172)
#5A3397
(90,51,151)
#4E2C82
(78,44,130)
#42256D
(66,37,109)
#361E58
(54,30,88)
#2A1743
(42,23,67)
#1E102E
(30,16,46)
#120919
(18,9,25)
#000000
(0,0,0)

Tints of #8A4FEB

#8A4FEB
(138,79,235)
#945FEC
(148,95,236)
#9E6FED
(158,111,237)
#A87FEE
(168,127,238)
#B28FEF
(178,143,239)
#BC9FF0
(188,159,240)
#C6AFF1
(198,175,241)
#D0BFF2
(208,191,242)
#DACFF3
(218,207,243)
#E4DFF4
(228,223,244)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A4FEB color. Also use rgb(138,79,235) instead hex code.

Text Font Color

.myTextColor { color: #8A4FEB; }

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

This text font color is #8A4FEB.


Background Color

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

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

This div background color is #8A4FEB.


Border color

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

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

This div border color is #8A4FEB.


Opacity

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

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

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

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

This text has shadow with #8A4FEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A4FEB on black background.


Color preview on white background

This text has color #8A4FEB on white background.



Black color preview on #8A4FEB background

This text has black color on #8A4FEB background.


White color preview on #8A4FEB background

This text has white color on #8A4FEB background.