COLOR #8A008E

HEX: #8A008E
RGB: (138,0,142)

Color info

#8A008E contains only red and blue colors. Web safe color of #8A008E is #990099 (or #909).

RGB color model

#8A008E color RGB value is (138,0,142).

  • red value is 138;
  • green value is 0;
  • blue value is 142.
RGB:
(138,0,142)
(54%,0%,56%)

RGB channels and saturation

R 138 of 255 = 54%
G 0 of 255 = 0%
B 142 of 255 = 56%

138
0
142

R + G + B ~ 37%. #8A008E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 0 + 142 = 280 (100%)
R 138 of 280 ~ 49.29%
G 0 of 280 ~ 0%
B 142 of 280 ~ 50.71%

%49.29
%50.71

CMYK color model

#8A008E color CMYK value is (3,100,0,44).

  • cyan value is 2.82%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(3,100,0,44)
C3M100Y0K44 
(3%,100%,0%,44%)
(0.03/1.00/0.00/0.44)	

CMYK percentages

%2.82
%100
%0
%44.31

Codes

Color #8A008E in popluar color models

8A008E
RGB1380142
HSL298°100.00%27.84%
HSB/HSV298°100.00%55.69%
CMYK2.82%100.00%0.00%
44.31%

Color #8A008E in popluar number systems.

HEX8A008E
Decimal1380142
Binary10001010010001110
Octal2120216

Shades and tints

Shades of #8A008E

#8A008E
(138,0,142)
#7E0082
(126,0,130)
#720076
(114,0,118)
#66006A
(102,0,106)
#5A005E
(90,0,94)
#4E0052
(78,0,82)
#420046
(66,0,70)
#36003A
(54,0,58)
#2A002E
(42,0,46)
#1E0022
(30,0,34)
#120016
(18,0,22)
#000000
(0,0,0)

Tints of #8A008E

#8A008E
(138,0,142)
#941798
(148,23,152)
#9E2EA2
(158,46,162)
#A845AC
(168,69,172)
#B25CB6
(178,92,182)
#BC73C0
(188,115,192)
#C68ACA
(198,138,202)
#D0A1D4
(208,161,212)
#DAB8DE
(218,184,222)
#E4CFE8
(228,207,232)
#EEE6F2
(238,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A008E; }

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

This text font color is #8A008E.


Background Color

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

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

This div background color is #8A008E.


Border color

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

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

This div border color is #8A008E.


Opacity

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

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

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

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

This text has shadow with #8A008E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A008E on black background.


Color preview on white background

This text has color #8A008E on white background.



Black color preview on #8A008E background

This text has black color on #8A008E background.


White color preview on #8A008E background

This text has white color on #8A008E background.