COLOR #8780B1

HEX: #8780B1
RGB: (135,128,177)

Color info

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

RGB color model

#8780B1 color RGB value is (135,128,177).

  • red value is 135;
  • green value is 128;
  • blue value is 177.
RGB:
(135,128,177)
(53%,50%,69%)

RGB channels and saturation

R 135 of 255 = 53%
G 128 of 255 = 50%
B 177 of 255 = 69%

135
128
177

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

Portions of RGB colors in percentages

R + G + B =
135 + 128 + 177 = 440 (100%)
R 135 of 440 ~ 30.68%
G 128 of 440 ~ 29.09%
B 177 of 440 ~ 40.23%

%30.68
%29.09
%40.23

CMYK color model

#8780B1 color CMYK value is (24,28,0,31).

  • cyan value is 23.73%
  • magenta value is 27.68%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(24,28,0,31)
C24M28Y0K31 
(24%,28%,0%,31%)
(0.24/0.28/0.00/0.31)	

CMYK percentages

%23.73
%27.68
%0
%30.59

Codes

Color #8780B1 in popluar color models

8780B1
RGB135128177
HSL249°23.90%59.80%
HSB/HSV249°27.68%69.41%
CMYK23.73%27.68%0.00%
30.59%

Color #8780B1 in popluar number systems.

HEX8780B1
Decimal135128177
Binary100001111000000010110001
Octal207200261

Shades and tints

Shades of #8780B1

#8780B1
(135,128,177)
#7B75A1
(123,117,161)
#6F6A91
(111,106,145)
#635F81
(99,95,129)
#575471
(87,84,113)
#4B4961
(75,73,97)
#3F3E51
(63,62,81)
#333341
(51,51,65)
#272831
(39,40,49)
#1B1D21
(27,29,33)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #8780B1

#8780B1
(135,128,177)
#918BB8
(145,139,184)
#9B96BF
(155,150,191)
#A5A1C6
(165,161,198)
#AFACCD
(175,172,205)
#B9B7D4
(185,183,212)
#C3C2DB
(195,194,219)
#CDCDE2
(205,205,226)
#D7D8E9
(215,216,233)
#E1E3F0
(225,227,240)
#EBEEF7
(235,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8780B1 color. Also use rgb(135,128,177) instead hex code.

Text Font Color

.myTextColor { color: #8780B1; }

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

This text font color is #8780B1.


Background Color

.myBgColor { background-color: #8780B1; }

<div style="background-color:#8780B1">Inner text</div>

This div background color is #8780B1.


Border color

.myBorderColor { border: 1px solid #8780B1; }

<div style="border:3px solid #8780B1">Div</div>

This div border color is #8780B1.


Opacity

.myOpacity80 { color: #8780B1; opacity: 0.8; }

<p style="color:#8780B1;opacity:0.8;">80%</p>

Text with #8780B1 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 #8780B1;}

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

This text has shadow with #8780B1 color.

.textShadow {text-shadow: 3px 3px 1px #8780B1, 3px 3px 1px red;}

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

This text has shadow with #8780B1 primary color and red secondary color.


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

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

This text has shadow with #8780B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8780B1 on black background.


Color preview on white background

This text has color #8780B1 on white background.



Black color preview on #8780B1 background

This text has black color on #8780B1 background.


White color preview on #8780B1 background

This text has white color on #8780B1 background.