COLOR #8F5AC8

HEX: #8F5AC8
RGB: (143,90,200)

Color info

#8F5AC8 contains mainly red and blue colors. Web safe color of #8F5AC8 is #9966CC (or #96C).

RGB color model

#8F5AC8 color RGB value is (143,90,200).

  • red value is 143;
  • green value is 90;
  • blue value is 200.
RGB:
(143,90,200)
(56%,35%,78%)

RGB channels and saturation

R 143 of 255 = 56%
G 90 of 255 = 35%
B 200 of 255 = 78%

143
90
200

R + G + B ~ 56%. #8F5AC8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
143 + 90 + 200 = 433 (100%)
R 143 of 433 ~ 33.03%
G 90 of 433 ~ 20.79%
B 200 of 433 ~ 46.19%

%33.03
%20.79
%46.19

CMYK color model

#8F5AC8 color CMYK value is (29,55,0,22).

  • cyan value is 28.50%
  • magenta value is 55.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(29,55,0,22)
C29M55Y0K22 
(29%,55%,0%,22%)
(0.29/0.55/0.00/0.22)	

CMYK percentages

%28.5
%55
%0
%21.57

Codes

Color #8F5AC8 in popluar color models

8F5AC8
RGB14390200
HSL269°50.00%56.86%
HSB/HSV269°55.00%78.43%
CMYK28.50%55.00%0.00%
21.57%

Color #8F5AC8 in popluar number systems.

HEX8F5AC8
Decimal14390200
Binary10001111101101011001000
Octal217132310

Shades and tints

Shades of #8F5AC8

#8F5AC8
(143,90,200)
#8252B6
(130,82,182)
#754AA4
(117,74,164)
#684292
(104,66,146)
#5B3A80
(91,58,128)
#4E326E
(78,50,110)
#412A5C
(65,42,92)
#34224A
(52,34,74)
#271A38
(39,26,56)
#1A1226
(26,18,38)
#0D0A14
(13,10,20)
#000000
(0,0,0)

Tints of #8F5AC8

#8F5AC8
(143,90,200)
#9969CD
(153,105,205)
#A378D2
(163,120,210)
#AD87D7
(173,135,215)
#B796DC
(183,150,220)
#C1A5E1
(193,165,225)
#CBB4E6
(203,180,230)
#D5C3EB
(213,195,235)
#DFD2F0
(223,210,240)
#E9E1F5
(233,225,245)
#F3F0FA
(243,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F5AC8 color. Also use rgb(143,90,200) instead hex code.

Text Font Color

.myTextColor { color: #8F5AC8; }

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

This text font color is #8F5AC8.


Background Color

.myBgColor { background-color: #8F5AC8; }

<div style="background-color:#8F5AC8">Inner text</div>

This div background color is #8F5AC8.


Border color

.myBorderColor { border: 1px solid #8F5AC8; }

<div style="border:3px solid #8F5AC8">Div</div>

This div border color is #8F5AC8.


Opacity

.myOpacity80 { color: #8F5AC8; opacity: 0.8; }

<p style="color:#8F5AC8;opacity:0.8;">80%</p>

Text with #8F5AC8 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 #8F5AC8;}

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

This text has shadow with #8F5AC8 color.

.textShadow {text-shadow: 3px 3px 1px #8F5AC8, 3px 3px 1px red;}

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

This text has shadow with #8F5AC8 primary color and red secondary color.


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

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

This text has shadow with #8F5AC8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5AC8 on black background.


Color preview on white background

This text has color #8F5AC8 on white background.



Black color preview on #8F5AC8 background

This text has black color on #8F5AC8 background.


White color preview on #8F5AC8 background

This text has white color on #8F5AC8 background.