COLOR #8A618C

HEX: #8A618C RGB: (138,97,140)

Color info

#8A618C contains red, green and blue colors in about the same proportion. Web safe color of #8A618C is #996699 (or #969).

RGB color model

#8A618C color RGB value is (138,97,140).

RGB: (138,97,140) (54%, 38%, 55%)

RGB channels and saturation

R 138 of 255 = 54%
G 97 of 255 = 38%
B 140 of 255 = 55%

138
97
140

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

Portions of RGB colors in percentages

R + G + B = 138 + 97 + 140 = 375 (100%)
R 138 of 375 ~ 36.8%
G 97 of 375 ~ 25.87%
B 140 of 375 ~ 37.33'%

%36.8
%25.87
%37.33

CMYK color model

#8A618C color CMYK value is (1,31,0,45).

  • cyan value is 1.43%
  • magenta value is 30.71%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (1,31,0,45)
C1M31Y0K45 (1%, 31%, 0%, 45%)
(0.01 / 0.31 / 0.00 / 0.45)

CMYK percentages

%1.43
%30.71
%0
%45.1

Codes

Color #8A618C in popluar color models

8A 61 8C
RGB 138 97 140
HSL 297° 18.14% 46.47%
HSB/HSV 297° 30.71% 54.90%
CMYK 1.43% 30.71% 0.00%
45.10%

Color #8A618C in popluar number systems.

HEX 8A 61 8C
Decimal 138 97 140
Binary 10001010 1100001 10001100
Octal 212 141 214

Shades and tints

Shades of #8A618C

#8A618C
(138,97,140)
#7E5980
(126,89,128)
#725174
(114,81,116)
#664968
(102,73,104)
#5A415C
(90,65,92)
#4E3950
(78,57,80)
#423144
(66,49,68)
#362938
(54,41,56)
#2A212C
(42,33,44)
#1E1920
(30,25,32)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #8A618C

#8A618C
(138,97,140)
#946F96
(148,111,150)
#9E7DA0
(158,125,160)
#A88BAA
(168,139,170)
#B299B4
(178,153,180)
#BCA7BE
(188,167,190)
#C6B5C8
(198,181,200)
#D0C3D2
(208,195,210)
#DAD1DC
(218,209,220)
#E4DFE6
(228,223,230)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A618C color. Also use rgb(138,97,140) instead hex code.

Text Font Color

.myTextColor { color: #8A618C; }

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

This text font color is #8A618C.

Background Color

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

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

This div background color is #8A618C.

Border color

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

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

This div border color is #8A618C.

Opacity

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

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

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

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

This text has shadow with #8A618C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A618C.

Preview

Color preview on black background

This text has color #8A618C on black background.


Color preview on white background

This text has color #8A618C on white background.


Black color preview on #8A618C background

This text has black color on #8A618C background.


White color preview on #8A618C background

This text has white color on #8A618C background.


Related colors

Complementary color

Complementary color for #hex is #759E73.


I love getcolorcode.com

Triadic colors

1 #8C8A61 and #618C8A with #8A618C are triadic colors.

2 #8C618A and #618A8C with #8A618C are triadic colors.