COLOR #8913B6

HEX: #8913B6
RGB: (137,19,182)

Color info

#8913B6 contains mainly red and blue colors. Web safe color of #8913B6 is #9900CC (or #90C).

RGB color model

#8913B6 color RGB value is (137,19,182).

  • red value is 137;
  • green value is 19;
  • blue value is 182.
RGB:
(137,19,182)
(54%,7%,71%)

RGB channels and saturation

R 137 of 255 = 54%
G 19 of 255 = 7%
B 182 of 255 = 71%

137
19
182

R + G + B ~ 44%. #8913B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 19 + 182 = 338 (100%)
R 137 of 338 ~ 40.53%
G 19 of 338 ~ 5.62%
B 182 of 338 ~ 53.85%

%40.53
%53.85

CMYK color model

#8913B6 color CMYK value is (25,90,0,29).

  • cyan value is 24.73%
  • magenta value is 89.56%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(25,90,0,29)
C25M90Y0K29 
(25%,90%,0%,29%)
(0.25/0.90/0.00/0.29)	

CMYK percentages

%24.73
%89.56
%0
%28.63

Codes

Color #8913B6 in popluar color models

8913B6
RGB13719182
HSL283°81.09%39.41%
HSB/HSV283°89.56%71.37%
CMYK24.73%89.56%0.00%
28.63%

Color #8913B6 in popluar number systems.

HEX8913B6
Decimal13719182
Binary100010011001110110110
Octal21123266

Shades and tints

Shades of #8913B6

#8913B6
(137,19,182)
#7D12A6
(125,18,166)
#711196
(113,17,150)
#651086
(101,16,134)
#590F76
(89,15,118)
#4D0E66
(77,14,102)
#410D56
(65,13,86)
#350C46
(53,12,70)
#290B36
(41,11,54)
#1D0A26
(29,10,38)
#110916
(17,9,22)
#000000
(0,0,0)

Tints of #8913B6

#8913B6
(137,19,182)
#9328BC
(147,40,188)
#9D3DC2
(157,61,194)
#A752C8
(167,82,200)
#B167CE
(177,103,206)
#BB7CD4
(187,124,212)
#C591DA
(197,145,218)
#CFA6E0
(207,166,224)
#D9BBE6
(217,187,230)
#E3D0EC
(227,208,236)
#EDE5F2
(237,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8913B6 color. Also use rgb(137,19,182) instead hex code.

Text Font Color

.myTextColor { color: #8913B6; }

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

This text font color is #8913B6.


Background Color

.myBgColor { background-color: #8913B6; }

<div style="background-color:#8913B6">Inner text</div>

This div background color is #8913B6.


Border color

.myBorderColor { border: 1px solid #8913B6; }

<div style="border:3px solid #8913B6">Div</div>

This div border color is #8913B6.


Opacity

.myOpacity80 { color: #8913B6; opacity: 0.8; }

<p style="color:#8913B6;opacity:0.8;">80%</p>

Text with #8913B6 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 #8913B6;}

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

This text has shadow with #8913B6 color.

.textShadow {text-shadow: 3px 3px 1px #8913B6, 3px 3px 1px red;}

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

This text has shadow with #8913B6 primary color and red secondary color.


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

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

This text has shadow with #8913B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8913B6 on black background.


Color preview on white background

This text has color #8913B6 on white background.



Black color preview on #8913B6 background

This text has black color on #8913B6 background.


White color preview on #8913B6 background

This text has white color on #8913B6 background.