COLOR #8A7DA7

HEX: #8A7DA7
RGB: (138,125,167)

Color info

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

RGB color model

#8A7DA7 color RGB value is (138,125,167).

  • red value is 138;
  • green value is 125;
  • blue value is 167.
RGB:
(138,125,167)
(54%,49%,65%)

RGB channels and saturation

R 138 of 255 = 54%
G 125 of 255 = 49%
B 167 of 255 = 65%

138
125
167

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

Portions of RGB colors in percentages

R + G + B =
138 + 125 + 167 = 430 (100%)
R 138 of 430 ~ 32.09%
G 125 of 430 ~ 29.07%
B 167 of 430 ~ 38.84%

%32.09
%29.07
%38.84

CMYK color model

#8A7DA7 color CMYK value is (17,25,0,35).

  • cyan value is 17.37%
  • magenta value is 25.15%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(17,25,0,35)
C17M25Y0K35 
(17%,25%,0%,35%)
(0.17/0.25/0.00/0.35)	

CMYK percentages

%17.37
%25.15
%0
%34.51

Codes

Color #8A7DA7 in popluar color models

8A7DA7
RGB138125167
HSL259°19.27%57.25%
HSB/HSV259°25.15%65.49%
CMYK17.37%25.15%0.00%
34.51%

Color #8A7DA7 in popluar number systems.

HEX8A7DA7
Decimal138125167
Binary10001010111110110100111
Octal212175247

Shades and tints

Shades of #8A7DA7

#8A7DA7
(138,125,167)
#7E7298
(126,114,152)
#726789
(114,103,137)
#665C7A
(102,92,122)
#5A516B
(90,81,107)
#4E465C
(78,70,92)
#423B4D
(66,59,77)
#36303E
(54,48,62)
#2A252F
(42,37,47)
#1E1A20
(30,26,32)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #8A7DA7

#8A7DA7
(138,125,167)
#9488AF
(148,136,175)
#9E93B7
(158,147,183)
#A89EBF
(168,158,191)
#B2A9C7
(178,169,199)
#BCB4CF
(188,180,207)
#C6BFD7
(198,191,215)
#D0CADF
(208,202,223)
#DAD5E7
(218,213,231)
#E4E0EF
(228,224,239)
#EEEBF7
(238,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7DA7 color. Also use rgb(138,125,167) instead hex code.

Text Font Color

.myTextColor { color: #8A7DA7; }

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

This text font color is #8A7DA7.


Background Color

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

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

This div background color is #8A7DA7.


Border color

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

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

This div border color is #8A7DA7.


Opacity

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

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

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

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

This text has shadow with #8A7DA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7DA7 on black background.


Color preview on white background

This text has color #8A7DA7 on white background.



Black color preview on #8A7DA7 background

This text has black color on #8A7DA7 background.


White color preview on #8A7DA7 background

This text has white color on #8A7DA7 background.