COLOR #8A1A55

HEX: #8A1A55
RGB: (138,26,85)

Color info

#8A1A55 contains mainly red and blue colors. Web safe color of #8A1A55 is #990066 (or #906).

RGB color model

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

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

RGB channels and saturation

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

138
26
85

R + G + B ~ 32%. #8A1A55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 26 + 85 = 249 (100%)
R 138 of 249 ~ 55.42%
G 26 of 249 ~ 10.44%
B 85 of 249 ~ 34.14%

%55.42
%10.44
%34.14

CMYK color model

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

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

CMYK percentages

%0
%81.16
%38.41
%45.88

Codes

Color #8A1A55 in popluar color models

8A1A55
RGB1382685
HSL328°68.29%32.16%
HSB/HSV328°81.16%54.12%
CMYK0.00%81.16%38.41%
45.88%

Color #8A1A55 in popluar number systems.

HEX8A1A55
Decimal1382685
Binary10001010110101010101
Octal21232125

Shades and tints

Shades of #8A1A55

#8A1A55
(138,26,85)
#7E184E
(126,24,78)
#721647
(114,22,71)
#661440
(102,20,64)
#5A1239
(90,18,57)
#4E1032
(78,16,50)
#420E2B
(66,14,43)
#360C24
(54,12,36)
#2A0A1D
(42,10,29)
#1E0816
(30,8,22)
#12060F
(18,6,15)
#000000
(0,0,0)

Tints of #8A1A55

#8A1A55
(138,26,85)
#942E64
(148,46,100)
#9E4273
(158,66,115)
#A85682
(168,86,130)
#B26A91
(178,106,145)
#BC7EA0
(188,126,160)
#C692AF
(198,146,175)
#D0A6BE
(208,166,190)
#DABACD
(218,186,205)
#E4CEDC
(228,206,220)
#EEE2EB
(238,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A1A55; }

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

This text font color is #8A1A55.


Background Color

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

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

This div background color is #8A1A55.


Border color

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

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

This div border color is #8A1A55.


Opacity

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

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

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

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

This text has shadow with #8A1A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A1A55 on black background.


Color preview on white background

This text has color #8A1A55 on white background.



Black color preview on #8A1A55 background

This text has black color on #8A1A55 background.


White color preview on #8A1A55 background

This text has white color on #8A1A55 background.