COLOR #8F2689

HEX: #8F2689 RGB: (143,38,137)

Color info

#8F2689 contains mainly red and blue colors. Web safe color of #8F2689 is #993399 (or #939).

RGB color model

#8F2689 color RGB value is (143,38,137).

RGB: (143,38,137) (56%, 15%, 54%)

RGB channels and saturation

R 143 of 255 = 56%
G 38 of 255 = 15%
B 137 of 255 = 54%

143
38
137

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

Portions of RGB colors in percentages

R + G + B = 143 + 38 + 137 = 318 (100%)
R 143 of 318 ~ 44.97%
G 38 of 318 ~ 11.95%
B 137 of 318 ~ 43.08'%

%44.97
%11.95
%43.08

CMYK color model

#8F2689 color CMYK value is (0,73,4,44).

  • cyan value is 0.00%
  • magenta value is 73.43%
  • yellow value is 4.20%
  • key color value is 43.92%
CMYK: (0,73,4,44) C0M73Y4K44 (0%,73%,4%,44%) (0.00/0.73/0.04/0.44) 

CMYK percentages

%0
%73.43
%4.2
%43.92

Codes

Color #8F2689 in popluar color models

8F 26 89
RGB 143 38 137
HSL 303° 58.01% 35.49%
HSB/HSV 303° 73.43% 56.08%
CMYK 0.00% 73.43% 4.20%
43.92%

Color #8F2689 in popluar number systems.

HEX 8F 26 89
Decimal 143 38 137
Binary 10001111 100110 10001001
Octal 217 46 211

Shades and tints

Shades of #8F2689

#8F2689
(143,38,137)
#82237D
(130,35,125)
#752071
(117,32,113)
#681D65
(104,29,101)
#5B1A59
(91,26,89)
#4E174D
(78,23,77)
#411441
(65,20,65)
#341135
(52,17,53)
#270E29
(39,14,41)
#1A0B1D
(26,11,29)
#0D0811
(13,8,17)
#000000
(0,0,0)

Tints of #8F2689

#8F2689
(143,38,137)
#993993
(153,57,147)
#A34C9D
(163,76,157)
#AD5FA7
(173,95,167)
#B772B1
(183,114,177)
#C185BB
(193,133,187)
#CB98C5
(203,152,197)
#D5ABCF
(213,171,207)
#DFBED9
(223,190,217)
#E9D1E3
(233,209,227)
#F3E4ED
(243,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F2689 color. Also use rgb(143,38,137) instead hex code.

Text Font Color

.myTextColor { color: #8F2689; }

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

This text font color is #8F2689.

Background Color

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

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

This div background color is #8F2689.

Border color

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

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

This div border color is #8F2689.

Opacity

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

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

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

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

This text has shadow with #8F2689 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F2689.

Preview

Color preview on black background

This text has color #8F2689 on black background.


Color preview on white background

This text has color #8F2689 on white background.


Black color preview on #8F2689 background

This text has black color on #8F2689 background.


White color preview on #8F2689 background

This text has white color on #8F2689 background.


Related colors

Complementary color

Complementary color for #hex is #70D976.


I love getcolorcode.com

Triadic colors

1 #898F26 and #26898F with #8F2689 are triadic colors.

2 #89268F and #268F89 with #8F2689 are triadic colors.