COLOR #8F5879

HEX: #8F5879
RGB: (143,88,121)

Color info

#8F5879 contains red, green and blue colors in about the same proportion. Web safe color of #8F5879 is #996666 (or #966).

RGB color model

#8F5879 color RGB value is (143,88,121).

  • red value is 143;
  • green value is 88;
  • blue value is 121.
RGB:
(143,88,121)
(56%,35%,47%)

RGB channels and saturation

R 143 of 255 = 56%
G 88 of 255 = 35%
B 121 of 255 = 47%

143
88
121

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

Portions of RGB colors in percentages

R + G + B =
143 + 88 + 121 = 352 (100%)
R 143 of 352 ~ 40.63%
G 88 of 352 ~ 25%
B 121 of 352 ~ 34.38%

%40.63
%25
%34.38

CMYK color model

#8F5879 color CMYK value is (0,38,15,44).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 15.38%
  • key color value is 43.92%
CMYK:
(0,38,15,44)
C0M38Y15K44 
(0%,38%,15%,44%)
(0.00/0.38/0.15/0.44)	

CMYK percentages

%0
%38.46
%15.38
%43.92

Codes

Color #8F5879 in popluar color models

8F5879
RGB14388121
HSL324°23.81%45.29%
HSB/HSV324°38.46%56.08%
CMYK0.00%38.46%15.38%
43.92%

Color #8F5879 in popluar number systems.

HEX8F5879
Decimal14388121
Binary1000111110110001111001
Octal217130171

Shades and tints

Shades of #8F5879

#8F5879
(143,88,121)
#82506E
(130,80,110)
#754863
(117,72,99)
#684058
(104,64,88)
#5B384D
(91,56,77)
#4E3042
(78,48,66)
#412837
(65,40,55)
#34202C
(52,32,44)
#271821
(39,24,33)
#1A1016
(26,16,22)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #8F5879

#8F5879
(143,88,121)
#996785
(153,103,133)
#A37691
(163,118,145)
#AD859D
(173,133,157)
#B794A9
(183,148,169)
#C1A3B5
(193,163,181)
#CBB2C1
(203,178,193)
#D5C1CD
(213,193,205)
#DFD0D9
(223,208,217)
#E9DFE5
(233,223,229)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F5879 color. Also use rgb(143,88,121) instead hex code.

Text Font Color

.myTextColor { color: #8F5879; }

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

This text font color is #8F5879.


Background Color

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

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

This div background color is #8F5879.


Border color

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

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

This div border color is #8F5879.


Opacity

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

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

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

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

This text has shadow with #8F5879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5879 on black background.


Color preview on white background

This text has color #8F5879 on white background.



Black color preview on #8F5879 background

This text has black color on #8F5879 background.


White color preview on #8F5879 background

This text has white color on #8F5879 background.