COLOR #8C33BA

HEX: #8C33BA
RGB: (140,51,186)

Color info

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

RGB color model

#8C33BA color RGB value is (140,51,186).

  • red value is 140;
  • green value is 51;
  • blue value is 186.
RGB:
(140,51,186)
(55%,20%,73%)

RGB channels and saturation

R 140 of 255 = 55%
G 51 of 255 = 20%
B 186 of 255 = 73%

140
51
186

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

Portions of RGB colors in percentages

R + G + B =
140 + 51 + 186 = 377 (100%)
R 140 of 377 ~ 37.14%
G 51 of 377 ~ 13.53%
B 186 of 377 ~ 49.34%

%37.14
%13.53
%49.34

CMYK color model

#8C33BA color CMYK value is (25,73,0,27).

  • cyan value is 24.73%
  • magenta value is 72.58%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(25,73,0,27)
C25M73Y0K27 
(25%,73%,0%,27%)
(0.25/0.73/0.00/0.27)	

CMYK percentages

%24.73
%72.58
%0
%27.06

Codes

Color #8C33BA in popluar color models

8C33BA
RGB14051186
HSL280°56.96%46.47%
HSB/HSV280°72.58%72.94%
CMYK24.73%72.58%0.00%
27.06%

Color #8C33BA in popluar number systems.

HEX8C33BA
Decimal14051186
Binary1000110011001110111010
Octal21463272

Shades and tints

Shades of #8C33BA

#8C33BA
(140,51,186)
#802FAA
(128,47,170)
#742B9A
(116,43,154)
#68278A
(104,39,138)
#5C237A
(92,35,122)
#501F6A
(80,31,106)
#441B5A
(68,27,90)
#38174A
(56,23,74)
#2C133A
(44,19,58)
#200F2A
(32,15,42)
#140B1A
(20,11,26)
#000000
(0,0,0)

Tints of #8C33BA

#8C33BA
(140,51,186)
#9645C0
(150,69,192)
#A057C6
(160,87,198)
#AA69CC
(170,105,204)
#B47BD2
(180,123,210)
#BE8DD8
(190,141,216)
#C89FDE
(200,159,222)
#D2B1E4
(210,177,228)
#DCC3EA
(220,195,234)
#E6D5F0
(230,213,240)
#F0E7F6
(240,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C33BA color. Also use rgb(140,51,186) instead hex code.

Text Font Color

.myTextColor { color: #8C33BA; }

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

This text font color is #8C33BA.


Background Color

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

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

This div background color is #8C33BA.


Border color

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

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

This div border color is #8C33BA.


Opacity

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

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

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

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

This text has shadow with #8C33BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C33BA on black background.


Color preview on white background

This text has color #8C33BA on white background.



Black color preview on #8C33BA background

This text has black color on #8C33BA background.


White color preview on #8C33BA background

This text has white color on #8C33BA background.