COLOR #8515C7

HEX: #8515C7
RGB: (133,21,199)

Color info

#8515C7 contains mainly blue color. Web safe color of #8515C7 is #9900CC (or #90C).

RGB color model

#8515C7 color RGB value is (133,21,199).

  • red value is 133;
  • green value is 21;
  • blue value is 199.
RGB:
(133,21,199)
(52%,8%,78%)

RGB channels and saturation

R 133 of 255 = 52%
G 21 of 255 = 8%
B 199 of 255 = 78%

133
21
199

R + G + B ~ 46%. #8515C7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 21 + 199 = 353 (100%)
R 133 of 353 ~ 37.68%
G 21 of 353 ~ 5.95%
B 199 of 353 ~ 56.37%

%37.68
%56.37

CMYK color model

#8515C7 color CMYK value is (33,89,0,22).

  • cyan value is 33.17%
  • magenta value is 89.45%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(33,89,0,22)
C33M89Y0K22 
(33%,89%,0%,22%)
(0.33/0.89/0.00/0.22)	

CMYK percentages

%33.17
%89.45
%0
%21.96

Codes

Color #8515C7 in popluar color models

8515C7
RGB13321199
HSL278°80.91%43.14%
HSB/HSV278°89.45%78.04%
CMYK33.17%89.45%0.00%
21.96%

Color #8515C7 in popluar number systems.

HEX8515C7
Decimal13321199
Binary100001011010111000111
Octal20525307

Shades and tints

Shades of #8515C7

#8515C7
(133,21,199)
#7914B5
(121,20,181)
#6D13A3
(109,19,163)
#611291
(97,18,145)
#55117F
(85,17,127)
#49106D
(73,16,109)
#3D0F5B
(61,15,91)
#310E49
(49,14,73)
#250D37
(37,13,55)
#190C25
(25,12,37)
#0D0B13
(13,11,19)
#000000
(0,0,0)

Tints of #8515C7

#8515C7
(133,21,199)
#902ACC
(144,42,204)
#9B3FD1
(155,63,209)
#A654D6
(166,84,214)
#B169DB
(177,105,219)
#BC7EE0
(188,126,224)
#C793E5
(199,147,229)
#D2A8EA
(210,168,234)
#DDBDEF
(221,189,239)
#E8D2F4
(232,210,244)
#F3E7F9
(243,231,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8515C7 color. Also use rgb(133,21,199) instead hex code.

Text Font Color

.myTextColor { color: #8515C7; }

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

This text font color is #8515C7.


Background Color

.myBgColor { background-color: #8515C7; }

<div style="background-color:#8515C7">Inner text</div>

This div background color is #8515C7.


Border color

.myBorderColor { border: 1px solid #8515C7; }

<div style="border:3px solid #8515C7">Div</div>

This div border color is #8515C7.


Opacity

.myOpacity80 { color: #8515C7; opacity: 0.8; }

<p style="color:#8515C7;opacity:0.8;">80%</p>

Text with #8515C7 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 #8515C7;}

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

This text has shadow with #8515C7 color.

.textShadow {text-shadow: 3px 3px 1px #8515C7, 3px 3px 1px red;}

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

This text has shadow with #8515C7 primary color and red secondary color.


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

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

This text has shadow with #8515C7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8515C7 on black background.


Color preview on white background

This text has color #8515C7 on white background.



Black color preview on #8515C7 background

This text has black color on #8515C7 background.


White color preview on #8515C7 background

This text has white color on #8515C7 background.