COLOR #8C73B8

HEX: #8C73B8
RGB: (140,115,184)

Color info

#8C73B8 contains mainly red and blue colors. Web safe color of #8C73B8 is #9966CC (or #96C).

RGB color model

#8C73B8 color RGB value is (140,115,184).

  • red value is 140;
  • green value is 115;
  • blue value is 184.
RGB:
(140,115,184)
(55%,45%,72%)

RGB channels and saturation

R 140 of 255 = 55%
G 115 of 255 = 45%
B 184 of 255 = 72%

140
115
184

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

Portions of RGB colors in percentages

R + G + B =
140 + 115 + 184 = 439 (100%)
R 140 of 439 ~ 31.89%
G 115 of 439 ~ 26.2%
B 184 of 439 ~ 41.91%

%31.89
%26.2
%41.91

CMYK color model

#8C73B8 color CMYK value is (24,38,0,28).

  • cyan value is 23.91%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(24,38,0,28)
C24M38Y0K28 
(24%,38%,0%,28%)
(0.24/0.38/0.00/0.28)	

CMYK percentages

%23.91
%37.5
%0
%27.84

Codes

Color #8C73B8 in popluar color models

8C73B8
RGB140115184
HSL262°32.70%58.63%
HSB/HSV262°37.50%72.16%
CMYK23.91%37.50%0.00%
27.84%

Color #8C73B8 in popluar number systems.

HEX8C73B8
Decimal140115184
Binary10001100111001110111000
Octal214163270

Shades and tints

Shades of #8C73B8

#8C73B8
(140,115,184)
#8069A8
(128,105,168)
#745F98
(116,95,152)
#685588
(104,85,136)
#5C4B78
(92,75,120)
#504168
(80,65,104)
#443758
(68,55,88)
#382D48
(56,45,72)
#2C2338
(44,35,56)
#201928
(32,25,40)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #8C73B8

#8C73B8
(140,115,184)
#967FBE
(150,127,190)
#A08BC4
(160,139,196)
#AA97CA
(170,151,202)
#B4A3D0
(180,163,208)
#BEAFD6
(190,175,214)
#C8BBDC
(200,187,220)
#D2C7E2
(210,199,226)
#DCD3E8
(220,211,232)
#E6DFEE
(230,223,238)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C73B8 color. Also use rgb(140,115,184) instead hex code.

Text Font Color

.myTextColor { color: #8C73B8; }

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

This text font color is #8C73B8.


Background Color

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

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

This div background color is #8C73B8.


Border color

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

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

This div border color is #8C73B8.


Opacity

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

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

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

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

This text has shadow with #8C73B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C73B8 on black background.


Color preview on white background

This text has color #8C73B8 on white background.



Black color preview on #8C73B8 background

This text has black color on #8C73B8 background.


White color preview on #8C73B8 background

This text has white color on #8C73B8 background.