COLOR #8775B5

HEX: #8775B5
RGB: (135,117,181)

Color info

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

RGB color model

#8775B5 color RGB value is (135,117,181).

  • red value is 135;
  • green value is 117;
  • blue value is 181.
RGB:
(135,117,181)
(53%,46%,71%)

RGB channels and saturation

R 135 of 255 = 53%
G 117 of 255 = 46%
B 181 of 255 = 71%

135
117
181

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

Portions of RGB colors in percentages

R + G + B =
135 + 117 + 181 = 433 (100%)
R 135 of 433 ~ 31.18%
G 117 of 433 ~ 27.02%
B 181 of 433 ~ 41.8%

%31.18
%27.02
%41.8

CMYK color model

#8775B5 color CMYK value is (25,35,0,29).

  • cyan value is 25.41%
  • magenta value is 35.36%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(25,35,0,29)
C25M35Y0K29 
(25%,35%,0%,29%)
(0.25/0.35/0.00/0.29)	

CMYK percentages

%25.41
%35.36
%0
%29.02

Codes

Color #8775B5 in popluar color models

8775B5
RGB135117181
HSL257°30.19%58.43%
HSB/HSV257°35.36%70.98%
CMYK25.41%35.36%0.00%
29.02%

Color #8775B5 in popluar number systems.

HEX8775B5
Decimal135117181
Binary10000111111010110110101
Octal207165265

Shades and tints

Shades of #8775B5

#8775B5
(135,117,181)
#7B6BA5
(123,107,165)
#6F6195
(111,97,149)
#635785
(99,87,133)
#574D75
(87,77,117)
#4B4365
(75,67,101)
#3F3955
(63,57,85)
#332F45
(51,47,69)
#272535
(39,37,53)
#1B1B25
(27,27,37)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #8775B5

#8775B5
(135,117,181)
#9181BB
(145,129,187)
#9B8DC1
(155,141,193)
#A599C7
(165,153,199)
#AFA5CD
(175,165,205)
#B9B1D3
(185,177,211)
#C3BDD9
(195,189,217)
#CDC9DF
(205,201,223)
#D7D5E5
(215,213,229)
#E1E1EB
(225,225,235)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8775B5 color. Also use rgb(135,117,181) instead hex code.

Text Font Color

.myTextColor { color: #8775B5; }

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

This text font color is #8775B5.


Background Color

.myBgColor { background-color: #8775B5; }

<div style="background-color:#8775B5">Inner text</div>

This div background color is #8775B5.


Border color

.myBorderColor { border: 1px solid #8775B5; }

<div style="border:3px solid #8775B5">Div</div>

This div border color is #8775B5.


Opacity

.myOpacity80 { color: #8775B5; opacity: 0.8; }

<p style="color:#8775B5;opacity:0.8;">80%</p>

Text with #8775B5 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 #8775B5;}

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

This text has shadow with #8775B5 color.

.textShadow {text-shadow: 3px 3px 1px #8775B5, 3px 3px 1px red;}

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

This text has shadow with #8775B5 primary color and red secondary color.


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

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

This text has shadow with #8775B5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8775B5 on black background.


Color preview on white background

This text has color #8775B5 on white background.



Black color preview on #8775B5 background

This text has black color on #8775B5 background.


White color preview on #8775B5 background

This text has white color on #8775B5 background.