COLOR #8F648B

HEX: #8F648B
RGB: (143,100,139)

Color info

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

RGB color model

#8F648B color RGB value is (143,100,139).

  • red value is 143;
  • green value is 100;
  • blue value is 139.
RGB:
(143,100,139)
(56%,39%,55%)

RGB channels and saturation

R 143 of 255 = 56%
G 100 of 255 = 39%
B 139 of 255 = 55%

143
100
139

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

Portions of RGB colors in percentages

R + G + B =
143 + 100 + 139 = 382 (100%)
R 143 of 382 ~ 37.43%
G 100 of 382 ~ 26.18%
B 139 of 382 ~ 36.39%

%37.43
%26.18
%36.39

CMYK color model

#8F648B color CMYK value is (0,30,3,44).

  • cyan value is 0.00%
  • magenta value is 30.07%
  • yellow value is 2.80%
  • key color value is 43.92%
CMYK:
(0,30,3,44)
C0M30Y3K44 
(0%,30%,3%,44%)
(0.00/0.30/0.03/0.44)	

CMYK percentages

%0
%30.07
%2.8
%43.92

Codes

Color #8F648B in popluar color models

8F648B
RGB143100139
HSL306°17.70%47.65%
HSB/HSV306°30.07%56.08%
CMYK0.00%30.07%2.80%
43.92%

Color #8F648B in popluar number systems.

HEX8F648B
Decimal143100139
Binary10001111110010010001011
Octal217144213

Shades and tints

Shades of #8F648B

#8F648B
(143,100,139)
#825B7F
(130,91,127)
#755273
(117,82,115)
#684967
(104,73,103)
#5B405B
(91,64,91)
#4E374F
(78,55,79)
#412E43
(65,46,67)
#342537
(52,37,55)
#271C2B
(39,28,43)
#1A131F
(26,19,31)
#0D0A13
(13,10,19)
#000000
(0,0,0)

Tints of #8F648B

#8F648B
(143,100,139)
#997295
(153,114,149)
#A3809F
(163,128,159)
#AD8EA9
(173,142,169)
#B79CB3
(183,156,179)
#C1AABD
(193,170,189)
#CBB8C7
(203,184,199)
#D5C6D1
(213,198,209)
#DFD4DB
(223,212,219)
#E9E2E5
(233,226,229)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F648B color. Also use rgb(143,100,139) instead hex code.

Text Font Color

.myTextColor { color: #8F648B; }

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

This text font color is #8F648B.


Background Color

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

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

This div background color is #8F648B.


Border color

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

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

This div border color is #8F648B.


Opacity

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

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

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

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

This text has shadow with #8F648B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F648B on black background.


Color preview on white background

This text has color #8F648B on white background.



Black color preview on #8F648B background

This text has black color on #8F648B background.


White color preview on #8F648B background

This text has white color on #8F648B background.