COLOR #8F77BE

HEX: #8F77BE RGB: (143,119,190)

Color info

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

RGB color model

#8F77BE color RGB value is (143,119,190).

RGB: (143,119,190) (56%, 47%, 75%)

RGB channels and saturation

R 143 of 255 = 56%
G 119 of 255 = 47%
B 190 of 255 = 75%

143
119
190

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

Portions of RGB colors in percentages

R + G + B = 143 + 119 + 190 = 452 (100%)
R 143 of 452 ~ 31.64%
G 119 of 452 ~ 26.33%
B 190 of 452 ~ 42.04'%

%31.64
%26.33
%42.04

CMYK color model

#8F77BE color CMYK value is (25,37,0,25).

  • cyan value is 24.74%
  • magenta value is 37.37%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (25,37,0,25)
C25M37Y0K25 (25%, 37%, 0%, 25%)
(0.25 / 0.37 / 0.00 / 0.25)

CMYK percentages

%24.74
%37.37
%0
%25.49

Codes

Color #8F77BE in popluar color models

8F 77 BE
RGB 143 119 190
HSL 260° 35.32% 60.59%
HSB/HSV 260° 37.37% 74.51%
CMYK 24.74% 37.37% 0.00%
25.49%

Color #8F77BE in popluar number systems.

HEX 8F 77 BE
Decimal 143 119 190
Binary 10001111 1110111 10111110
Octal 217 167 276

Shades and tints

Shades of #8F77BE

#8F77BE
(143,119,190)
#826DAD
(130,109,173)
#75639C
(117,99,156)
#68598B
(104,89,139)
#5B4F7A
(91,79,122)
#4E4569
(78,69,105)
#413B58
(65,59,88)
#343147
(52,49,71)
#272736
(39,39,54)
#1A1D25
(26,29,37)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #8F77BE

#8F77BE
(143,119,190)
#9983C3
(153,131,195)
#A38FC8
(163,143,200)
#AD9BCD
(173,155,205)
#B7A7D2
(183,167,210)
#C1B3D7
(193,179,215)
#CBBFDC
(203,191,220)
#D5CBE1
(213,203,225)
#DFD7E6
(223,215,230)
#E9E3EB
(233,227,235)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F77BE; }

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

This text font color is #8F77BE.

Background Color

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

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

This div background color is #8F77BE.

Border color

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

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

This div border color is #8F77BE.

Opacity

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

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

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

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

This text has shadow with #8F77BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F77BE.

Preview

Color preview on black background

This text has color #8F77BE on black background.


Color preview on white background

This text has color #8F77BE on white background.


Black color preview on #8F77BE background

This text has black color on #8F77BE background.


White color preview on #8F77BE background

This text has white color on #8F77BE background.


Related colors

Complementary color

Complementary color for #hex is #708841.


I love getcolorcode.com

Triadic colors

1 #BE8F77 and #77BE8F with #8F77BE are triadic colors.

2 #BE778F and #778FBE with #8F77BE are triadic colors.