COLOR #8F5388

HEX: #8F5388 RGB: (143,83,136)

Color info

#8F5388 contains mainly red and blue colors. Web safe color of #8F5388 is #996699 (or #969).

RGB color model

#8F5388 color RGB value is (143,83,136).

RGB: (143,83,136) (56%, 33%, 53%)

RGB channels and saturation

R 143 of 255 = 56%
G 83 of 255 = 33%
B 136 of 255 = 53%

143
83
136

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

Portions of RGB colors in percentages

R + G + B = 143 + 83 + 136 = 362 (100%)
R 143 of 362 ~ 39.5%
G 83 of 362 ~ 22.93%
B 136 of 362 ~ 37.57'%

%39.5
%22.93
%37.57

CMYK color model

#8F5388 color CMYK value is (0,42,5,44).

  • cyan value is 0.00%
  • magenta value is 41.96%
  • yellow value is 4.90%
  • key color value is 43.92%

CMYK: (0,42,5,44)
C0M42Y5K44 (0%, 42%, 5%, 44%)
(0.00 / 0.42 / 0.05 / 0.44)

CMYK percentages

%0
%41.96
%4.9
%43.92

Codes

Color #8F5388 in popluar color models

8F 53 88
RGB 143 83 136
HSL 307° 26.55% 44.31%
HSB/HSV 307° 41.96% 56.08%
CMYK 0.00% 41.96% 4.90%
43.92%

Color #8F5388 in popluar number systems.

HEX 8F 53 88
Decimal 143 83 136
Binary 10001111 1010011 10001000
Octal 217 123 210

Shades and tints

Shades of #8F5388

#8F5388
(143,83,136)
#824C7C
(130,76,124)
#754570
(117,69,112)
#683E64
(104,62,100)
#5B3758
(91,55,88)
#4E304C
(78,48,76)
#412940
(65,41,64)
#342234
(52,34,52)
#271B28
(39,27,40)
#1A141C
(26,20,28)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #8F5388

#8F5388
(143,83,136)
#996292
(153,98,146)
#A3719C
(163,113,156)
#AD80A6
(173,128,166)
#B78FB0
(183,143,176)
#C19EBA
(193,158,186)
#CBADC4
(203,173,196)
#D5BCCE
(213,188,206)
#DFCBD8
(223,203,216)
#E9DAE2
(233,218,226)
#F3E9EC
(243,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F5388 color. Also use rgb(143,83,136) instead hex code.

Text Font Color

.myTextColor { color: #8F5388; }

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

This text font color is #8F5388.

Background Color

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

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

This div background color is #8F5388.

Border color

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

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

This div border color is #8F5388.

Opacity

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

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

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

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

This text has shadow with #8F5388 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F5388.

Preview

Color preview on black background

This text has color #8F5388 on black background.


Color preview on white background

This text has color #8F5388 on white background.


Black color preview on #8F5388 background

This text has black color on #8F5388 background.


White color preview on #8F5388 background

This text has white color on #8F5388 background.


Related colors

Complementary color

Complementary color for #hex is #70AC77.


I love getcolorcode.com

Triadic colors

1 #888F53 and #53888F with #8F5388 are triadic colors.

2 #88538F and #538F88 with #8F5388 are triadic colors.