COLOR #8F7294

HEX: #8F7294
RGB: (143,114,148)

Color info

#8F7294 contains red, green and blue colors in about the same proportion. Web safe color of #8F7294 is #996699 (or #969).

RGB color model

#8F7294 color RGB value is (143,114,148).

  • red value is 143;
  • green value is 114;
  • blue value is 148.
RGB:
(143,114,148)
(56%,45%,58%)

RGB channels and saturation

R 143 of 255 = 56%
G 114 of 255 = 45%
B 148 of 255 = 58%

143
114
148

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

Portions of RGB colors in percentages

R + G + B =
143 + 114 + 148 = 405 (100%)
R 143 of 405 ~ 35.31%
G 114 of 405 ~ 28.15%
B 148 of 405 ~ 36.54%

%35.31
%28.15
%36.54

CMYK color model

#8F7294 color CMYK value is (3,23,0,42).

  • cyan value is 3.38%
  • magenta value is 22.97%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(3,23,0,42)
C3M23Y0K42 
(3%,23%,0%,42%)
(0.03/0.23/0.00/0.42)	

CMYK percentages

%3.38
%22.97
%0
%41.96

Codes

Color #8F7294 in popluar color models

8F7294
RGB143114148
HSL291°13.71%51.37%
HSB/HSV291°22.97%58.04%
CMYK3.38%22.97%0.00%
41.96%

Color #8F7294 in popluar number systems.

HEX8F7294
Decimal143114148
Binary10001111111001010010100
Octal217162224

Shades and tints

Shades of #8F7294

#8F7294
(143,114,148)
#826887
(130,104,135)
#755E7A
(117,94,122)
#68546D
(104,84,109)
#5B4A60
(91,74,96)
#4E4053
(78,64,83)
#413646
(65,54,70)
#342C39
(52,44,57)
#27222C
(39,34,44)
#1A181F
(26,24,31)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #8F7294

#8F7294
(143,114,148)
#997E9D
(153,126,157)
#A38AA6
(163,138,166)
#AD96AF
(173,150,175)
#B7A2B8
(183,162,184)
#C1AEC1
(193,174,193)
#CBBACA
(203,186,202)
#D5C6D3
(213,198,211)
#DFD2DC
(223,210,220)
#E9DEE5
(233,222,229)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7294 color. Also use rgb(143,114,148) instead hex code.

Text Font Color

.myTextColor { color: #8F7294; }

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

This text font color is #8F7294.


Background Color

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

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

This div background color is #8F7294.


Border color

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

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

This div border color is #8F7294.


Opacity

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

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

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

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

This text has shadow with #8F7294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7294 on black background.


Color preview on white background

This text has color #8F7294 on white background.



Black color preview on #8F7294 background

This text has black color on #8F7294 background.


White color preview on #8F7294 background

This text has white color on #8F7294 background.