COLOR #8A1B77

HEX: #8A1B77
RGB: (138,27,119)

Color info

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

RGB color model

#8A1B77 color RGB value is (138,27,119).

  • red value is 138;
  • green value is 27;
  • blue value is 119.
RGB:
(138,27,119)
(54%,11%,47%)

RGB channels and saturation

R 138 of 255 = 54%
G 27 of 255 = 11%
B 119 of 255 = 47%

138
27
119

R + G + B ~ 37%. #8A1B77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 27 + 119 = 284 (100%)
R 138 of 284 ~ 48.59%
G 27 of 284 ~ 9.51%
B 119 of 284 ~ 41.9%

%48.59
%9.51
%41.9

CMYK color model

#8A1B77 color CMYK value is (0,80,14,46).

  • cyan value is 0.00%
  • magenta value is 80.43%
  • yellow value is 13.77%
  • key color value is 45.88%
CMYK:
(0,80,14,46)
C0M80Y14K46 
(0%,80%,14%,46%)
(0.00/0.80/0.14/0.46)	

CMYK percentages

%0
%80.43
%13.77
%45.88

Codes

Color #8A1B77 in popluar color models

8A1B77
RGB13827119
HSL310°67.27%32.35%
HSB/HSV310°80.43%54.12%
CMYK0.00%80.43%13.77%
45.88%

Color #8A1B77 in popluar number systems.

HEX8A1B77
Decimal13827119
Binary10001010110111110111
Octal21233167

Shades and tints

Shades of #8A1B77

#8A1B77
(138,27,119)
#7E196D
(126,25,109)
#721763
(114,23,99)
#661559
(102,21,89)
#5A134F
(90,19,79)
#4E1145
(78,17,69)
#420F3B
(66,15,59)
#360D31
(54,13,49)
#2A0B27
(42,11,39)
#1E091D
(30,9,29)
#120713
(18,7,19)
#000000
(0,0,0)

Tints of #8A1B77

#8A1B77
(138,27,119)
#942F83
(148,47,131)
#9E438F
(158,67,143)
#A8579B
(168,87,155)
#B26BA7
(178,107,167)
#BC7FB3
(188,127,179)
#C693BF
(198,147,191)
#D0A7CB
(208,167,203)
#DABBD7
(218,187,215)
#E4CFE3
(228,207,227)
#EEE3EF
(238,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A1B77; }

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

This text font color is #8A1B77.


Background Color

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

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

This div background color is #8A1B77.


Border color

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

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

This div border color is #8A1B77.


Opacity

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

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

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

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

This text has shadow with #8A1B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A1B77 on black background.


Color preview on white background

This text has color #8A1B77 on white background.



Black color preview on #8A1B77 background

This text has black color on #8A1B77 background.


White color preview on #8A1B77 background

This text has white color on #8A1B77 background.