COLOR #8760B0

HEX: #8760B0
RGB: (135,96,176)

Color info

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

RGB color model

#8760B0 color RGB value is (135,96,176).

  • red value is 135;
  • green value is 96;
  • blue value is 176.
RGB:
(135,96,176)
(53%,38%,69%)

RGB channels and saturation

R 135 of 255 = 53%
G 96 of 255 = 38%
B 176 of 255 = 69%

135
96
176

R + G + B ~ 53%. #8760B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 96 + 176 = 407 (100%)
R 135 of 407 ~ 33.17%
G 96 of 407 ~ 23.59%
B 176 of 407 ~ 43.24%

%33.17
%23.59
%43.24

CMYK color model

#8760B0 color CMYK value is (23,45,0,31).

  • cyan value is 23.30%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(23,45,0,31)
C23M45Y0K31 
(23%,45%,0%,31%)
(0.23/0.45/0.00/0.31)	

CMYK percentages

%23.3
%45.45
%0
%30.98

Codes

Color #8760B0 in popluar color models

8760B0
RGB13596176
HSL269°33.61%53.33%
HSB/HSV269°45.45%69.02%
CMYK23.30%45.45%0.00%
30.98%

Color #8760B0 in popluar number systems.

HEX8760B0
Decimal13596176
Binary10000111110000010110000
Octal207140260

Shades and tints

Shades of #8760B0

#8760B0
(135,96,176)
#7B58A0
(123,88,160)
#6F5090
(111,80,144)
#634880
(99,72,128)
#574070
(87,64,112)
#4B3860
(75,56,96)
#3F3050
(63,48,80)
#332840
(51,40,64)
#272030
(39,32,48)
#1B1820
(27,24,32)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #8760B0

#8760B0
(135,96,176)
#916EB7
(145,110,183)
#9B7CBE
(155,124,190)
#A58AC5
(165,138,197)
#AF98CC
(175,152,204)
#B9A6D3
(185,166,211)
#C3B4DA
(195,180,218)
#CDC2E1
(205,194,225)
#D7D0E8
(215,208,232)
#E1DEEF
(225,222,239)
#EBECF6
(235,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8760B0 color. Also use rgb(135,96,176) instead hex code.

Text Font Color

.myTextColor { color: #8760B0; }

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

This text font color is #8760B0.


Background Color

.myBgColor { background-color: #8760B0; }

<div style="background-color:#8760B0">Inner text</div>

This div background color is #8760B0.


Border color

.myBorderColor { border: 1px solid #8760B0; }

<div style="border:3px solid #8760B0">Div</div>

This div border color is #8760B0.


Opacity

.myOpacity80 { color: #8760B0; opacity: 0.8; }

<p style="color:#8760B0;opacity:0.8;">80%</p>

Text with #8760B0 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 #8760B0;}

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

This text has shadow with #8760B0 color.

.textShadow {text-shadow: 3px 3px 1px #8760B0, 3px 3px 1px red;}

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

This text has shadow with #8760B0 primary color and red secondary color.


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

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

This text has shadow with #8760B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8760B0 on black background.


Color preview on white background

This text has color #8760B0 on white background.



Black color preview on #8760B0 background

This text has black color on #8760B0 background.


White color preview on #8760B0 background

This text has white color on #8760B0 background.