COLOR #8F469B

HEX: #8F469B
RGB: (143,70,155)

Color info

#8F469B contains mainly red and blue colors. Web safe color of #8F469B is #993399 (or #939).

RGB color model

#8F469B color RGB value is (143,70,155).

  • red value is 143;
  • green value is 70;
  • blue value is 155.
RGB:
(143,70,155)
(56%,27%,61%)

RGB channels and saturation

R 143 of 255 = 56%
G 70 of 255 = 27%
B 155 of 255 = 61%

143
70
155

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

Portions of RGB colors in percentages

R + G + B =
143 + 70 + 155 = 368 (100%)
R 143 of 368 ~ 38.86%
G 70 of 368 ~ 19.02%
B 155 of 368 ~ 42.12%

%38.86
%19.02
%42.12

CMYK color model

#8F469B color CMYK value is (8,55,0,39).

  • cyan value is 7.74%
  • magenta value is 54.84%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(8,55,0,39)
C8M55Y0K39 
(8%,55%,0%,39%)
(0.08/0.55/0.00/0.39)	

CMYK percentages

%7.74
%54.84
%0
%39.22

Codes

Color #8F469B in popluar color models

8F469B
RGB14370155
HSL292°37.78%44.12%
HSB/HSV292°54.84%60.78%
CMYK7.74%54.84%0.00%
39.22%

Color #8F469B in popluar number systems.

HEX8F469B
Decimal14370155
Binary10001111100011010011011
Octal217106233

Shades and tints

Shades of #8F469B

#8F469B
(143,70,155)
#82408D
(130,64,141)
#753A7F
(117,58,127)
#683471
(104,52,113)
#5B2E63
(91,46,99)
#4E2855
(78,40,85)
#412247
(65,34,71)
#341C39
(52,28,57)
#27162B
(39,22,43)
#1A101D
(26,16,29)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #8F469B

#8F469B
(143,70,155)
#9956A4
(153,86,164)
#A366AD
(163,102,173)
#AD76B6
(173,118,182)
#B786BF
(183,134,191)
#C196C8
(193,150,200)
#CBA6D1
(203,166,209)
#D5B6DA
(213,182,218)
#DFC6E3
(223,198,227)
#E9D6EC
(233,214,236)
#F3E6F5
(243,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F469B color. Also use rgb(143,70,155) instead hex code.

Text Font Color

.myTextColor { color: #8F469B; }

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

This text font color is #8F469B.


Background Color

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

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

This div background color is #8F469B.


Border color

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

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

This div border color is #8F469B.


Opacity

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

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

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

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

This text has shadow with #8F469B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F469B on black background.


Color preview on white background

This text has color #8F469B on white background.



Black color preview on #8F469B background

This text has black color on #8F469B background.


White color preview on #8F469B background

This text has white color on #8F469B background.