COLOR #8F5A8D

HEX: #8F5A8D RGB: (143,90,141)

Color info

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

RGB color model

#8F5A8D color RGB value is (143,90,141).

RGB: (143,90,141) (56%, 35%, 55%)

RGB channels and saturation

R 143 of 255 = 56%
G 90 of 255 = 35%
B 141 of 255 = 55%

143
90
141

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

Portions of RGB colors in percentages

R + G + B = 143 + 90 + 141 = 374 (100%)
R 143 of 374 ~ 38.24%
G 90 of 374 ~ 24.06%
B 141 of 374 ~ 37.7'%

%38.24
%24.06
%37.7

CMYK color model

#8F5A8D color CMYK value is (0,37,1,44).

  • cyan value is 0.00%
  • magenta value is 37.06%
  • yellow value is 1.40%
  • key color value is 43.92%

CMYK: (0,37,1,44)
C0M37Y1K44 (0%, 37%, 1%, 44%)
(0.00 / 0.37 / 0.01 / 0.44)

CMYK percentages

%0
%37.06
%1.4
%43.92

Codes

Color #8F5A8D in popluar color models

8F 5A 8D
RGB 143 90 141
HSL 302° 22.75% 45.69%
HSB/HSV 302° 37.06% 56.08%
CMYK 0.00% 37.06% 1.40%
43.92%

Color #8F5A8D in popluar number systems.

HEX 8F 5A 8D
Decimal 143 90 141
Binary 10001111 1011010 10001101
Octal 217 132 215

Shades and tints

Shades of #8F5A8D

#8F5A8D
(143,90,141)
#825281
(130,82,129)
#754A75
(117,74,117)
#684269
(104,66,105)
#5B3A5D
(91,58,93)
#4E3251
(78,50,81)
#412A45
(65,42,69)
#342239
(52,34,57)
#271A2D
(39,26,45)
#1A1221
(26,18,33)
#0D0A15
(13,10,21)
#000000
(0,0,0)

Tints of #8F5A8D

#8F5A8D
(143,90,141)
#996997
(153,105,151)
#A378A1
(163,120,161)
#AD87AB
(173,135,171)
#B796B5
(183,150,181)
#C1A5BF
(193,165,191)
#CBB4C9
(203,180,201)
#D5C3D3
(213,195,211)
#DFD2DD
(223,210,221)
#E9E1E7
(233,225,231)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F5A8D color. Also use rgb(143,90,141) instead hex code.

Text Font Color

.myTextColor { color: #8F5A8D; }

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

This text font color is #8F5A8D.

Background Color

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

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

This div background color is #8F5A8D.

Border color

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

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

This div border color is #8F5A8D.

Opacity

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

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

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

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

This text has shadow with #8F5A8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F5A8D.

Preview

Color preview on black background

This text has color #8F5A8D on black background.


Color preview on white background

This text has color #8F5A8D on white background.


Black color preview on #8F5A8D background

This text has black color on #8F5A8D background.


White color preview on #8F5A8D background

This text has white color on #8F5A8D background.


Related colors

Complementary color

Complementary color for #hex is #70A572.


I love getcolorcode.com

Triadic colors

1 #8D8F5A and #5A8D8F with #8F5A8D are triadic colors.

2 #8D5A8F and #5A8F8D with #8F5A8D are triadic colors.