COLOR #8F5FCC

HEX: #8F5FCC
RGB: (143,95,204)

Color info

#8F5FCC contains mainly blue color. Web safe color of #8F5FCC is #9966CC (or #96C).

RGB color model

#8F5FCC color RGB value is (143,95,204).

  • red value is 143;
  • green value is 95;
  • blue value is 204.
RGB:
(143,95,204)
(56%,37%,80%)

RGB channels and saturation

R 143 of 255 = 56%
G 95 of 255 = 37%
B 204 of 255 = 80%

143
95
204

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

Portions of RGB colors in percentages

R + G + B =
143 + 95 + 204 = 442 (100%)
R 143 of 442 ~ 32.35%
G 95 of 442 ~ 21.49%
B 204 of 442 ~ 46.15%

%32.35
%21.49
%46.15

CMYK color model

#8F5FCC color CMYK value is (30,53,0,20).

  • cyan value is 29.90%
  • magenta value is 53.43%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(30,53,0,20)
C30M53Y0K20 
(30%,53%,0%,20%)
(0.30/0.53/0.00/0.20)	

CMYK percentages

%29.9
%53.43
%0
%20

Codes

Color #8F5FCC in popluar color models

8F5FCC
RGB14395204
HSL266°51.66%58.63%
HSB/HSV266°53.43%80.00%
CMYK29.90%53.43%0.00%
20.00%

Color #8F5FCC in popluar number systems.

HEX8F5FCC
Decimal14395204
Binary10001111101111111001100
Octal217137314

Shades and tints

Shades of #8F5FCC

#8F5FCC
(143,95,204)
#8257BA
(130,87,186)
#754FA8
(117,79,168)
#684796
(104,71,150)
#5B3F84
(91,63,132)
#4E3772
(78,55,114)
#412F60
(65,47,96)
#34274E
(52,39,78)
#271F3C
(39,31,60)
#1A172A
(26,23,42)
#0D0F18
(13,15,24)
#000000
(0,0,0)

Tints of #8F5FCC

#8F5FCC
(143,95,204)
#996DD0
(153,109,208)
#A37BD4
(163,123,212)
#AD89D8
(173,137,216)
#B797DC
(183,151,220)
#C1A5E0
(193,165,224)
#CBB3E4
(203,179,228)
#D5C1E8
(213,193,232)
#DFCFEC
(223,207,236)
#E9DDF0
(233,221,240)
#F3EBF4
(243,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F5FCC color. Also use rgb(143,95,204) instead hex code.

Text Font Color

.myTextColor { color: #8F5FCC; }

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

This text font color is #8F5FCC.


Background Color

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

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

This div background color is #8F5FCC.


Border color

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

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

This div border color is #8F5FCC.


Opacity

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

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

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

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

This text has shadow with #8F5FCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5FCC on black background.


Color preview on white background

This text has color #8F5FCC on white background.



Black color preview on #8F5FCC background

This text has black color on #8F5FCC background.


White color preview on #8F5FCC background

This text has white color on #8F5FCC background.