COLOR #8F6082

HEX: #8F6082 RGB: (143,96,130)

Color info

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

RGB color model

#8F6082 color RGB value is (143,96,130).

RGB: (143,96,130) (56%, 38%, 51%)

RGB channels and saturation

R 143 of 255 = 56%
G 96 of 255 = 38%
B 130 of 255 = 51%

143
96
130

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

Portions of RGB colors in percentages

R + G + B = 143 + 96 + 130 = 369 (100%)
R 143 of 369 ~ 38.75%
G 96 of 369 ~ 26.02%
B 130 of 369 ~ 35.23'%

%38.75
%26.02
%35.23

CMYK color model

#8F6082 color CMYK value is (0,33,9,44).

  • cyan value is 0.00%
  • magenta value is 32.87%
  • yellow value is 9.09%
  • key color value is 43.92%

CMYK: (0,33,9,44)
C0M33Y9K44 (0%, 33%, 9%, 44%)
(0.00 / 0.33 / 0.09 / 0.44)

CMYK percentages

%0
%32.87
%9.09
%43.92

Codes

Color #8F6082 in popluar color models

8F 60 82
RGB 143 96 130
HSL 317° 19.67% 46.86%
HSB/HSV 317° 32.87% 56.08%
CMYK 0.00% 32.87% 9.09%
43.92%

Color #8F6082 in popluar number systems.

HEX 8F 60 82
Decimal 143 96 130
Binary 10001111 1100000 10000010
Octal 217 140 202

Shades and tints

Shades of #8F6082

#8F6082
(143,96,130)
#825877
(130,88,119)
#75506C
(117,80,108)
#684861
(104,72,97)
#5B4056
(91,64,86)
#4E384B
(78,56,75)
#413040
(65,48,64)
#342835
(52,40,53)
#27202A
(39,32,42)
#1A181F
(26,24,31)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #8F6082

#8F6082
(143,96,130)
#996E8D
(153,110,141)
#A37C98
(163,124,152)
#AD8AA3
(173,138,163)
#B798AE
(183,152,174)
#C1A6B9
(193,166,185)
#CBB4C4
(203,180,196)
#D5C2CF
(213,194,207)
#DFD0DA
(223,208,218)
#E9DEE5
(233,222,229)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6082 color. Also use rgb(143,96,130) instead hex code.

Text Font Color

.myTextColor { color: #8F6082; }

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

This text font color is #8F6082.

Background Color

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

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

This div background color is #8F6082.

Border color

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

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

This div border color is #8F6082.

Opacity

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

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

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

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

This text has shadow with #8F6082 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F6082.

Preview

Color preview on black background

This text has color #8F6082 on black background.


Color preview on white background

This text has color #8F6082 on white background.


Black color preview on #8F6082 background

This text has black color on #8F6082 background.


White color preview on #8F6082 background

This text has white color on #8F6082 background.


Related colors

Complementary color

Complementary color for #hex is #709F7D.


I love getcolorcode.com

Triadic colors

1 #828F60 and #60828F with #8F6082 are triadic colors.

2 #82608F and #608F82 with #8F6082 are triadic colors.