COLOR #8A629E

HEX: #8A629E
RGB: (138,98,158)

Color info

#8A629E contains mainly red and blue colors. Web safe color of #8A629E is #996699 (or #969).

RGB color model

#8A629E color RGB value is (138,98,158).

  • red value is 138;
  • green value is 98;
  • blue value is 158.
RGB:
(138,98,158)
(54%,38%,62%)

RGB channels and saturation

R 138 of 255 = 54%
G 98 of 255 = 38%
B 158 of 255 = 62%

138
98
158

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

Portions of RGB colors in percentages

R + G + B =
138 + 98 + 158 = 394 (100%)
R 138 of 394 ~ 35.03%
G 98 of 394 ~ 24.87%
B 158 of 394 ~ 40.1%

%35.03
%24.87
%40.1

CMYK color model

#8A629E color CMYK value is (13,38,0,38).

  • cyan value is 12.66%
  • magenta value is 37.97%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(13,38,0,38)
C13M38Y0K38 
(13%,38%,0%,38%)
(0.13/0.38/0.00/0.38)	

CMYK percentages

%12.66
%37.97
%0
%38.04

Codes

Color #8A629E in popluar color models

8A629E
RGB13898158
HSL280°23.62%50.20%
HSB/HSV280°37.97%61.96%
CMYK12.66%37.97%0.00%
38.04%

Color #8A629E in popluar number systems.

HEX8A629E
Decimal13898158
Binary10001010110001010011110
Octal212142236

Shades and tints

Shades of #8A629E

#8A629E
(138,98,158)
#7E5A90
(126,90,144)
#725282
(114,82,130)
#664A74
(102,74,116)
#5A4266
(90,66,102)
#4E3A58
(78,58,88)
#42324A
(66,50,74)
#362A3C
(54,42,60)
#2A222E
(42,34,46)
#1E1A20
(30,26,32)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #8A629E

#8A629E
(138,98,158)
#9470A6
(148,112,166)
#9E7EAE
(158,126,174)
#A88CB6
(168,140,182)
#B29ABE
(178,154,190)
#BCA8C6
(188,168,198)
#C6B6CE
(198,182,206)
#D0C4D6
(208,196,214)
#DAD2DE
(218,210,222)
#E4E0E6
(228,224,230)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A629E; }

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

This text font color is #8A629E.


Background Color

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

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

This div background color is #8A629E.


Border color

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

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

This div border color is #8A629E.


Opacity

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

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

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

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

This text has shadow with #8A629E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A629E on black background.


Color preview on white background

This text has color #8A629E on white background.



Black color preview on #8A629E background

This text has black color on #8A629E background.


White color preview on #8A629E background

This text has white color on #8A629E background.