COLOR #8C32D1

HEX: #8C32D1
RGB: (140,50,209)

Color info

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

RGB color model

#8C32D1 color RGB value is (140,50,209).

  • red value is 140;
  • green value is 50;
  • blue value is 209.
RGB:
(140,50,209)
(55%,20%,82%)

RGB channels and saturation

R 140 of 255 = 55%
G 50 of 255 = 20%
B 209 of 255 = 82%

140
50
209

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

Portions of RGB colors in percentages

R + G + B =
140 + 50 + 209 = 399 (100%)
R 140 of 399 ~ 35.09%
G 50 of 399 ~ 12.53%
B 209 of 399 ~ 52.38%

%35.09
%12.53
%52.38

CMYK color model

#8C32D1 color CMYK value is (33,76,0,18).

  • cyan value is 33.01%
  • magenta value is 76.08%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(33,76,0,18)
C33M76Y0K18 
(33%,76%,0%,18%)
(0.33/0.76/0.00/0.18)	

CMYK percentages

%33.01
%76.08
%0
%18.04

Codes

Color #8C32D1 in popluar color models

8C32D1
RGB14050209
HSL274°63.35%50.78%
HSB/HSV274°76.08%81.96%
CMYK33.01%76.08%0.00%
18.04%

Color #8C32D1 in popluar number systems.

HEX8C32D1
Decimal14050209
Binary1000110011001011010001
Octal21462321

Shades and tints

Shades of #8C32D1

#8C32D1
(140,50,209)
#802EBE
(128,46,190)
#742AAB
(116,42,171)
#682698
(104,38,152)
#5C2285
(92,34,133)
#501E72
(80,30,114)
#441A5F
(68,26,95)
#38164C
(56,22,76)
#2C1239
(44,18,57)
#200E26
(32,14,38)
#140A13
(20,10,19)
#000000
(0,0,0)

Tints of #8C32D1

#8C32D1
(140,50,209)
#9644D5
(150,68,213)
#A056D9
(160,86,217)
#AA68DD
(170,104,221)
#B47AE1
(180,122,225)
#BE8CE5
(190,140,229)
#C89EE9
(200,158,233)
#D2B0ED
(210,176,237)
#DCC2F1
(220,194,241)
#E6D4F5
(230,212,245)
#F0E6F9
(240,230,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C32D1; }

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

This text font color is #8C32D1.


Background Color

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

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

This div background color is #8C32D1.


Border color

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

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

This div border color is #8C32D1.


Opacity

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

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

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

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

This text has shadow with #8C32D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C32D1 on black background.


Color preview on white background

This text has color #8C32D1 on white background.



Black color preview on #8C32D1 background

This text has black color on #8C32D1 background.


White color preview on #8C32D1 background

This text has white color on #8C32D1 background.