COLOR #8B43EE

HEX: #8B43EE
RGB: (139,67,238)

Color info

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

RGB color model

#8B43EE color RGB value is (139,67,238).

  • red value is 139;
  • green value is 67;
  • blue value is 238.
RGB:
(139,67,238)
(55%,26%,93%)

RGB channels and saturation

R 139 of 255 = 55%
G 67 of 255 = 26%
B 238 of 255 = 93%

139
67
238

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

Portions of RGB colors in percentages

R + G + B =
139 + 67 + 238 = 444 (100%)
R 139 of 444 ~ 31.31%
G 67 of 444 ~ 15.09%
B 238 of 444 ~ 53.6%

%31.31
%15.09
%53.6

CMYK color model

#8B43EE color CMYK value is (42,72,0,7).

  • cyan value is 41.60%
  • magenta value is 71.85%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(42,72,0,7)
C42M72Y0K7 
(42%,72%,0%,7%)
(0.42/0.72/0.00/0.07)	

CMYK percentages

%41.6
%71.85
%0
%6.67

Codes

Color #8B43EE in popluar color models

8B43EE
RGB13967238
HSL265°83.41%59.80%
HSB/HSV265°71.85%93.33%
CMYK41.60%71.85%0.00%
6.67%

Color #8B43EE in popluar number systems.

HEX8B43EE
Decimal13967238
Binary10001011100001111101110
Octal213103356

Shades and tints

Shades of #8B43EE

#8B43EE
(139,67,238)
#7F3DD9
(127,61,217)
#7337C4
(115,55,196)
#6731AF
(103,49,175)
#5B2B9A
(91,43,154)
#4F2585
(79,37,133)
#431F70
(67,31,112)
#37195B
(55,25,91)
#2B1346
(43,19,70)
#1F0D31
(31,13,49)
#13071C
(19,7,28)
#000000
(0,0,0)

Tints of #8B43EE

#8B43EE
(139,67,238)
#9554EF
(149,84,239)
#9F65F0
(159,101,240)
#A976F1
(169,118,241)
#B387F2
(179,135,242)
#BD98F3
(189,152,243)
#C7A9F4
(199,169,244)
#D1BAF5
(209,186,245)
#DBCBF6
(219,203,246)
#E5DCF7
(229,220,247)
#EFEDF8
(239,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B43EE color. Also use rgb(139,67,238) instead hex code.

Text Font Color

.myTextColor { color: #8B43EE; }

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

This text font color is #8B43EE.


Background Color

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

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

This div background color is #8B43EE.


Border color

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

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

This div border color is #8B43EE.


Opacity

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

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

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

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

This text has shadow with #8B43EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B43EE on black background.


Color preview on white background

This text has color #8B43EE on white background.



Black color preview on #8B43EE background

This text has black color on #8B43EE background.


White color preview on #8B43EE background

This text has white color on #8B43EE background.