COLOR #8A488A

HEX: #8A488A
RGB: (138,72,138)

Color info

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

RGB color model

#8A488A color RGB value is (138,72,138).

  • red value is 138;
  • green value is 72;
  • blue value is 138.
RGB:
(138,72,138)
(54%,28%,54%)

RGB channels and saturation

R 138 of 255 = 54%
G 72 of 255 = 28%
B 138 of 255 = 54%

138
72
138

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

Portions of RGB colors in percentages

R + G + B =
138 + 72 + 138 = 348 (100%)
R 138 of 348 ~ 39.66%
G 72 of 348 ~ 20.69%
B 138 of 348 ~ 39.66%

%39.66
%20.69
%39.66

CMYK color model

#8A488A color CMYK value is (0,48,0,46).

  • cyan value is 0.00%
  • magenta value is 47.83%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(0,48,0,46)
C0M48Y0K46 
(0%,48%,0%,46%)
(0.00/0.48/0.00/0.46)	

CMYK percentages

%0
%47.83
%0
%45.88

Codes

Color #8A488A in popluar color models

8A488A
RGB13872138
HSL300°31.43%41.18%
HSB/HSV300°47.83%54.12%
CMYK0.00%47.83%0.00%
45.88%

Color #8A488A in popluar number systems.

HEX8A488A
Decimal13872138
Binary10001010100100010001010
Octal212110212

Shades and tints

Shades of #8A488A

#8A488A
(138,72,138)
#7E427E
(126,66,126)
#723C72
(114,60,114)
#663666
(102,54,102)
#5A305A
(90,48,90)
#4E2A4E
(78,42,78)
#422442
(66,36,66)
#361E36
(54,30,54)
#2A182A
(42,24,42)
#1E121E
(30,18,30)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #8A488A

#8A488A
(138,72,138)
#945894
(148,88,148)
#9E689E
(158,104,158)
#A878A8
(168,120,168)
#B288B2
(178,136,178)
#BC98BC
(188,152,188)
#C6A8C6
(198,168,198)
#D0B8D0
(208,184,208)
#DAC8DA
(218,200,218)
#E4D8E4
(228,216,228)
#EEE8EE
(238,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A488A; }

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

This text font color is #8A488A.


Background Color

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

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

This div background color is #8A488A.


Border color

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

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

This div border color is #8A488A.


Opacity

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

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

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

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

This text has shadow with #8A488A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A488A on black background.


Color preview on white background

This text has color #8A488A on white background.



Black color preview on #8A488A background

This text has black color on #8A488A background.


White color preview on #8A488A background

This text has white color on #8A488A background.