COLOR #8C63DA

HEX: #8C63DA
RGB: (140,99,218)

Color info

#8C63DA contains mainly blue color. Web safe color of #8C63DA is #9966CC (or #96C).

RGB color model

#8C63DA color RGB value is (140,99,218).

  • red value is 140;
  • green value is 99;
  • blue value is 218.
RGB:
(140,99,218)
(55%,39%,85%)

RGB channels and saturation

R 140 of 255 = 55%
G 99 of 255 = 39%
B 218 of 255 = 85%

140
99
218

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

Portions of RGB colors in percentages

R + G + B =
140 + 99 + 218 = 457 (100%)
R 140 of 457 ~ 30.63%
G 99 of 457 ~ 21.66%
B 218 of 457 ~ 47.7%

%30.63
%21.66
%47.7

CMYK color model

#8C63DA color CMYK value is (36,55,0,15).

  • cyan value is 35.78%
  • magenta value is 54.59%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(36,55,0,15)
C36M55Y0K15 
(36%,55%,0%,15%)
(0.36/0.55/0.00/0.15)	

CMYK percentages

%35.78
%54.59
%0
%14.51

Codes

Color #8C63DA in popluar color models

8C63DA
RGB14099218
HSL261°61.66%62.16%
HSB/HSV261°54.59%85.49%
CMYK35.78%54.59%0.00%
14.51%

Color #8C63DA in popluar number systems.

HEX8C63DA
Decimal14099218
Binary10001100110001111011010
Octal214143332

Shades and tints

Shades of #8C63DA

#8C63DA
(140,99,218)
#805AC7
(128,90,199)
#7451B4
(116,81,180)
#6848A1
(104,72,161)
#5C3F8E
(92,63,142)
#50367B
(80,54,123)
#442D68
(68,45,104)
#382455
(56,36,85)
#2C1B42
(44,27,66)
#20122F
(32,18,47)
#14091C
(20,9,28)
#000000
(0,0,0)

Tints of #8C63DA

#8C63DA
(140,99,218)
#9671DD
(150,113,221)
#A07FE0
(160,127,224)
#AA8DE3
(170,141,227)
#B49BE6
(180,155,230)
#BEA9E9
(190,169,233)
#C8B7EC
(200,183,236)
#D2C5EF
(210,197,239)
#DCD3F2
(220,211,242)
#E6E1F5
(230,225,245)
#F0EFF8
(240,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C63DA color. Also use rgb(140,99,218) instead hex code.

Text Font Color

.myTextColor { color: #8C63DA; }

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

This text font color is #8C63DA.


Background Color

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

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

This div background color is #8C63DA.


Border color

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

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

This div border color is #8C63DA.


Opacity

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

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

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

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

This text has shadow with #8C63DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C63DA on black background.


Color preview on white background

This text has color #8C63DA on white background.



Black color preview on #8C63DA background

This text has black color on #8C63DA background.


White color preview on #8C63DA background

This text has white color on #8C63DA background.