COLOR #8A759B

HEX: #8A759B RGB: (138,117,155)

Color info

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

RGB color model

#8A759B color RGB value is (138,117,155).

RGB: (138,117,155) (54%, 46%, 61%)

RGB channels and saturation

R 138 of 255 = 54%
G 117 of 255 = 46%
B 155 of 255 = 61%

138
117
155

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

Portions of RGB colors in percentages

R + G + B = 138 + 117 + 155 = 410 (100%)
R 138 of 410 ~ 33.66%
G 117 of 410 ~ 28.54%
B 155 of 410 ~ 37.8'%

%33.66
%28.54
%37.8

CMYK color model

#8A759B color CMYK value is (11,25,0,39).

  • cyan value is 10.97%
  • magenta value is 24.52%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK: (11,25,0,39) C11M25Y0K39 (11%,25%,0%,39%) (0.11/0.25/0.00/0.39) 

CMYK percentages

%10.97
%24.52
%0
%39.22

Codes

Color #8A759B in popluar color models

8A 75 9B
RGB 138 117 155
HSL 273° 15.97% 53.33%
HSB/HSV 273° 24.52% 60.78%
CMYK 10.97% 24.52% 0.00%
39.22%

Color #8A759B in popluar number systems.

HEX 8A 75 9B
Decimal 138 117 155
Binary 10001010 1110101 10011011
Octal 212 165 233

Shades and tints

Shades of #8A759B

#8A759B
(138,117,155)
#7E6B8D
(126,107,141)
#72617F
(114,97,127)
#665771
(102,87,113)
#5A4D63
(90,77,99)
#4E4355
(78,67,85)
#423947
(66,57,71)
#362F39
(54,47,57)
#2A252B
(42,37,43)
#1E1B1D
(30,27,29)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #8A759B

#8A759B
(138,117,155)
#9481A4
(148,129,164)
#9E8DAD
(158,141,173)
#A899B6
(168,153,182)
#B2A5BF
(178,165,191)
#BCB1C8
(188,177,200)
#C6BDD1
(198,189,209)
#D0C9DA
(208,201,218)
#DAD5E3
(218,213,227)
#E4E1EC
(228,225,236)
#EEEDF5
(238,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A759B; }

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

This text font color is #8A759B.

Background Color

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

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

This div background color is #8A759B.

Border color

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

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

This div border color is #8A759B.

Opacity

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

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

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

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

This text has shadow with #8A759B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A759B.

Preview

Color preview on black background

This text has color #8A759B on black background.


Color preview on white background

This text has color #8A759B on white background.


Black color preview on #8A759B background

This text has black color on #8A759B background.


White color preview on #8A759B background

This text has white color on #8A759B background.


Related colors

Complementary color

Complementary color for #hex is #758A64.


I love getcolorcode.com

Triadic colors

1 #9B8A75 and #759B8A with #8A759B are triadic colors.

2 #9B758A and #758A9B with #8A759B are triadic colors.