COLOR #8B1379

HEX: #8B1379 RGB: (139,19,121)

Color info

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

RGB color model

#8B1379 color RGB value is (139,19,121).

RGB: (139,19,121) (55%, 7%, 47%)

RGB channels and saturation

R 139 of 255 = 55%
G 19 of 255 = 7%
B 121 of 255 = 47%

139
19
121

R + G + B ~ 36%. #8B1379 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 139 + 19 + 121 = 279 (100%)
R 139 of 279 ~ 49.82%
G 19 of 279 ~ 6.81%
B 121 of 279 ~ 43.37'%

%49.82
%43.37

CMYK color model

#8B1379 color CMYK value is (0,86,13,45).

  • cyan value is 0.00%
  • magenta value is 86.33%
  • yellow value is 12.95%
  • key color value is 45.49%

CMYK: (0,86,13,45)
C0M86Y13K45 (0%, 86%, 13%, 45%)
(0.00 / 0.86 / 0.13 / 0.45)

CMYK percentages

%0
%86.33
%12.95
%45.49

Codes

Color #8B1379 in popluar color models

8B 13 79
RGB 139 19 121
HSL 309° 75.95% 30.98%
HSB/HSV 309° 86.33% 54.51%
CMYK 0.00% 86.33% 12.95%
45.49%

Color #8B1379 in popluar number systems.

HEX 8B 13 79
Decimal 139 19 121
Binary 10001011 10011 1111001
Octal 213 23 171

Shades and tints

Shades of #8B1379

#8B1379
(139,19,121)
#7F126E
(127,18,110)
#731163
(115,17,99)
#671058
(103,16,88)
#5B0F4D
(91,15,77)
#4F0E42
(79,14,66)
#430D37
(67,13,55)
#370C2C
(55,12,44)
#2B0B21
(43,11,33)
#1F0A16
(31,10,22)
#13090B
(19,9,11)
#000000
(0,0,0)

Tints of #8B1379

#8B1379
(139,19,121)
#952885
(149,40,133)
#9F3D91
(159,61,145)
#A9529D
(169,82,157)
#B367A9
(179,103,169)
#BD7CB5
(189,124,181)
#C791C1
(199,145,193)
#D1A6CD
(209,166,205)
#DBBBD9
(219,187,217)
#E5D0E5
(229,208,229)
#EFE5F1
(239,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B1379 color. Also use rgb(139,19,121) instead hex code.

Text Font Color

.myTextColor { color: #8B1379; }

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

This text font color is #8B1379.

Background Color

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

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

This div background color is #8B1379.

Border color

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

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

This div border color is #8B1379.

Opacity

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

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

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

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

This text has shadow with #8B1379 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B1379.

Preview

Color preview on black background

This text has color #8B1379 on black background.


Color preview on white background

This text has color #8B1379 on white background.


Black color preview on #8B1379 background

This text has black color on #8B1379 background.


White color preview on #8B1379 background

This text has white color on #8B1379 background.


Related colors

Complementary color

Complementary color for #hex is #74EC86.


I love getcolorcode.com

Triadic colors

1 #798B13 and #13798B with #8B1379 are triadic colors.

2 #79138B and #138B79 with #8B1379 are triadic colors.