COLOR #8770A1

HEX: #8770A1
RGB: (135,112,161)

Color info

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

RGB color model

#8770A1 color RGB value is (135,112,161).

  • red value is 135;
  • green value is 112;
  • blue value is 161.
RGB:
(135,112,161)
(53%,44%,63%)

RGB channels and saturation

R 135 of 255 = 53%
G 112 of 255 = 44%
B 161 of 255 = 63%

135
112
161

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

Portions of RGB colors in percentages

R + G + B =
135 + 112 + 161 = 408 (100%)
R 135 of 408 ~ 33.09%
G 112 of 408 ~ 27.45%
B 161 of 408 ~ 39.46%

%33.09
%27.45
%39.46

CMYK color model

#8770A1 color CMYK value is (16,30,0,37).

  • cyan value is 16.15%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(16,30,0,37)
C16M30Y0K37 
(16%,30%,0%,37%)
(0.16/0.30/0.00/0.37)	

CMYK percentages

%16.15
%30.43
%0
%36.86

Codes

Color #8770A1 in popluar color models

8770A1
RGB135112161
HSL268°20.68%53.53%
HSB/HSV268°30.43%63.14%
CMYK16.15%30.43%0.00%
36.86%

Color #8770A1 in popluar number systems.

HEX8770A1
Decimal135112161
Binary10000111111000010100001
Octal207160241

Shades and tints

Shades of #8770A1

#8770A1
(135,112,161)
#7B6693
(123,102,147)
#6F5C85
(111,92,133)
#635277
(99,82,119)
#574869
(87,72,105)
#4B3E5B
(75,62,91)
#3F344D
(63,52,77)
#332A3F
(51,42,63)
#272031
(39,32,49)
#1B1623
(27,22,35)
#0F0C15
(15,12,21)
#000000
(0,0,0)

Tints of #8770A1

#8770A1
(135,112,161)
#917DA9
(145,125,169)
#9B8AB1
(155,138,177)
#A597B9
(165,151,185)
#AFA4C1
(175,164,193)
#B9B1C9
(185,177,201)
#C3BED1
(195,190,209)
#CDCBD9
(205,203,217)
#D7D8E1
(215,216,225)
#E1E5E9
(225,229,233)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8770A1 color. Also use rgb(135,112,161) instead hex code.

Text Font Color

.myTextColor { color: #8770A1; }

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

This text font color is #8770A1.


Background Color

.myBgColor { background-color: #8770A1; }

<div style="background-color:#8770A1">Inner text</div>

This div background color is #8770A1.


Border color

.myBorderColor { border: 1px solid #8770A1; }

<div style="border:3px solid #8770A1">Div</div>

This div border color is #8770A1.


Opacity

.myOpacity80 { color: #8770A1; opacity: 0.8; }

<p style="color:#8770A1;opacity:0.8;">80%</p>

Text with #8770A1 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 #8770A1;}

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

This text has shadow with #8770A1 color.

.textShadow {text-shadow: 3px 3px 1px #8770A1, 3px 3px 1px red;}

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

This text has shadow with #8770A1 primary color and red secondary color.


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

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

This text has shadow with #8770A1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8770A1 on black background.


Color preview on white background

This text has color #8770A1 on white background.



Black color preview on #8770A1 background

This text has black color on #8770A1 background.


White color preview on #8770A1 background

This text has white color on #8770A1 background.