COLOR #8E75AF

HEX: #8E75AF
RGB: (142,117,175)

Color info

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

RGB color model

#8E75AF color RGB value is (142,117,175).

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

RGB channels and saturation

R 142 of 255 = 56%
G 117 of 255 = 46%
B 175 of 255 = 69%

142
117
175

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

Portions of RGB colors in percentages

R + G + B =
142 + 117 + 175 = 434 (100%)
R 142 of 434 ~ 32.72%
G 117 of 434 ~ 26.96%
B 175 of 434 ~ 40.32%

%32.72
%26.96
%40.32

CMYK color model

#8E75AF color CMYK value is (19,33,0,31).

  • cyan value is 18.86%
  • magenta value is 33.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(19,33,0,31)
C19M33Y0K31 
(19%,33%,0%,31%)
(0.19/0.33/0.00/0.31)	

CMYK percentages

%18.86
%33.14
%0
%31.37

Codes

Color #8E75AF in popluar color models

8E75AF
RGB142117175
HSL266°26.61%57.25%
HSB/HSV266°33.14%68.63%
CMYK18.86%33.14%0.00%
31.37%

Color #8E75AF in popluar number systems.

HEX8E75AF
Decimal142117175
Binary10001110111010110101111
Octal216165257

Shades and tints

Shades of #8E75AF

#8E75AF
(142,117,175)
#826BA0
(130,107,160)
#766191
(118,97,145)
#6A5782
(106,87,130)
#5E4D73
(94,77,115)
#524364
(82,67,100)
#463955
(70,57,85)
#3A2F46
(58,47,70)
#2E2537
(46,37,55)
#221B28
(34,27,40)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #8E75AF

#8E75AF
(142,117,175)
#9881B6
(152,129,182)
#A28DBD
(162,141,189)
#AC99C4
(172,153,196)
#B6A5CB
(182,165,203)
#C0B1D2
(192,177,210)
#CABDD9
(202,189,217)
#D4C9E0
(212,201,224)
#DED5E7
(222,213,231)
#E8E1EE
(232,225,238)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E75AF; }

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

This text font color is #8E75AF.


Background Color

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

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

This div background color is #8E75AF.


Border color

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

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

This div border color is #8E75AF.


Opacity

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

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

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

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

This text has shadow with #8E75AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E75AF on black background.


Color preview on white background

This text has color #8E75AF on white background.



Black color preview on #8E75AF background

This text has black color on #8E75AF background.


White color preview on #8E75AF background

This text has white color on #8E75AF background.