COLOR #8F5385

HEX: #8F5385 RGB: (143,83,133)

Color info

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

RGB color model

#8F5385 color RGB value is (143,83,133).

RGB: (143,83,133) (56%, 33%, 52%)

RGB channels and saturation

R 143 of 255 = 56%
G 83 of 255 = 33%
B 133 of 255 = 52%

143
83
133

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

Portions of RGB colors in percentages

R + G + B = 143 + 83 + 133 = 359 (100%)
R 143 of 359 ~ 39.83%
G 83 of 359 ~ 23.12%
B 133 of 359 ~ 37.05'%

%39.83
%23.12
%37.05

CMYK color model

#8F5385 color CMYK value is (0,42,7,44).

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

CMYK: (0,42,7,44)
C0M42Y7K44 (0%, 42%, 7%, 44%)
(0.00 / 0.42 / 0.07 / 0.44)

CMYK percentages

%0
%41.96
%6.99
%43.92

Codes

Color #8F5385 in popluar color models

8F 53 85
RGB 143 83 133
HSL 310° 26.55% 44.31%
HSB/HSV 310° 41.96% 56.08%
CMYK 0.00% 41.96% 6.99%
43.92%

Color #8F5385 in popluar number systems.

HEX 8F 53 85
Decimal 143 83 133
Binary 10001111 1010011 10000101
Octal 217 123 205

Shades and tints

Shades of #8F5385

#8F5385
(143,83,133)
#824C79
(130,76,121)
#75456D
(117,69,109)
#683E61
(104,62,97)
#5B3755
(91,55,85)
#4E3049
(78,48,73)
#41293D
(65,41,61)
#342231
(52,34,49)
#271B25
(39,27,37)
#1A1419
(26,20,25)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #8F5385

#8F5385
(143,83,133)
#996290
(153,98,144)
#A3719B
(163,113,155)
#AD80A6
(173,128,166)
#B78FB1
(183,143,177)
#C19EBC
(193,158,188)
#CBADC7
(203,173,199)
#D5BCD2
(213,188,210)
#DFCBDD
(223,203,221)
#E9DAE8
(233,218,232)
#F3E9F3
(243,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F5385; }

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

This text font color is #8F5385.

Background Color

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

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

This div background color is #8F5385.

Border color

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

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

This div border color is #8F5385.

Opacity

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

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

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

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

This text has shadow with #8F5385 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F5385.

Preview

Color preview on black background

This text has color #8F5385 on black background.


Color preview on white background

This text has color #8F5385 on white background.


Black color preview on #8F5385 background

This text has black color on #8F5385 background.


White color preview on #8F5385 background

This text has white color on #8F5385 background.


Related colors

Complementary color

Complementary color for #hex is #70AC7A.


I love getcolorcode.com

Triadic colors

1 #858F53 and #53858F with #8F5385 are triadic colors.

2 #85538F and #538F85 with #8F5385 are triadic colors.