COLOR #8B24C3

HEX: #8B24C3
RGB: (139,36,195)

Color info

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

RGB color model

#8B24C3 color RGB value is (139,36,195).

  • red value is 139;
  • green value is 36;
  • blue value is 195.
RGB:
(139,36,195)
(55%,14%,76%)

RGB channels and saturation

R 139 of 255 = 55%
G 36 of 255 = 14%
B 195 of 255 = 76%

139
36
195

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

Portions of RGB colors in percentages

R + G + B =
139 + 36 + 195 = 370 (100%)
R 139 of 370 ~ 37.57%
G 36 of 370 ~ 9.73%
B 195 of 370 ~ 52.7%

%37.57
%9.73
%52.7

CMYK color model

#8B24C3 color CMYK value is (29,82,0,24).

  • cyan value is 28.72%
  • magenta value is 81.54%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(29,82,0,24)
C29M82Y0K24 
(29%,82%,0%,24%)
(0.29/0.82/0.00/0.24)	

CMYK percentages

%28.72
%81.54
%0
%23.53

Codes

Color #8B24C3 in popluar color models

8B24C3
RGB13936195
HSL279°68.83%45.29%
HSB/HSV279°81.54%76.47%
CMYK28.72%81.54%0.00%
23.53%

Color #8B24C3 in popluar number systems.

HEX8B24C3
Decimal13936195
Binary1000101110010011000011
Octal21344303

Shades and tints

Shades of #8B24C3

#8B24C3
(139,36,195)
#7F21B2
(127,33,178)
#731EA1
(115,30,161)
#671B90
(103,27,144)
#5B187F
(91,24,127)
#4F156E
(79,21,110)
#43125D
(67,18,93)
#370F4C
(55,15,76)
#2B0C3B
(43,12,59)
#1F092A
(31,9,42)
#130619
(19,6,25)
#000000
(0,0,0)

Tints of #8B24C3

#8B24C3
(139,36,195)
#9537C8
(149,55,200)
#9F4ACD
(159,74,205)
#A95DD2
(169,93,210)
#B370D7
(179,112,215)
#BD83DC
(189,131,220)
#C796E1
(199,150,225)
#D1A9E6
(209,169,230)
#DBBCEB
(219,188,235)
#E5CFF0
(229,207,240)
#EFE2F5
(239,226,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B24C3 color. Also use rgb(139,36,195) instead hex code.

Text Font Color

.myTextColor { color: #8B24C3; }

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

This text font color is #8B24C3.


Background Color

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

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

This div background color is #8B24C3.


Border color

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

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

This div border color is #8B24C3.


Opacity

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

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

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

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

This text has shadow with #8B24C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B24C3 on black background.


Color preview on white background

This text has color #8B24C3 on white background.



Black color preview on #8B24C3 background

This text has black color on #8B24C3 background.


White color preview on #8B24C3 background

This text has white color on #8B24C3 background.