COLOR #8A629B

HEX: #8A629B
RGB: (138,98,155)

Color info

#8A629B contains red, green and blue colors in about the same proportion. Web safe color of #8A629B is #996699 (or #969).

RGB color model

#8A629B color RGB value is (138,98,155).

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

RGB channels and saturation

R 138 of 255 = 54%
G 98 of 255 = 38%
B 155 of 255 = 61%

138
98
155

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

Portions of RGB colors in percentages

R + G + B =
138 + 98 + 155 = 391 (100%)
R 138 of 391 ~ 35.29%
G 98 of 391 ~ 25.06%
B 155 of 391 ~ 39.64%

%35.29
%25.06
%39.64

CMYK color model

#8A629B color CMYK value is (11,37,0,39).

  • cyan value is 10.97%
  • magenta value is 36.77%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(11,37,0,39)
C11M37Y0K39 
(11%,37%,0%,39%)
(0.11/0.37/0.00/0.39)	

CMYK percentages

%10.97
%36.77
%0
%39.22

Codes

Color #8A629B in popluar color models

8A629B
RGB13898155
HSL282°22.53%49.61%
HSB/HSV282°36.77%60.78%
CMYK10.97%36.77%0.00%
39.22%

Color #8A629B in popluar number systems.

HEX8A629B
Decimal13898155
Binary10001010110001010011011
Octal212142233

Shades and tints

Shades of #8A629B

#8A629B
(138,98,155)
#7E5A8D
(126,90,141)
#72527F
(114,82,127)
#664A71
(102,74,113)
#5A4263
(90,66,99)
#4E3A55
(78,58,85)
#423247
(66,50,71)
#362A39
(54,42,57)
#2A222B
(42,34,43)
#1E1A1D
(30,26,29)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #8A629B

#8A629B
(138,98,155)
#9470A4
(148,112,164)
#9E7EAD
(158,126,173)
#A88CB6
(168,140,182)
#B29ABF
(178,154,191)
#BCA8C8
(188,168,200)
#C6B6D1
(198,182,209)
#D0C4DA
(208,196,218)
#DAD2E3
(218,210,227)
#E4E0EC
(228,224,236)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A629B; }

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

This text font color is #8A629B.


Background Color

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

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

This div background color is #8A629B.


Border color

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

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

This div border color is #8A629B.


Opacity

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

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

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

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

This text has shadow with #8A629B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A629B on black background.


Color preview on white background

This text has color #8A629B on white background.



Black color preview on #8A629B background

This text has black color on #8A629B background.


White color preview on #8A629B background

This text has white color on #8A629B background.