COLOR #8A648F

HEX: #8A648F
RGB: (138,100,143)

Color info

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

RGB color model

#8A648F color RGB value is (138,100,143).

  • red value is 138;
  • green value is 100;
  • blue value is 143.
RGB:
(138,100,143)
(54%,39%,56%)

RGB channels and saturation

R 138 of 255 = 54%
G 100 of 255 = 39%
B 143 of 255 = 56%

138
100
143

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

Portions of RGB colors in percentages

R + G + B =
138 + 100 + 143 = 381 (100%)
R 138 of 381 ~ 36.22%
G 100 of 381 ~ 26.25%
B 143 of 381 ~ 37.53%

%36.22
%26.25
%37.53

CMYK color model

#8A648F color CMYK value is (3,30,0,44).

  • cyan value is 3.50%
  • magenta value is 30.07%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(3,30,0,44)
C3M30Y0K44 
(3%,30%,0%,44%)
(0.03/0.30/0.00/0.44)	

CMYK percentages

%3.5
%30.07
%0
%43.92

Codes

Color #8A648F in popluar color models

8A648F
RGB138100143
HSL293°17.70%47.65%
HSB/HSV293°30.07%56.08%
CMYK3.50%30.07%0.00%
43.92%

Color #8A648F in popluar number systems.

HEX8A648F
Decimal138100143
Binary10001010110010010001111
Octal212144217

Shades and tints

Shades of #8A648F

#8A648F
(138,100,143)
#7E5B82
(126,91,130)
#725275
(114,82,117)
#664968
(102,73,104)
#5A405B
(90,64,91)
#4E374E
(78,55,78)
#422E41
(66,46,65)
#362534
(54,37,52)
#2A1C27
(42,28,39)
#1E131A
(30,19,26)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #8A648F

#8A648F
(138,100,143)
#947299
(148,114,153)
#9E80A3
(158,128,163)
#A88EAD
(168,142,173)
#B29CB7
(178,156,183)
#BCAAC1
(188,170,193)
#C6B8CB
(198,184,203)
#D0C6D5
(208,198,213)
#DAD4DF
(218,212,223)
#E4E2E9
(228,226,233)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A648F color. Also use rgb(138,100,143) instead hex code.

Text Font Color

.myTextColor { color: #8A648F; }

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

This text font color is #8A648F.


Background Color

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

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

This div background color is #8A648F.


Border color

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

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

This div border color is #8A648F.


Opacity

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

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

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

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

This text has shadow with #8A648F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A648F on black background.


Color preview on white background

This text has color #8A648F on white background.



Black color preview on #8A648F background

This text has black color on #8A648F background.


White color preview on #8A648F background

This text has white color on #8A648F background.