COLOR #8A427C

HEX: #8A427C RGB: (138,66,124)

Color info

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

RGB color model

#8A427C color RGB value is (138,66,124).

RGB: (138,66,124) (54%, 26%, 49%)

RGB channels and saturation

R 138 of 255 = 54%
G 66 of 255 = 26%
B 124 of 255 = 49%

138
66
124

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

Portions of RGB colors in percentages

R + G + B = 138 + 66 + 124 = 328 (100%)
R 138 of 328 ~ 42.07%
G 66 of 328 ~ 20.12%
B 124 of 328 ~ 37.8'%

%42.07
%20.12
%37.8

CMYK color model

#8A427C color CMYK value is (0,52,10,46).

  • cyan value is 0.00%
  • magenta value is 52.17%
  • yellow value is 10.14%
  • key color value is 45.88%

CMYK: (0,52,10,46)
C0M52Y10K46 (0%, 52%, 10%, 46%)
(0.00 / 0.52 / 0.10 / 0.46)

CMYK percentages

%0
%52.17
%10.14
%45.88

Codes

Color #8A427C in popluar color models

8A 42 7C
RGB 138 66 124
HSL 312° 35.29% 40.00%
HSB/HSV 312° 52.17% 54.12%
CMYK 0.00% 52.17% 10.14%
45.88%

Color #8A427C in popluar number systems.

HEX 8A 42 7C
Decimal 138 66 124
Binary 10001010 1000010 1111100
Octal 212 102 174

Shades and tints

Shades of #8A427C

#8A427C
(138,66,124)
#7E3C71
(126,60,113)
#723666
(114,54,102)
#66305B
(102,48,91)
#5A2A50
(90,42,80)
#4E2445
(78,36,69)
#421E3A
(66,30,58)
#36182F
(54,24,47)
#2A1224
(42,18,36)
#1E0C19
(30,12,25)
#12060E
(18,6,14)
#000000
(0,0,0)

Tints of #8A427C

#8A427C
(138,66,124)
#945387
(148,83,135)
#9E6492
(158,100,146)
#A8759D
(168,117,157)
#B286A8
(178,134,168)
#BC97B3
(188,151,179)
#C6A8BE
(198,168,190)
#D0B9C9
(208,185,201)
#DACAD4
(218,202,212)
#E4DBDF
(228,219,223)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A427C; }

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

This text font color is #8A427C.

Background Color

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

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

This div background color is #8A427C.

Border color

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

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

This div border color is #8A427C.

Opacity

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

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

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

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

This text has shadow with #8A427C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A427C.

Preview

Color preview on black background

This text has color #8A427C on black background.


Color preview on white background

This text has color #8A427C on white background.


Black color preview on #8A427C background

This text has black color on #8A427C background.


White color preview on #8A427C background

This text has white color on #8A427C background.


Related colors

Complementary color

Complementary color for #hex is #75BD83.


I love getcolorcode.com

Triadic colors

1 #7C8A42 and #427C8A with #8A427C are triadic colors.

2 #7C428A and #428A7C with #8A427C are triadic colors.