COLOR #8A75A9

HEX: #8A75A9
RGB: (138,117,169)

Color info

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

RGB color model

#8A75A9 color RGB value is (138,117,169).

  • red value is 138;
  • green value is 117;
  • blue value is 169.
RGB:
(138,117,169)
(54%,46%,66%)

RGB channels and saturation

R 138 of 255 = 54%
G 117 of 255 = 46%
B 169 of 255 = 66%

138
117
169

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

Portions of RGB colors in percentages

R + G + B =
138 + 117 + 169 = 424 (100%)
R 138 of 424 ~ 32.55%
G 117 of 424 ~ 27.59%
B 169 of 424 ~ 39.86%

%32.55
%27.59
%39.86

CMYK color model

#8A75A9 color CMYK value is (18,31,0,34).

  • cyan value is 18.34%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(18,31,0,34)
C18M31Y0K34 
(18%,31%,0%,34%)
(0.18/0.31/0.00/0.34)	

CMYK percentages

%18.34
%30.77
%0
%33.73

Codes

Color #8A75A9 in popluar color models

8A75A9
RGB138117169
HSL264°23.21%56.08%
HSB/HSV264°30.77%66.27%
CMYK18.34%30.77%0.00%
33.73%

Color #8A75A9 in popluar number systems.

HEX8A75A9
Decimal138117169
Binary10001010111010110101001
Octal212165251

Shades and tints

Shades of #8A75A9

#8A75A9
(138,117,169)
#7E6B9A
(126,107,154)
#72618B
(114,97,139)
#66577C
(102,87,124)
#5A4D6D
(90,77,109)
#4E435E
(78,67,94)
#42394F
(66,57,79)
#362F40
(54,47,64)
#2A2531
(42,37,49)
#1E1B22
(30,27,34)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #8A75A9

#8A75A9
(138,117,169)
#9481B0
(148,129,176)
#9E8DB7
(158,141,183)
#A899BE
(168,153,190)
#B2A5C5
(178,165,197)
#BCB1CC
(188,177,204)
#C6BDD3
(198,189,211)
#D0C9DA
(208,201,218)
#DAD5E1
(218,213,225)
#E4E1E8
(228,225,232)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A75A9 color. Also use rgb(138,117,169) instead hex code.

Text Font Color

.myTextColor { color: #8A75A9; }

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

This text font color is #8A75A9.


Background Color

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

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

This div background color is #8A75A9.


Border color

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

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

This div border color is #8A75A9.


Opacity

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

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

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

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

This text has shadow with #8A75A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A75A9 on black background.


Color preview on white background

This text has color #8A75A9 on white background.



Black color preview on #8A75A9 background

This text has black color on #8A75A9 background.


White color preview on #8A75A9 background

This text has white color on #8A75A9 background.