COLOR #8B27C4

HEX: #8B27C4
RGB: (139,39,196)

Color info

#8B27C4 contains mainly red and blue colors. Web safe color of #8B27C4 is #9933CC (or #93C).

RGB color model

#8B27C4 color RGB value is (139,39,196).

  • red value is 139;
  • green value is 39;
  • blue value is 196.
RGB:
(139,39,196)
(55%,15%,77%)

RGB channels and saturation

R 139 of 255 = 55%
G 39 of 255 = 15%
B 196 of 255 = 77%

139
39
196

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

Portions of RGB colors in percentages

R + G + B =
139 + 39 + 196 = 374 (100%)
R 139 of 374 ~ 37.17%
G 39 of 374 ~ 10.43%
B 196 of 374 ~ 52.41%

%37.17
%10.43
%52.41

CMYK color model

#8B27C4 color CMYK value is (29,80,0,23).

  • cyan value is 29.08%
  • magenta value is 80.10%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(29,80,0,23)
C29M80Y0K23 
(29%,80%,0%,23%)
(0.29/0.80/0.00/0.23)	

CMYK percentages

%29.08
%80.1
%0
%23.14

Codes

Color #8B27C4 in popluar color models

8B27C4
RGB13939196
HSL278°66.81%46.08%
HSB/HSV278°80.10%76.86%
CMYK29.08%80.10%0.00%
23.14%

Color #8B27C4 in popluar number systems.

HEX8B27C4
Decimal13939196
Binary1000101110011111000100
Octal21347304

Shades and tints

Shades of #8B27C4

#8B27C4
(139,39,196)
#7F24B3
(127,36,179)
#7321A2
(115,33,162)
#671E91
(103,30,145)
#5B1B80
(91,27,128)
#4F186F
(79,24,111)
#43155E
(67,21,94)
#37124D
(55,18,77)
#2B0F3C
(43,15,60)
#1F0C2B
(31,12,43)
#13091A
(19,9,26)
#000000
(0,0,0)

Tints of #8B27C4

#8B27C4
(139,39,196)
#953AC9
(149,58,201)
#9F4DCE
(159,77,206)
#A960D3
(169,96,211)
#B373D8
(179,115,216)
#BD86DD
(189,134,221)
#C799E2
(199,153,226)
#D1ACE7
(209,172,231)
#DBBFEC
(219,191,236)
#E5D2F1
(229,210,241)
#EFE5F6
(239,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B27C4 color. Also use rgb(139,39,196) instead hex code.

Text Font Color

.myTextColor { color: #8B27C4; }

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

This text font color is #8B27C4.


Background Color

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

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

This div background color is #8B27C4.


Border color

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

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

This div border color is #8B27C4.


Opacity

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

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

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

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

This text has shadow with #8B27C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B27C4 on black background.


Color preview on white background

This text has color #8B27C4 on white background.



Black color preview on #8B27C4 background

This text has black color on #8B27C4 background.


White color preview on #8B27C4 background

This text has white color on #8B27C4 background.