COLOR #8A1256

HEX: #8A1256
RGB: (138,18,86)

Color info

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

RGB color model

#8A1256 color RGB value is (138,18,86).

  • red value is 138;
  • green value is 18;
  • blue value is 86.
RGB:
(138,18,86)
(54%,7%,34%)

RGB channels and saturation

R 138 of 255 = 54%
G 18 of 255 = 7%
B 86 of 255 = 34%

138
18
86

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

Portions of RGB colors in percentages

R + G + B =
138 + 18 + 86 = 242 (100%)
R 138 of 242 ~ 57.02%
G 18 of 242 ~ 7.44%
B 86 of 242 ~ 35.54%

%57.02
%35.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 86.96%
  • yellow value is 37.68%
  • key color value is 45.88%
CMYK:
(0,87,38,46)
C0M87Y38K46 
(0%,87%,38%,46%)
(0.00/0.87/0.38/0.46)	

CMYK percentages

%0
%86.96
%37.68
%45.88

Codes

Color #8A1256 in popluar color models

8A1256
RGB1381886
HSL326°76.92%30.59%
HSB/HSV326°86.96%54.12%
CMYK0.00%86.96%37.68%
45.88%

Color #8A1256 in popluar number systems.

HEX8A1256
Decimal1381886
Binary10001010100101010110
Octal21222126

Shades and tints

Shades of #8A1256

#8A1256
(138,18,86)
#7E114F
(126,17,79)
#721048
(114,16,72)
#660F41
(102,15,65)
#5A0E3A
(90,14,58)
#4E0D33
(78,13,51)
#420C2C
(66,12,44)
#360B25
(54,11,37)
#2A0A1E
(42,10,30)
#1E0917
(30,9,23)
#120810
(18,8,16)
#000000
(0,0,0)

Tints of #8A1256

#8A1256
(138,18,86)
#942765
(148,39,101)
#9E3C74
(158,60,116)
#A85183
(168,81,131)
#B26692
(178,102,146)
#BC7BA1
(188,123,161)
#C690B0
(198,144,176)
#D0A5BF
(208,165,191)
#DABACE
(218,186,206)
#E4CFDD
(228,207,221)
#EEE4EC
(238,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A1256; }

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

This text font color is #8A1256.


Background Color

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

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

This div background color is #8A1256.


Border color

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

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

This div border color is #8A1256.


Opacity

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

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

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

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

This text has shadow with #8A1256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A1256 on black background.


Color preview on white background

This text has color #8A1256 on white background.



Black color preview on #8A1256 background

This text has black color on #8A1256 background.


White color preview on #8A1256 background

This text has white color on #8A1256 background.