COLOR #8A028D

HEX: #8A028D
RGB: (138,2,141)

Color info

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

RGB color model

#8A028D color RGB value is (138,2,141).

  • red value is 138;
  • green value is 2;
  • blue value is 141.
RGB:
(138,2,141)
(54%,1%,55%)

RGB channels and saturation

R 138 of 255 = 54%
G 2 of 255 = 1%
B 141 of 255 = 55%

138
2
141

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

Portions of RGB colors in percentages

R + G + B =
138 + 2 + 141 = 281 (100%)
R 138 of 281 ~ 49.11%
G 2 of 281 ~ 0.71%
B 141 of 281 ~ 50.18%

%49.11
%50.18

CMYK color model

#8A028D color CMYK value is (2,99,0,45).

  • cyan value is 2.13%
  • magenta value is 98.58%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(2,99,0,45)
C2M99Y0K45 
(2%,99%,0%,45%)
(0.02/0.99/0.00/0.45)	

CMYK percentages

%2.13
%98.58
%0
%44.71

Codes

Color #8A028D in popluar color models

8A028D
RGB1382141
HSL299°97.20%28.04%
HSB/HSV299°98.58%55.29%
CMYK2.13%98.58%0.00%
44.71%

Color #8A028D in popluar number systems.

HEX8A028D
Decimal1382141
Binary100010101010001101
Octal2122215

Shades and tints

Shades of #8A028D

#8A028D
(138,2,141)
#7E0281
(126,2,129)
#720275
(114,2,117)
#660269
(102,2,105)
#5A025D
(90,2,93)
#4E0251
(78,2,81)
#420245
(66,2,69)
#360239
(54,2,57)
#2A022D
(42,2,45)
#1E0221
(30,2,33)
#120215
(18,2,21)
#000000
(0,0,0)

Tints of #8A028D

#8A028D
(138,2,141)
#941997
(148,25,151)
#9E30A1
(158,48,161)
#A847AB
(168,71,171)
#B25EB5
(178,94,181)
#BC75BF
(188,117,191)
#C68CC9
(198,140,201)
#D0A3D3
(208,163,211)
#DABADD
(218,186,221)
#E4D1E7
(228,209,231)
#EEE8F1
(238,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A028D; }

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

This text font color is #8A028D.


Background Color

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

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

This div background color is #8A028D.


Border color

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

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

This div border color is #8A028D.


Opacity

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

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

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

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

This text has shadow with #8A028D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A028D on black background.


Color preview on white background

This text has color #8A028D on white background.



Black color preview on #8A028D background

This text has black color on #8A028D background.


White color preview on #8A028D background

This text has white color on #8A028D background.