COLOR #8C36D1

HEX: #8C36D1 RGB: (140,54,209)

Color info

#8C36D1 contains mainly blue color. Web safe color of #8C36D1 is #9933CC (or #93C).

RGB color model

#8C36D1 color RGB value is (140,54,209).

RGB: (140,54,209) (55%, 21%, 82%)

RGB channels and saturation

R 140 of 255 = 55%
G 54 of 255 = 21%
B 209 of 255 = 82%

140
54
209

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

Portions of RGB colors in percentages

R + G + B = 140 + 54 + 209 = 403 (100%)
R 140 of 403 ~ 34.74%
G 54 of 403 ~ 13.4%
B 209 of 403 ~ 51.86'%

%34.74
%13.4
%51.86

CMYK color model

#8C36D1 color CMYK value is (33,74,0,18).

  • cyan value is 33.01%
  • magenta value is 74.16%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (33,74,0,18)
C33M74Y0K18 (33%, 74%, 0%, 18%)
(0.33 / 0.74 / 0.00 / 0.18)

CMYK percentages

%33.01
%74.16
%0
%18.04

Codes

Color #8C36D1 in popluar color models

8C 36 D1
RGB 140 54 209
HSL 273° 62.75% 51.57%
HSB/HSV 273° 74.16% 81.96%
CMYK 33.01% 74.16% 0.00%
18.04%

Color #8C36D1 in popluar number systems.

HEX 8C 36 D1
Decimal 140 54 209
Binary 10001100 110110 11010001
Octal 214 66 321

Shades and tints

Shades of #8C36D1

#8C36D1
(140,54,209)
#8032BE
(128,50,190)
#742EAB
(116,46,171)
#682A98
(104,42,152)
#5C2685
(92,38,133)
#502272
(80,34,114)
#441E5F
(68,30,95)
#381A4C
(56,26,76)
#2C1639
(44,22,57)
#201226
(32,18,38)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #8C36D1

#8C36D1
(140,54,209)
#9648D5
(150,72,213)
#A05AD9
(160,90,217)
#AA6CDD
(170,108,221)
#B47EE1
(180,126,225)
#BE90E5
(190,144,229)
#C8A2E9
(200,162,233)
#D2B4ED
(210,180,237)
#DCC6F1
(220,198,241)
#E6D8F5
(230,216,245)
#F0EAF9
(240,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C36D1 color. Also use rgb(140,54,209) instead hex code.

Text Font Color

.myTextColor { color: #8C36D1; }

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

This text font color is #8C36D1.

Background Color

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

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

This div background color is #8C36D1.

Border color

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

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

This div border color is #8C36D1.

Opacity

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

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

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

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

This text has shadow with #8C36D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C36D1.

Preview

Color preview on black background

This text has color #8C36D1 on black background.


Color preview on white background

This text has color #8C36D1 on white background.


Black color preview on #8C36D1 background

This text has black color on #8C36D1 background.


White color preview on #8C36D1 background

This text has white color on #8C36D1 background.


Related colors

Complementary color

Complementary color for #hex is #73C92E.


I love getcolorcode.com

Triadic colors

1 #D18C36 and #36D18C with #8C36D1 are triadic colors.

2 #D1368C and #368CD1 with #8C36D1 are triadic colors.