COLOR #8F588A

HEX: #8F588A
RGB: (143,88,138)

Color info

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

RGB color model

#8F588A color RGB value is (143,88,138).

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

RGB channels and saturation

R 143 of 255 = 56%
G 88 of 255 = 35%
B 138 of 255 = 54%

143
88
138

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

Portions of RGB colors in percentages

R + G + B =
143 + 88 + 138 = 369 (100%)
R 143 of 369 ~ 38.75%
G 88 of 369 ~ 23.85%
B 138 of 369 ~ 37.4%

%38.75
%23.85
%37.4

CMYK color model

#8F588A color CMYK value is (0,38,3,44).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 3.50%
  • key color value is 43.92%
CMYK:
(0,38,3,44)
C0M38Y3K44 
(0%,38%,3%,44%)
(0.00/0.38/0.03/0.44)	

CMYK percentages

%0
%38.46
%3.5
%43.92

Codes

Color #8F588A in popluar color models

8F588A
RGB14388138
HSL305°23.81%45.29%
HSB/HSV305°38.46%56.08%
CMYK0.00%38.46%3.50%
43.92%

Color #8F588A in popluar number systems.

HEX8F588A
Decimal14388138
Binary10001111101100010001010
Octal217130212

Shades and tints

Shades of #8F588A

#8F588A
(143,88,138)
#82507E
(130,80,126)
#754872
(117,72,114)
#684066
(104,64,102)
#5B385A
(91,56,90)
#4E304E
(78,48,78)
#412842
(65,40,66)
#342036
(52,32,54)
#27182A
(39,24,42)
#1A101E
(26,16,30)
#0D0812
(13,8,18)
#000000
(0,0,0)

Tints of #8F588A

#8F588A
(143,88,138)
#996794
(153,103,148)
#A3769E
(163,118,158)
#AD85A8
(173,133,168)
#B794B2
(183,148,178)
#C1A3BC
(193,163,188)
#CBB2C6
(203,178,198)
#D5C1D0
(213,193,208)
#DFD0DA
(223,208,218)
#E9DFE4
(233,223,228)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F588A; }

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

This text font color is #8F588A.


Background Color

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

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

This div background color is #8F588A.


Border color

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

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

This div border color is #8F588A.


Opacity

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

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

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

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

This text has shadow with #8F588A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F588A on black background.


Color preview on white background

This text has color #8F588A on white background.



Black color preview on #8F588A background

This text has black color on #8F588A background.


White color preview on #8F588A background

This text has white color on #8F588A background.