COLOR #8746F5

HEX: #8746F5 RGB: (135,70,245)

Color info

#8746F5 contains mainly blue color. Web safe color of #8746F5 is #9933FF (or #93F).

RGB color model

#8746F5 color RGB value is (135,70,245).

RGB: (135,70,245) (53%, 27%, 96%)

RGB channels and saturation

R 135 of 255 = 53%
G 70 of 255 = 27%
B 245 of 255 = 96%

135
70
245

R + G + B ~ 59%. #8746F5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 70 + 245 = 450 (100%)
R 135 of 450 ~ 30%
G 70 of 450 ~ 15.56%
B 245 of 450 ~ 54.44'%

%30
%15.56
%54.44

CMYK color model

#8746F5 color CMYK value is (45,71,0,4).

  • cyan value is 44.90%
  • magenta value is 71.43%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (45,71,0,4)
C45M71Y0K4 (45%, 71%, 0%, 4%)
(0.45 / 0.71 / 0.00 / 0.04)

CMYK percentages

%44.9
%71.43
%0
%3.92

Codes

Color #8746F5 in popluar color models

87 46 F5
RGB 135 70 245
HSL 262° 89.74% 61.76%
HSB/HSV 262° 71.43% 96.08%
CMYK 44.90% 71.43% 0.00%
3.92%

Color #8746F5 in popluar number systems.

HEX 87 46 F5
Decimal 135 70 245
Binary 10000111 1000110 11110101
Octal 207 106 365

Shades and tints

Shades of #8746F5

#8746F5
(135,70,245)
#7B40DF
(123,64,223)
#6F3AC9
(111,58,201)
#6334B3
(99,52,179)
#572E9D
(87,46,157)
#4B2887
(75,40,135)
#3F2271
(63,34,113)
#331C5B
(51,28,91)
#271645
(39,22,69)
#1B102F
(27,16,47)
#0F0A19
(15,10,25)
#000000
(0,0,0)

Tints of #8746F5

#8746F5
(135,70,245)
#9156F5
(145,86,245)
#9B66F5
(155,102,245)
#A576F5
(165,118,245)
#AF86F5
(175,134,245)
#B996F5
(185,150,245)
#C3A6F5
(195,166,245)
#CDB6F5
(205,182,245)
#D7C6F5
(215,198,245)
#E1D6F5
(225,214,245)
#EBE6F5
(235,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8746F5 color. Also use rgb(135,70,245) instead hex code.

Text Font Color

.myTextColor { color: #8746F5; }

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

This text font color is #8746F5.

Background Color

.myBgColor { background-color: #8746F5; }

<div style="background-color:#8746F5">Inner text</div>

This div background color is #8746F5.

Border color

.myBorderColor { border: 1px solid #8746F5; }

<div style="border:3px solid #8746F5">Div</div>

This div border color is #8746F5.

Opacity

.myOpacity80 { color: #8746F5; opacity: 0.8; }

<p style="color:#8746F5;opacity:0.8;">80%</p>

Text with #8746F5 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 #8746F5;}

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

This text has shadow with #8746F5 color.


.textShadow {text-shadow: 3px 3px 1px #8746F5', 3px 3px 1px red;}

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

This text has shadow with #8746F5 primary color and red secondary color.


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

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

This text has shadow with #8746F5 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8746F5; -webkit-box-shadow: 1px 1px 3px 2px #8746F5; box-shadow:1px 1px 3px 2px #8746F5;">
Div content here
</div>

This div box has shadow with color #8746F5.

Preview

Color preview on black background

This text has color #8746F5 on black background.


Color preview on white background

This text has color #8746F5 on white background.


Black color preview on #8746F5 background

This text has black color on #8746F5 background.


White color preview on #8746F5 background

This text has white color on #8746F5 background.


Related colors

Complementary color

Complementary color for #hex is #78B90A.


I love getcolorcode.com

Triadic colors

1 #F58746 and #46F587 with #8746F5 are triadic colors.

2 #F54687 and #4687F5 with #8746F5 are triadic colors.