COLOR #8E75AA

HEX: #8E75AA
RGB: (142,117,170)

Color info

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

RGB color model

#8E75AA color RGB value is (142,117,170).

  • red value is 142;
  • green value is 117;
  • blue value is 170.
RGB:
(142,117,170)
(56%,46%,67%)

RGB channels and saturation

R 142 of 255 = 56%
G 117 of 255 = 46%
B 170 of 255 = 67%

142
117
170

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

Portions of RGB colors in percentages

R + G + B =
142 + 117 + 170 = 429 (100%)
R 142 of 429 ~ 33.1%
G 117 of 429 ~ 27.27%
B 170 of 429 ~ 39.63%

%33.1
%27.27
%39.63

CMYK color model

#8E75AA color CMYK value is (16,31,0,33).

  • cyan value is 16.47%
  • magenta value is 31.18%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(16,31,0,33)
C16M31Y0K33 
(16%,31%,0%,33%)
(0.16/0.31/0.00/0.33)	

CMYK percentages

%16.47
%31.18
%0
%33.33

Codes

Color #8E75AA in popluar color models

8E75AA
RGB142117170
HSL268°23.77%56.27%
HSB/HSV268°31.18%66.67%
CMYK16.47%31.18%0.00%
33.33%

Color #8E75AA in popluar number systems.

HEX8E75AA
Decimal142117170
Binary10001110111010110101010
Octal216165252

Shades and tints

Shades of #8E75AA

#8E75AA
(142,117,170)
#826B9B
(130,107,155)
#76618C
(118,97,140)
#6A577D
(106,87,125)
#5E4D6E
(94,77,110)
#52435F
(82,67,95)
#463950
(70,57,80)
#3A2F41
(58,47,65)
#2E2532
(46,37,50)
#221B23
(34,27,35)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #8E75AA

#8E75AA
(142,117,170)
#9881B1
(152,129,177)
#A28DB8
(162,141,184)
#AC99BF
(172,153,191)
#B6A5C6
(182,165,198)
#C0B1CD
(192,177,205)
#CABDD4
(202,189,212)
#D4C9DB
(212,201,219)
#DED5E2
(222,213,226)
#E8E1E9
(232,225,233)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E75AA color. Also use rgb(142,117,170) instead hex code.

Text Font Color

.myTextColor { color: #8E75AA; }

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

This text font color is #8E75AA.


Background Color

.myBgColor { background-color: #8E75AA; }

<div style="background-color:#8E75AA">Inner text</div>

This div background color is #8E75AA.


Border color

.myBorderColor { border: 1px solid #8E75AA; }

<div style="border:3px solid #8E75AA">Div</div>

This div border color is #8E75AA.


Opacity

.myOpacity80 { color: #8E75AA; opacity: 0.8; }

<p style="color:#8E75AA;opacity:0.8;">80%</p>

Text with #8E75AA 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 #8E75AA;}

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

This text has shadow with #8E75AA color.

.textShadow {text-shadow: 3px 3px 1px #8E75AA, 3px 3px 1px red;}

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

This text has shadow with #8E75AA primary color and red secondary color.


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

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

This text has shadow with #8E75AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E75AA on black background.


Color preview on white background

This text has color #8E75AA on white background.



Black color preview on #8E75AA background

This text has black color on #8E75AA background.


White color preview on #8E75AA background

This text has white color on #8E75AA background.