COLOR #8C31D1

HEX: #8C31D1
RGB: (140,49,209)

Color info

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

RGB color model

#8C31D1 color RGB value is (140,49,209).

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

RGB channels and saturation

R 140 of 255 = 55%
G 49 of 255 = 19%
B 209 of 255 = 82%

140
49
209

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

Portions of RGB colors in percentages

R + G + B =
140 + 49 + 209 = 398 (100%)
R 140 of 398 ~ 35.18%
G 49 of 398 ~ 12.31%
B 209 of 398 ~ 52.51%

%35.18
%12.31
%52.51

CMYK color model

#8C31D1 color CMYK value is (33,77,0,18).

  • cyan value is 33.01%
  • magenta value is 76.56%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(33,77,0,18)
C33M77Y0K18 
(33%,77%,0%,18%)
(0.33/0.77/0.00/0.18)	

CMYK percentages

%33.01
%76.56
%0
%18.04

Codes

Color #8C31D1 in popluar color models

8C31D1
RGB14049209
HSL274°63.49%50.59%
HSB/HSV274°76.56%81.96%
CMYK33.01%76.56%0.00%
18.04%

Color #8C31D1 in popluar number systems.

HEX8C31D1
Decimal14049209
Binary1000110011000111010001
Octal21461321

Shades and tints

Shades of #8C31D1

#8C31D1
(140,49,209)
#802DBE
(128,45,190)
#7429AB
(116,41,171)
#682598
(104,37,152)
#5C2185
(92,33,133)
#501D72
(80,29,114)
#44195F
(68,25,95)
#38154C
(56,21,76)
#2C1139
(44,17,57)
#200D26
(32,13,38)
#140913
(20,9,19)
#000000
(0,0,0)

Tints of #8C31D1

#8C31D1
(140,49,209)
#9643D5
(150,67,213)
#A055D9
(160,85,217)
#AA67DD
(170,103,221)
#B479E1
(180,121,225)
#BE8BE5
(190,139,229)
#C89DE9
(200,157,233)
#D2AFED
(210,175,237)
#DCC1F1
(220,193,241)
#E6D3F5
(230,211,245)
#F0E5F9
(240,229,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C31D1; }

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

This text font color is #8C31D1.


Background Color

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

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

This div background color is #8C31D1.


Border color

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

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

This div border color is #8C31D1.


Opacity

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

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

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

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

This text has shadow with #8C31D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C31D1 on black background.


Color preview on white background

This text has color #8C31D1 on white background.



Black color preview on #8C31D1 background

This text has black color on #8C31D1 background.


White color preview on #8C31D1 background

This text has white color on #8C31D1 background.