COLOR #8A558A

HEX: #8A558A
RGB: (138,85,138)

Color info

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

RGB color model

#8A558A color RGB value is (138,85,138).

  • red value is 138;
  • green value is 85;
  • blue value is 138.
RGB:
(138,85,138)
(54%,33%,54%)

RGB channels and saturation

R 138 of 255 = 54%
G 85 of 255 = 33%
B 138 of 255 = 54%

138
85
138

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

Portions of RGB colors in percentages

R + G + B =
138 + 85 + 138 = 361 (100%)
R 138 of 361 ~ 38.23%
G 85 of 361 ~ 23.55%
B 138 of 361 ~ 38.23%

%38.23
%23.55
%38.23

CMYK color model

#8A558A color CMYK value is (0,38,0,46).

  • cyan value is 0.00%
  • magenta value is 38.41%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(0,38,0,46)
C0M38Y0K46 
(0%,38%,0%,46%)
(0.00/0.38/0.00/0.46)	

CMYK percentages

%0
%38.41
%0
%45.88

Codes

Color #8A558A in popluar color models

8A558A
RGB13885138
HSL300°23.77%43.73%
HSB/HSV300°38.41%54.12%
CMYK0.00%38.41%0.00%
45.88%

Color #8A558A in popluar number systems.

HEX8A558A
Decimal13885138
Binary10001010101010110001010
Octal212125212

Shades and tints

Shades of #8A558A

#8A558A
(138,85,138)
#7E4E7E
(126,78,126)
#724772
(114,71,114)
#664066
(102,64,102)
#5A395A
(90,57,90)
#4E324E
(78,50,78)
#422B42
(66,43,66)
#362436
(54,36,54)
#2A1D2A
(42,29,42)
#1E161E
(30,22,30)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #8A558A

#8A558A
(138,85,138)
#946494
(148,100,148)
#9E739E
(158,115,158)
#A882A8
(168,130,168)
#B291B2
(178,145,178)
#BCA0BC
(188,160,188)
#C6AFC6
(198,175,198)
#D0BED0
(208,190,208)
#DACDDA
(218,205,218)
#E4DCE4
(228,220,228)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A558A; }

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

This text font color is #8A558A.


Background Color

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

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

This div background color is #8A558A.


Border color

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

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

This div border color is #8A558A.


Opacity

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

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

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

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

This text has shadow with #8A558A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A558A on black background.


Color preview on white background

This text has color #8A558A on white background.



Black color preview on #8A558A background

This text has black color on #8A558A background.


White color preview on #8A558A background

This text has white color on #8A558A background.