COLOR #8A7590

HEX: #8A7590
RGB: (138,117,144)

Color info

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

RGB color model

#8A7590 color RGB value is (138,117,144).

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

RGB channels and saturation

R 138 of 255 = 54%
G 117 of 255 = 46%
B 144 of 255 = 56%

138
117
144

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

Portions of RGB colors in percentages

R + G + B =
138 + 117 + 144 = 399 (100%)
R 138 of 399 ~ 34.59%
G 117 of 399 ~ 29.32%
B 144 of 399 ~ 36.09%

%34.59
%29.32
%36.09

CMYK color model

#8A7590 color CMYK value is (4,19,0,44).

  • cyan value is 4.17%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(4,19,0,44)
C4M19Y0K44 
(4%,19%,0%,44%)
(0.04/0.19/0.00/0.44)	

CMYK percentages

%4.17
%18.75
%0
%43.53

Codes

Color #8A7590 in popluar color models

8A7590
RGB138117144
HSL287°10.84%51.18%
HSB/HSV287°18.75%56.47%
CMYK4.17%18.75%0.00%
43.53%

Color #8A7590 in popluar number systems.

HEX8A7590
Decimal138117144
Binary10001010111010110010000
Octal212165220

Shades and tints

Shades of #8A7590

#8A7590
(138,117,144)
#7E6B83
(126,107,131)
#726176
(114,97,118)
#665769
(102,87,105)
#5A4D5C
(90,77,92)
#4E434F
(78,67,79)
#423942
(66,57,66)
#362F35
(54,47,53)
#2A2528
(42,37,40)
#1E1B1B
(30,27,27)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #8A7590

#8A7590
(138,117,144)
#94819A
(148,129,154)
#9E8DA4
(158,141,164)
#A899AE
(168,153,174)
#B2A5B8
(178,165,184)
#BCB1C2
(188,177,194)
#C6BDCC
(198,189,204)
#D0C9D6
(208,201,214)
#DAD5E0
(218,213,224)
#E4E1EA
(228,225,234)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7590; }

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

This text font color is #8A7590.


Background Color

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

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

This div background color is #8A7590.


Border color

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

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

This div border color is #8A7590.


Opacity

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

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

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

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

This text has shadow with #8A7590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7590 on black background.


Color preview on white background

This text has color #8A7590 on white background.



Black color preview on #8A7590 background

This text has black color on #8A7590 background.


White color preview on #8A7590 background

This text has white color on #8A7590 background.