COLOR #8923D6

HEX: #8923D6
RGB: (137,35,214)

Color info

#8923D6 contains mainly blue color. Web safe color of #8923D6 is #9933CC (or #93C).

RGB color model

#8923D6 color RGB value is (137,35,214).

  • red value is 137;
  • green value is 35;
  • blue value is 214.
RGB:
(137,35,214)
(54%,14%,84%)

RGB channels and saturation

R 137 of 255 = 54%
G 35 of 255 = 14%
B 214 of 255 = 84%

137
35
214

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

Portions of RGB colors in percentages

R + G + B =
137 + 35 + 214 = 386 (100%)
R 137 of 386 ~ 35.49%
G 35 of 386 ~ 9.07%
B 214 of 386 ~ 55.44%

%35.49
%55.44

CMYK color model

#8923D6 color CMYK value is (36,84,0,16).

  • cyan value is 35.98%
  • magenta value is 83.64%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(36,84,0,16)
C36M84Y0K16 
(36%,84%,0%,16%)
(0.36/0.84/0.00/0.16)	

CMYK percentages

%35.98
%83.64
%0
%16.08

Codes

Color #8923D6 in popluar color models

8923D6
RGB13735214
HSL274°71.89%48.82%
HSB/HSV274°83.64%83.92%
CMYK35.98%83.64%0.00%
16.08%

Color #8923D6 in popluar number systems.

HEX8923D6
Decimal13735214
Binary1000100110001111010110
Octal21143326

Shades and tints

Shades of #8923D6

#8923D6
(137,35,214)
#7D20C3
(125,32,195)
#711DB0
(113,29,176)
#651A9D
(101,26,157)
#59178A
(89,23,138)
#4D1477
(77,20,119)
#411164
(65,17,100)
#350E51
(53,14,81)
#290B3E
(41,11,62)
#1D082B
(29,8,43)
#110518
(17,5,24)
#000000
(0,0,0)

Tints of #8923D6

#8923D6
(137,35,214)
#9337D9
(147,55,217)
#9D4BDC
(157,75,220)
#A75FDF
(167,95,223)
#B173E2
(177,115,226)
#BB87E5
(187,135,229)
#C59BE8
(197,155,232)
#CFAFEB
(207,175,235)
#D9C3EE
(217,195,238)
#E3D7F1
(227,215,241)
#EDEBF4
(237,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8923D6 color. Also use rgb(137,35,214) instead hex code.

Text Font Color

.myTextColor { color: #8923D6; }

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

This text font color is #8923D6.


Background Color

.myBgColor { background-color: #8923D6; }

<div style="background-color:#8923D6">Inner text</div>

This div background color is #8923D6.


Border color

.myBorderColor { border: 1px solid #8923D6; }

<div style="border:3px solid #8923D6">Div</div>

This div border color is #8923D6.


Opacity

.myOpacity80 { color: #8923D6; opacity: 0.8; }

<p style="color:#8923D6;opacity:0.8;">80%</p>

Text with #8923D6 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 #8923D6;}

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

This text has shadow with #8923D6 color.

.textShadow {text-shadow: 3px 3px 1px #8923D6, 3px 3px 1px red;}

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

This text has shadow with #8923D6 primary color and red secondary color.


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

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

This text has shadow with #8923D6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8923D6 on black background.


Color preview on white background

This text has color #8923D6 on white background.



Black color preview on #8923D6 background

This text has black color on #8923D6 background.


White color preview on #8923D6 background

This text has white color on #8923D6 background.