COLOR #8B78B3

HEX: #8B78B3
RGB: (139,120,179)

Color info

#8B78B3 contains red, green and blue colors in about the same proportion. Web safe color of #8B78B3 is #996699 (or #969).

RGB color model

#8B78B3 color RGB value is (139,120,179).

  • red value is 139;
  • green value is 120;
  • blue value is 179.
RGB:
(139,120,179)
(55%,47%,70%)

RGB channels and saturation

R 139 of 255 = 55%
G 120 of 255 = 47%
B 179 of 255 = 70%

139
120
179

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

Portions of RGB colors in percentages

R + G + B =
139 + 120 + 179 = 438 (100%)
R 139 of 438 ~ 31.74%
G 120 of 438 ~ 27.4%
B 179 of 438 ~ 40.87%

%31.74
%27.4
%40.87

CMYK color model

#8B78B3 color CMYK value is (22,33,0,30).

  • cyan value is 22.35%
  • magenta value is 32.96%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(22,33,0,30)
C22M33Y0K30 
(22%,33%,0%,30%)
(0.22/0.33/0.00/0.30)	

CMYK percentages

%22.35
%32.96
%0
%29.8

Codes

Color #8B78B3 in popluar color models

8B78B3
RGB139120179
HSL259°27.96%58.63%
HSB/HSV259°32.96%70.20%
CMYK22.35%32.96%0.00%
29.80%

Color #8B78B3 in popluar number systems.

HEX8B78B3
Decimal139120179
Binary10001011111100010110011
Octal213170263

Shades and tints

Shades of #8B78B3

#8B78B3
(139,120,179)
#7F6EA3
(127,110,163)
#736493
(115,100,147)
#675A83
(103,90,131)
#5B5073
(91,80,115)
#4F4663
(79,70,99)
#433C53
(67,60,83)
#373243
(55,50,67)
#2B2833
(43,40,51)
#1F1E23
(31,30,35)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #8B78B3

#8B78B3
(139,120,179)
#9584B9
(149,132,185)
#9F90BF
(159,144,191)
#A99CC5
(169,156,197)
#B3A8CB
(179,168,203)
#BDB4D1
(189,180,209)
#C7C0D7
(199,192,215)
#D1CCDD
(209,204,221)
#DBD8E3
(219,216,227)
#E5E4E9
(229,228,233)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B78B3 color. Also use rgb(139,120,179) instead hex code.

Text Font Color

.myTextColor { color: #8B78B3; }

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

This text font color is #8B78B3.


Background Color

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

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

This div background color is #8B78B3.


Border color

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

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

This div border color is #8B78B3.


Opacity

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

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

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

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

This text has shadow with #8B78B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B78B3 on black background.


Color preview on white background

This text has color #8B78B3 on white background.



Black color preview on #8B78B3 background

This text has black color on #8B78B3 background.


White color preview on #8B78B3 background

This text has white color on #8B78B3 background.