COLOR #8556F5

HEX: #8556F5
RGB: (133,86,245)

Color info

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

RGB color model

#8556F5 color RGB value is (133,86,245).

  • red value is 133;
  • green value is 86;
  • blue value is 245.
RGB:
(133,86,245)
(52%,34%,96%)

RGB channels and saturation

R 133 of 255 = 52%
G 86 of 255 = 34%
B 245 of 255 = 96%

133
86
245

R + G + B ~ 61%. #8556F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 86 + 245 = 464 (100%)
R 133 of 464 ~ 28.66%
G 86 of 464 ~ 18.53%
B 245 of 464 ~ 52.8%

%28.66
%18.53
%52.8

CMYK color model

#8556F5 color CMYK value is (46,65,0,4).

  • cyan value is 45.71%
  • magenta value is 64.90%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(46,65,0,4)
C46M65Y0K4 
(46%,65%,0%,4%)
(0.46/0.65/0.00/0.04)	

CMYK percentages

%45.71
%64.9
%0
%3.92

Codes

Color #8556F5 in popluar color models

8556F5
RGB13386245
HSL258°88.83%64.90%
HSB/HSV258°64.90%96.08%
CMYK45.71%64.90%0.00%
3.92%

Color #8556F5 in popluar number systems.

HEX8556F5
Decimal13386245
Binary10000101101011011110101
Octal205126365

Shades and tints

Shades of #8556F5

#8556F5
(133,86,245)
#794FDF
(121,79,223)
#6D48C9
(109,72,201)
#6141B3
(97,65,179)
#553A9D
(85,58,157)
#493387
(73,51,135)
#3D2C71
(61,44,113)
#31255B
(49,37,91)
#251E45
(37,30,69)
#19172F
(25,23,47)
#0D1019
(13,16,25)
#000000
(0,0,0)

Tints of #8556F5

#8556F5
(133,86,245)
#9065F5
(144,101,245)
#9B74F5
(155,116,245)
#A683F5
(166,131,245)
#B192F5
(177,146,245)
#BCA1F5
(188,161,245)
#C7B0F5
(199,176,245)
#D2BFF5
(210,191,245)
#DDCEF5
(221,206,245)
#E8DDF5
(232,221,245)
#F3ECF5
(243,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8556F5 color. Also use rgb(133,86,245) instead hex code.

Text Font Color

.myTextColor { color: #8556F5; }

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

This text font color is #8556F5.


Background Color

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

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

This div background color is #8556F5.


Border color

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

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

This div border color is #8556F5.


Opacity

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

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

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

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

This text has shadow with #8556F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8556F5 on black background.


Color preview on white background

This text has color #8556F5 on white background.



Black color preview on #8556F5 background

This text has black color on #8556F5 background.


White color preview on #8556F5 background

This text has white color on #8556F5 background.