COLOR #8F77BC

HEX: #8F77BC RGB: (143,119,188)

Color info

#8F77BC contains mainly red and blue colors. Web safe color of #8F77BC is #9966CC (or #96C).

RGB color model

#8F77BC color RGB value is (143,119,188).

RGB: (143,119,188) (56%, 47%, 74%)

RGB channels and saturation

R 143 of 255 = 56%
G 119 of 255 = 47%
B 188 of 255 = 74%

143
119
188

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

Portions of RGB colors in percentages

R + G + B = 143 + 119 + 188 = 450 (100%)
R 143 of 450 ~ 31.78%
G 119 of 450 ~ 26.44%
B 188 of 450 ~ 41.78'%

%31.78
%26.44
%41.78

CMYK color model

#8F77BC color CMYK value is (24,37,0,26).

  • cyan value is 23.94%
  • magenta value is 36.70%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (24,37,0,26)
C24M37Y0K26 (24%, 37%, 0%, 26%)
(0.24 / 0.37 / 0.00 / 0.26)

CMYK percentages

%23.94
%36.7
%0
%26.27

Codes

Color #8F77BC in popluar color models

8F 77 BC
RGB 143 119 188
HSL 261° 33.99% 60.20%
HSB/HSV 261° 36.70% 73.73%
CMYK 23.94% 36.70% 0.00%
26.27%

Color #8F77BC in popluar number systems.

HEX 8F 77 BC
Decimal 143 119 188
Binary 10001111 1110111 10111100
Octal 217 167 274

Shades and tints

Shades of #8F77BC

#8F77BC
(143,119,188)
#826DAB
(130,109,171)
#75639A
(117,99,154)
#685989
(104,89,137)
#5B4F78
(91,79,120)
#4E4567
(78,69,103)
#413B56
(65,59,86)
#343145
(52,49,69)
#272734
(39,39,52)
#1A1D23
(26,29,35)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #8F77BC

#8F77BC
(143,119,188)
#9983C2
(153,131,194)
#A38FC8
(163,143,200)
#AD9BCE
(173,155,206)
#B7A7D4
(183,167,212)
#C1B3DA
(193,179,218)
#CBBFE0
(203,191,224)
#D5CBE6
(213,203,230)
#DFD7EC
(223,215,236)
#E9E3F2
(233,227,242)
#F3EFF8
(243,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F77BC color. Also use rgb(143,119,188) instead hex code.

Text Font Color

.myTextColor { color: #8F77BC; }

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

This text font color is #8F77BC.

Background Color

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

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

This div background color is #8F77BC.

Border color

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

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

This div border color is #8F77BC.

Opacity

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

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

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

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

This text has shadow with #8F77BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F77BC.

Preview

Color preview on black background

This text has color #8F77BC on black background.


Color preview on white background

This text has color #8F77BC on white background.


Black color preview on #8F77BC background

This text has black color on #8F77BC background.


White color preview on #8F77BC background

This text has white color on #8F77BC background.


Related colors

Complementary color

Complementary color for #hex is #708843.


I love getcolorcode.com

Triadic colors

1 #BC8F77 and #77BC8F with #8F77BC are triadic colors.

2 #BC778F and #778FBC with #8F77BC are triadic colors.