COLOR #8514B1

HEX: #8514B1
RGB: (133,20,177)

Color info

#8514B1 contains mainly red and blue colors. Web safe color of #8514B1 is #990099 (or #909).

RGB color model

#8514B1 color RGB value is (133,20,177).

  • red value is 133;
  • green value is 20;
  • blue value is 177.
RGB:
(133,20,177)
(52%,8%,69%)

RGB channels and saturation

R 133 of 255 = 52%
G 20 of 255 = 8%
B 177 of 255 = 69%

133
20
177

R + G + B ~ 43%. #8514B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 20 + 177 = 330 (100%)
R 133 of 330 ~ 40.3%
G 20 of 330 ~ 6.06%
B 177 of 330 ~ 53.64%

%40.3
%53.64

CMYK color model

#8514B1 color CMYK value is (25,89,0,31).

  • cyan value is 24.86%
  • magenta value is 88.70%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(25,89,0,31)
C25M89Y0K31 
(25%,89%,0%,31%)
(0.25/0.89/0.00/0.31)	

CMYK percentages

%24.86
%88.7
%0
%30.59

Codes

Color #8514B1 in popluar color models

8514B1
RGB13320177
HSL283°79.70%38.63%
HSB/HSV283°88.70%69.41%
CMYK24.86%88.70%0.00%
30.59%

Color #8514B1 in popluar number systems.

HEX8514B1
Decimal13320177
Binary100001011010010110001
Octal20524261

Shades and tints

Shades of #8514B1

#8514B1
(133,20,177)
#7913A1
(121,19,161)
#6D1291
(109,18,145)
#611181
(97,17,129)
#551071
(85,16,113)
#490F61
(73,15,97)
#3D0E51
(61,14,81)
#310D41
(49,13,65)
#250C31
(37,12,49)
#190B21
(25,11,33)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #8514B1

#8514B1
(133,20,177)
#9029B8
(144,41,184)
#9B3EBF
(155,62,191)
#A653C6
(166,83,198)
#B168CD
(177,104,205)
#BC7DD4
(188,125,212)
#C792DB
(199,146,219)
#D2A7E2
(210,167,226)
#DDBCE9
(221,188,233)
#E8D1F0
(232,209,240)
#F3E6F7
(243,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8514B1 color. Also use rgb(133,20,177) instead hex code.

Text Font Color

.myTextColor { color: #8514B1; }

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

This text font color is #8514B1.


Background Color

.myBgColor { background-color: #8514B1; }

<div style="background-color:#8514B1">Inner text</div>

This div background color is #8514B1.


Border color

.myBorderColor { border: 1px solid #8514B1; }

<div style="border:3px solid #8514B1">Div</div>

This div border color is #8514B1.


Opacity

.myOpacity80 { color: #8514B1; opacity: 0.8; }

<p style="color:#8514B1;opacity:0.8;">80%</p>

Text with #8514B1 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 #8514B1;}

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

This text has shadow with #8514B1 color.

.textShadow {text-shadow: 3px 3px 1px #8514B1, 3px 3px 1px red;}

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

This text has shadow with #8514B1 primary color and red secondary color.


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

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

This text has shadow with #8514B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8514B1 on black background.


Color preview on white background

This text has color #8514B1 on white background.



Black color preview on #8514B1 background

This text has black color on #8514B1 background.


White color preview on #8514B1 background

This text has white color on #8514B1 background.