COLOR #8767AE

HEX: #8767AE
RGB: (135,103,174)

Color info

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

RGB color model

#8767AE color RGB value is (135,103,174).

  • red value is 135;
  • green value is 103;
  • blue value is 174.
RGB:
(135,103,174)
(53%,40%,68%)

RGB channels and saturation

R 135 of 255 = 53%
G 103 of 255 = 40%
B 174 of 255 = 68%

135
103
174

R + G + B ~ 54%. #8767AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 103 + 174 = 412 (100%)
R 135 of 412 ~ 32.77%
G 103 of 412 ~ 25%
B 174 of 412 ~ 42.23%

%32.77
%25
%42.23

CMYK color model

#8767AE color CMYK value is (22,41,0,32).

  • cyan value is 22.41%
  • magenta value is 40.80%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(22,41,0,32)
C22M41Y0K32 
(22%,41%,0%,32%)
(0.22/0.41/0.00/0.32)	

CMYK percentages

%22.41
%40.8
%0
%31.76

Codes

Color #8767AE in popluar color models

8767AE
RGB135103174
HSL267°30.47%54.31%
HSB/HSV267°40.80%68.24%
CMYK22.41%40.80%0.00%
31.76%

Color #8767AE in popluar number systems.

HEX8767AE
Decimal135103174
Binary10000111110011110101110
Octal207147256

Shades and tints

Shades of #8767AE

#8767AE
(135,103,174)
#7B5E9F
(123,94,159)
#6F5590
(111,85,144)
#634C81
(99,76,129)
#574372
(87,67,114)
#4B3A63
(75,58,99)
#3F3154
(63,49,84)
#332845
(51,40,69)
#271F36
(39,31,54)
#1B1627
(27,22,39)
#0F0D18
(15,13,24)
#000000
(0,0,0)

Tints of #8767AE

#8767AE
(135,103,174)
#9174B5
(145,116,181)
#9B81BC
(155,129,188)
#A58EC3
(165,142,195)
#AF9BCA
(175,155,202)
#B9A8D1
(185,168,209)
#C3B5D8
(195,181,216)
#CDC2DF
(205,194,223)
#D7CFE6
(215,207,230)
#E1DCED
(225,220,237)
#EBE9F4
(235,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8767AE color. Also use rgb(135,103,174) instead hex code.

Text Font Color

.myTextColor { color: #8767AE; }

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

This text font color is #8767AE.


Background Color

.myBgColor { background-color: #8767AE; }

<div style="background-color:#8767AE">Inner text</div>

This div background color is #8767AE.


Border color

.myBorderColor { border: 1px solid #8767AE; }

<div style="border:3px solid #8767AE">Div</div>

This div border color is #8767AE.


Opacity

.myOpacity80 { color: #8767AE; opacity: 0.8; }

<p style="color:#8767AE;opacity:0.8;">80%</p>

Text with #8767AE 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 #8767AE;}

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

This text has shadow with #8767AE color.

.textShadow {text-shadow: 3px 3px 1px #8767AE, 3px 3px 1px red;}

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

This text has shadow with #8767AE primary color and red secondary color.


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

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

This text has shadow with #8767AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8767AE on black background.


Color preview on white background

This text has color #8767AE on white background.



Black color preview on #8767AE background

This text has black color on #8767AE background.


White color preview on #8767AE background

This text has white color on #8767AE background.