COLOR #8A6BAE

HEX: #8A6BAE
RGB: (138,107,174)

Color info

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

RGB color model

#8A6BAE color RGB value is (138,107,174).

  • red value is 138;
  • green value is 107;
  • blue value is 174.
RGB: (138,107,174) (54%,42%,68%)

RGB channels and saturation

R 138 of 255 = 54%
G 107 of 255 = 42%
B 174 of 255 = 68%

138
107
174

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

Portions of RGB colors in percentages

R + G + B =
138 + 107 + 174 = 419 (100%)
R 138 of 419 ~ 32.94%
G 107 of 419 ~ 25.54%
B 174 of 419 ~ 41.53%

%32.94
%25.54
%41.53

CMYK color model

#8A6BAE color CMYK value is (21,39,0,32).

  • cyan value is 20.69%
  • magenta value is 38.51%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (21,39,0,32) C21M39Y0K32 (21%,39%,0%,32%) (0.21/0.39/0.00/0.32)

CMYK percentages

%20.69
%38.51
%0
%31.76

Codes

Color #8A6BAE in popluar color models

8A6BAE
RGB138107174
HSL268°29.26%55.10%
HSB/HSV268°38.51%68.24%
CMYK20.69%38.51%0.00%
31.76%

Color #8A6BAE in popluar number systems.

HEX8A6BAE
Decimal138107174
Binary10001010110101110101110
Octal212153256

Shades and tints

Shades of #8A6BAE

#8A6BAE
(138,107,174)
#7E629F
(126,98,159)
#725990
(114,89,144)
#665081
(102,80,129)
#5A4772
(90,71,114)
#4E3E63
(78,62,99)
#423554
(66,53,84)
#362C45
(54,44,69)
#2A2336
(42,35,54)
#1E1A27
(30,26,39)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #8A6BAE

#8A6BAE
(138,107,174)
#9478B5
(148,120,181)
#9E85BC
(158,133,188)
#A892C3
(168,146,195)
#B29FCA
(178,159,202)
#BCACD1
(188,172,209)
#C6B9D8
(198,185,216)
#D0C6DF
(208,198,223)
#DAD3E6
(218,211,230)
#E4E0ED
(228,224,237)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6BAE; }

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

This text font color is #8A6BAE.


Background Color

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

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

This div background color is #8A6BAE.


Border color

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

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

This div border color is #8A6BAE.


Opacity

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

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

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

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

This text has shadow with #8A6BAE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8A6BAE on black background.


Color preview on white background

This text has color #8A6BAE on white background.



Black color preview on #8A6BAE background

This text has black color on #8A6BAE background.


White color preview on #8A6BAE background

This text has white color on #8A6BAE background.