COLOR #8A7093

HEX: #8A7093 RGB: (138,112,147)

Color info

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

RGB color model

#8A7093 color RGB value is (138,112,147).

RGB: (138,112,147) (54%, 44%, 58%)

RGB channels and saturation

R 138 of 255 = 54%
G 112 of 255 = 44%
B 147 of 255 = 58%

138
112
147

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

Portions of RGB colors in percentages

R + G + B = 138 + 112 + 147 = 397 (100%)
R 138 of 397 ~ 34.76%
G 112 of 397 ~ 28.21%
B 147 of 397 ~ 37.03'%

%34.76
%28.21
%37.03

CMYK color model

#8A7093 color CMYK value is (6,24,0,42).

  • cyan value is 6.12%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (6,24,0,42)
C6M24Y0K42 (6%, 24%, 0%, 42%)
(0.06 / 0.24 / 0.00 / 0.42)

CMYK percentages

%6.12
%23.81
%0
%42.35

Codes

Color #8A7093 in popluar color models

8A 70 93
RGB 138 112 147
HSL 285° 13.94% 50.78%
HSB/HSV 285° 23.81% 57.65%
CMYK 6.12% 23.81% 0.00%
42.35%

Color #8A7093 in popluar number systems.

HEX 8A 70 93
Decimal 138 112 147
Binary 10001010 1110000 10010011
Octal 212 160 223

Shades and tints

Shades of #8A7093

#8A7093
(138,112,147)
#7E6686
(126,102,134)
#725C79
(114,92,121)
#66526C
(102,82,108)
#5A485F
(90,72,95)
#4E3E52
(78,62,82)
#423445
(66,52,69)
#362A38
(54,42,56)
#2A202B
(42,32,43)
#1E161E
(30,22,30)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #8A7093

#8A7093
(138,112,147)
#947D9C
(148,125,156)
#9E8AA5
(158,138,165)
#A897AE
(168,151,174)
#B2A4B7
(178,164,183)
#BCB1C0
(188,177,192)
#C6BEC9
(198,190,201)
#D0CBD2
(208,203,210)
#DAD8DB
(218,216,219)
#E4E5E4
(228,229,228)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7093 color. Also use rgb(138,112,147) instead hex code.

Text Font Color

.myTextColor { color: #8A7093; }

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

This text font color is #8A7093.

Background Color

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

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

This div background color is #8A7093.

Border color

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

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

This div border color is #8A7093.

Opacity

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

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

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

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

This text has shadow with #8A7093 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A7093.

Preview

Color preview on black background

This text has color #8A7093 on black background.


Color preview on white background

This text has color #8A7093 on white background.


Black color preview on #8A7093 background

This text has black color on #8A7093 background.


White color preview on #8A7093 background

This text has white color on #8A7093 background.


Related colors

Complementary color

Complementary color for #hex is #758F6C.


I love getcolorcode.com

Triadic colors

1 #938A70 and #70938A with #8A7093 are triadic colors.

2 #93708A and #708A93 with #8A7093 are triadic colors.