COLOR #8A448B

HEX: #8A448B
RGB: (138,68,139)

Color info

#8A448B contains mainly red and blue colors. Web safe color of #8A448B is #993399 (or #939).

RGB color model

#8A448B color RGB value is (138,68,139).

  • red value is 138;
  • green value is 68;
  • blue value is 139.
RGB:
(138,68,139)
(54%,27%,55%)

RGB channels and saturation

R 138 of 255 = 54%
G 68 of 255 = 27%
B 139 of 255 = 55%

138
68
139

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

Portions of RGB colors in percentages

R + G + B =
138 + 68 + 139 = 345 (100%)
R 138 of 345 ~ 40%
G 68 of 345 ~ 19.71%
B 139 of 345 ~ 40.29%

%40
%19.71
%40.29

CMYK color model

#8A448B color CMYK value is (1,51,0,45).

  • cyan value is 0.72%
  • magenta value is 51.08%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(1,51,0,45)
C1M51Y0K45 
(1%,51%,0%,45%)
(0.01/0.51/0.00/0.45)	

CMYK percentages

%0.72
%51.08
%0
%45.49

Codes

Color #8A448B in popluar color models

8A448B
RGB13868139
HSL299°34.30%40.59%
HSB/HSV299°51.08%54.51%
CMYK0.72%51.08%0.00%
45.49%

Color #8A448B in popluar number systems.

HEX8A448B
Decimal13868139
Binary10001010100010010001011
Octal212104213

Shades and tints

Shades of #8A448B

#8A448B
(138,68,139)
#7E3E7F
(126,62,127)
#723873
(114,56,115)
#663267
(102,50,103)
#5A2C5B
(90,44,91)
#4E264F
(78,38,79)
#422043
(66,32,67)
#361A37
(54,26,55)
#2A142B
(42,20,43)
#1E0E1F
(30,14,31)
#120813
(18,8,19)
#000000
(0,0,0)

Tints of #8A448B

#8A448B
(138,68,139)
#945595
(148,85,149)
#9E669F
(158,102,159)
#A877A9
(168,119,169)
#B288B3
(178,136,179)
#BC99BD
(188,153,189)
#C6AAC7
(198,170,199)
#D0BBD1
(208,187,209)
#DACCDB
(218,204,219)
#E4DDE5
(228,221,229)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A448B color. Also use rgb(138,68,139) instead hex code.

Text Font Color

.myTextColor { color: #8A448B; }

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

This text font color is #8A448B.


Background Color

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

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

This div background color is #8A448B.


Border color

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

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

This div border color is #8A448B.


Opacity

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

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

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

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

This text has shadow with #8A448B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A448B on black background.


Color preview on white background

This text has color #8A448B on white background.



Black color preview on #8A448B background

This text has black color on #8A448B background.


White color preview on #8A448B background

This text has white color on #8A448B background.