COLOR #8763F1

HEX: #8763F1
RGB: (135,99,241)

Color info

#8763F1 contains mainly blue color. Web safe color of #8763F1 is #9966FF (or #96F).

RGB color model

#8763F1 color RGB value is (135,99,241).

  • red value is 135;
  • green value is 99;
  • blue value is 241.
RGB:
(135,99,241)
(53%,39%,95%)

RGB channels and saturation

R 135 of 255 = 53%
G 99 of 255 = 39%
B 241 of 255 = 95%

135
99
241

R + G + B ~ 62%. #8763F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 99 + 241 = 475 (100%)
R 135 of 475 ~ 28.42%
G 99 of 475 ~ 20.84%
B 241 of 475 ~ 50.74%

%28.42
%20.84
%50.74

CMYK color model

#8763F1 color CMYK value is (44,59,0,5).

  • cyan value is 43.98%
  • magenta value is 58.92%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(44,59,0,5)
C44M59Y0K5 
(44%,59%,0%,5%)
(0.44/0.59/0.00/0.05)	

CMYK percentages

%43.98
%58.92
%0
%5.49

Codes

Color #8763F1 in popluar color models

8763F1
RGB13599241
HSL255°83.53%66.67%
HSB/HSV255°58.92%94.51%
CMYK43.98%58.92%0.00%
5.49%

Color #8763F1 in popluar number systems.

HEX8763F1
Decimal13599241
Binary10000111110001111110001
Octal207143361

Shades and tints

Shades of #8763F1

#8763F1
(135,99,241)
#7B5ADC
(123,90,220)
#6F51C7
(111,81,199)
#6348B2
(99,72,178)
#573F9D
(87,63,157)
#4B3688
(75,54,136)
#3F2D73
(63,45,115)
#33245E
(51,36,94)
#271B49
(39,27,73)
#1B1234
(27,18,52)
#0F091F
(15,9,31)
#000000
(0,0,0)

Tints of #8763F1

#8763F1
(135,99,241)
#9171F2
(145,113,242)
#9B7FF3
(155,127,243)
#A58DF4
(165,141,244)
#AF9BF5
(175,155,245)
#B9A9F6
(185,169,246)
#C3B7F7
(195,183,247)
#CDC5F8
(205,197,248)
#D7D3F9
(215,211,249)
#E1E1FA
(225,225,250)
#EBEFFB
(235,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8763F1 color. Also use rgb(135,99,241) instead hex code.

Text Font Color

.myTextColor { color: #8763F1; }

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

This text font color is #8763F1.


Background Color

.myBgColor { background-color: #8763F1; }

<div style="background-color:#8763F1">Inner text</div>

This div background color is #8763F1.


Border color

.myBorderColor { border: 1px solid #8763F1; }

<div style="border:3px solid #8763F1">Div</div>

This div border color is #8763F1.


Opacity

.myOpacity80 { color: #8763F1; opacity: 0.8; }

<p style="color:#8763F1;opacity:0.8;">80%</p>

Text with #8763F1 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 #8763F1;}

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

This text has shadow with #8763F1 color.

.textShadow {text-shadow: 3px 3px 1px #8763F1, 3px 3px 1px red;}

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

This text has shadow with #8763F1 primary color and red secondary color.


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

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

This text has shadow with #8763F1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8763F1 on black background.


Color preview on white background

This text has color #8763F1 on white background.



Black color preview on #8763F1 background

This text has black color on #8763F1 background.


White color preview on #8763F1 background

This text has white color on #8763F1 background.