COLOR #8773B1

HEX: #8773B1
RGB: (135,115,177)

Color info

#8773B1 contains mainly red and blue colors. Web safe color of #8773B1 is #996699 (or #969).

RGB color model

#8773B1 color RGB value is (135,115,177).

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

RGB channels and saturation

R 135 of 255 = 53%
G 115 of 255 = 45%
B 177 of 255 = 69%

135
115
177

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

Portions of RGB colors in percentages

R + G + B =
135 + 115 + 177 = 427 (100%)
R 135 of 427 ~ 31.62%
G 115 of 427 ~ 26.93%
B 177 of 427 ~ 41.45%

%31.62
%26.93
%41.45

CMYK color model

#8773B1 color CMYK value is (24,35,0,31).

  • cyan value is 23.73%
  • magenta value is 35.03%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(24,35,0,31)
C24M35Y0K31 
(24%,35%,0%,31%)
(0.24/0.35/0.00/0.31)	

CMYK percentages

%23.73
%35.03
%0
%30.59

Codes

Color #8773B1 in popluar color models

8773B1
RGB135115177
HSL259°28.44%57.25%
HSB/HSV259°35.03%69.41%
CMYK23.73%35.03%0.00%
30.59%

Color #8773B1 in popluar number systems.

HEX8773B1
Decimal135115177
Binary10000111111001110110001
Octal207163261

Shades and tints

Shades of #8773B1

#8773B1
(135,115,177)
#7B69A1
(123,105,161)
#6F5F91
(111,95,145)
#635581
(99,85,129)
#574B71
(87,75,113)
#4B4161
(75,65,97)
#3F3751
(63,55,81)
#332D41
(51,45,65)
#272331
(39,35,49)
#1B1921
(27,25,33)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #8773B1

#8773B1
(135,115,177)
#917FB8
(145,127,184)
#9B8BBF
(155,139,191)
#A597C6
(165,151,198)
#AFA3CD
(175,163,205)
#B9AFD4
(185,175,212)
#C3BBDB
(195,187,219)
#CDC7E2
(205,199,226)
#D7D3E9
(215,211,233)
#E1DFF0
(225,223,240)
#EBEBF7
(235,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8773B1; }

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

This text font color is #8773B1.


Background Color

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

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

This div background color is #8773B1.


Border color

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

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

This div border color is #8773B1.


Opacity

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

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

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

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

This text has shadow with #8773B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8773B1 on black background.


Color preview on white background

This text has color #8773B1 on white background.



Black color preview on #8773B1 background

This text has black color on #8773B1 background.


White color preview on #8773B1 background

This text has white color on #8773B1 background.