COLOR #8B427C

HEX: #8B427C RGB: (139,66,124)

Color info

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

RGB color model

#8B427C color RGB value is (139,66,124).

RGB: (139,66,124) (55%, 26%, 49%)

RGB channels and saturation

R 139 of 255 = 55%
G 66 of 255 = 26%
B 124 of 255 = 49%

139
66
124

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

Portions of RGB colors in percentages

R + G + B = 139 + 66 + 124 = 329 (100%)
R 139 of 329 ~ 42.25%
G 66 of 329 ~ 20.06%
B 124 of 329 ~ 37.69'%

%42.25
%20.06
%37.69

CMYK color model

#8B427C color CMYK value is (0,53,11,45).

  • cyan value is 0.00%
  • magenta value is 52.52%
  • yellow value is 10.79%
  • key color value is 45.49%
CMYK: (0,53,11,45) C0M53Y11K45 (0%,53%,11%,45%) (0.00/0.53/0.11/0.45) 

CMYK percentages

%0
%52.52
%10.79
%45.49

Codes

Color #8B427C in popluar color models

8B 42 7C
RGB 139 66 124
HSL 312° 35.61% 40.20%
HSB/HSV 312° 52.52% 54.51%
CMYK 0.00% 52.52% 10.79%
45.49%

Color #8B427C in popluar number systems.

HEX 8B 42 7C
Decimal 139 66 124
Binary 10001011 1000010 1111100
Octal 213 102 174

Shades and tints

Shades of #8B427C

#8B427C
(139,66,124)
#7F3C71
(127,60,113)
#733666
(115,54,102)
#67305B
(103,48,91)
#5B2A50
(91,42,80)
#4F2445
(79,36,69)
#431E3A
(67,30,58)
#37182F
(55,24,47)
#2B1224
(43,18,36)
#1F0C19
(31,12,25)
#13060E
(19,6,14)
#000000
(0,0,0)

Tints of #8B427C

#8B427C
(139,66,124)
#955387
(149,83,135)
#9F6492
(159,100,146)
#A9759D
(169,117,157)
#B386A8
(179,134,168)
#BD97B3
(189,151,179)
#C7A8BE
(199,168,190)
#D1B9C9
(209,185,201)
#DBCAD4
(219,202,212)
#E5DBDF
(229,219,223)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B427C; }

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

This text font color is #8B427C.

Background Color

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

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

This div background color is #8B427C.

Border color

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

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

This div border color is #8B427C.

Opacity

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

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

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

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

This text has shadow with #8B427C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B427C.

Preview

Color preview on black background

This text has color #8B427C on black background.


Color preview on white background

This text has color #8B427C on white background.


Black color preview on #8B427C background

This text has black color on #8B427C background.


White color preview on #8B427C background

This text has white color on #8B427C background.


Related colors

Complementary color

Complementary color for #hex is #74BD83.


I love getcolorcode.com

Triadic colors

1 #7C8B42 and #427C8B with #8B427C are triadic colors.

2 #7C428B and #428B7C with #8B427C are triadic colors.