COLOR #8A487E

HEX: #8A487E
RGB: (138,72,126)

Color info

#8A487E contains mainly red and blue colors. Web safe color of #8A487E is #993366 (or #936).

RGB color model

#8A487E color RGB value is (138,72,126).

  • red value is 138;
  • green value is 72;
  • blue value is 126.
RGB:
(138,72,126)
(54%,28%,49%)

RGB channels and saturation

R 138 of 255 = 54%
G 72 of 255 = 28%
B 126 of 255 = 49%

138
72
126

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

Portions of RGB colors in percentages

R + G + B =
138 + 72 + 126 = 336 (100%)
R 138 of 336 ~ 41.07%
G 72 of 336 ~ 21.43%
B 126 of 336 ~ 37.5%

%41.07
%21.43
%37.5

CMYK color model

#8A487E color CMYK value is (0,48,9,46).

  • cyan value is 0.00%
  • magenta value is 47.83%
  • yellow value is 8.70%
  • key color value is 45.88%
CMYK:
(0,48,9,46)
C0M48Y9K46 
(0%,48%,9%,46%)
(0.00/0.48/0.09/0.46)	

CMYK percentages

%0
%47.83
%8.7
%45.88

Codes

Color #8A487E in popluar color models

8A487E
RGB13872126
HSL311°31.43%41.18%
HSB/HSV311°47.83%54.12%
CMYK0.00%47.83%8.70%
45.88%

Color #8A487E in popluar number systems.

HEX8A487E
Decimal13872126
Binary1000101010010001111110
Octal212110176

Shades and tints

Shades of #8A487E

#8A487E
(138,72,126)
#7E4273
(126,66,115)
#723C68
(114,60,104)
#66365D
(102,54,93)
#5A3052
(90,48,82)
#4E2A47
(78,42,71)
#42243C
(66,36,60)
#361E31
(54,30,49)
#2A1826
(42,24,38)
#1E121B
(30,18,27)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #8A487E

#8A487E
(138,72,126)
#945889
(148,88,137)
#9E6894
(158,104,148)
#A8789F
(168,120,159)
#B288AA
(178,136,170)
#BC98B5
(188,152,181)
#C6A8C0
(198,168,192)
#D0B8CB
(208,184,203)
#DAC8D6
(218,200,214)
#E4D8E1
(228,216,225)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A487E color. Also use rgb(138,72,126) instead hex code.

Text Font Color

.myTextColor { color: #8A487E; }

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

This text font color is #8A487E.


Background Color

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

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

This div background color is #8A487E.


Border color

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

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

This div border color is #8A487E.


Opacity

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

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

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

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

This text has shadow with #8A487E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A487E on black background.


Color preview on white background

This text has color #8A487E on white background.



Black color preview on #8A487E background

This text has black color on #8A487E background.


White color preview on #8A487E background

This text has white color on #8A487E background.