COLOR #8B427F

HEX: #8B427F RGB: (139,66,127)

Color info

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

RGB color model

#8B427F color RGB value is (139,66,127).

RGB: (139,66,127) (55%, 26%, 50%)

RGB channels and saturation

R 139 of 255 = 55%
G 66 of 255 = 26%
B 127 of 255 = 50%

139
66
127

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

Portions of RGB colors in percentages

R + G + B = 139 + 66 + 127 = 332 (100%)
R 139 of 332 ~ 41.87%
G 66 of 332 ~ 19.88%
B 127 of 332 ~ 38.25'%

%41.87
%19.88
%38.25

CMYK color model

#8B427F color CMYK value is (0,53,9,45).

  • cyan value is 0.00%
  • magenta value is 52.52%
  • yellow value is 8.63%
  • key color value is 45.49%

CMYK: (0,53,9,45)
C0M53Y9K45 (0%, 53%, 9%, 45%)
(0.00 / 0.53 / 0.09 / 0.45)

CMYK percentages

%0
%52.52
%8.63
%45.49

Codes

Color #8B427F in popluar color models

8B 42 7F
RGB 139 66 127
HSL 310° 35.61% 40.20%
HSB/HSV 310° 52.52% 54.51%
CMYK 0.00% 52.52% 8.63%
45.49%

Color #8B427F in popluar number systems.

HEX 8B 42 7F
Decimal 139 66 127
Binary 10001011 1000010 1111111
Octal 213 102 177

Shades and tints

Shades of #8B427F

#8B427F
(139,66,127)
#7F3C74
(127,60,116)
#733669
(115,54,105)
#67305E
(103,48,94)
#5B2A53
(91,42,83)
#4F2448
(79,36,72)
#431E3D
(67,30,61)
#371832
(55,24,50)
#2B1227
(43,18,39)
#1F0C1C
(31,12,28)
#130611
(19,6,17)
#000000
(0,0,0)

Tints of #8B427F

#8B427F
(139,66,127)
#95538A
(149,83,138)
#9F6495
(159,100,149)
#A975A0
(169,117,160)
#B386AB
(179,134,171)
#BD97B6
(189,151,182)
#C7A8C1
(199,168,193)
#D1B9CC
(209,185,204)
#DBCAD7
(219,202,215)
#E5DBE2
(229,219,226)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B427F color. Also use rgb(139,66,127) instead hex code.

Text Font Color

.myTextColor { color: #8B427F; }

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

This text font color is #8B427F.

Background Color

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

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

This div background color is #8B427F.

Border color

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

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

This div border color is #8B427F.

Opacity

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

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

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

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

This text has shadow with #8B427F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B427F.

Preview

Color preview on black background

This text has color #8B427F on black background.


Color preview on white background

This text has color #8B427F on white background.


Black color preview on #8B427F background

This text has black color on #8B427F background.


White color preview on #8B427F background

This text has white color on #8B427F background.


Related colors

Complementary color

Complementary color for #hex is #74BD80.


I love getcolorcode.com

Triadic colors

1 #7F8B42 and #427F8B with #8B427F are triadic colors.

2 #7F428B and #428B7F with #8B427F are triadic colors.