COLOR #8F638C

HEX: #8F638C RGB: (143,99,140)

Color info

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

RGB color model

#8F638C color RGB value is (143,99,140).

RGB: (143,99,140) (56%, 39%, 55%)

RGB channels and saturation

R 143 of 255 = 56%
G 99 of 255 = 39%
B 140 of 255 = 55%

143
99
140

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

Portions of RGB colors in percentages

R + G + B = 143 + 99 + 140 = 382 (100%)
R 143 of 382 ~ 37.43%
G 99 of 382 ~ 25.92%
B 140 of 382 ~ 36.65'%

%37.43
%25.92
%36.65

CMYK color model

#8F638C color CMYK value is (0,31,2,44).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 2.10%
  • key color value is 43.92%

CMYK: (0,31,2,44)
C0M31Y2K44 (0%, 31%, 2%, 44%)
(0.00 / 0.31 / 0.02 / 0.44)

CMYK percentages

%0
%30.77
%2.1
%43.92

Codes

Color #8F638C in popluar color models

8F 63 8C
RGB 143 99 140
HSL 304° 18.18% 47.45%
HSB/HSV 304° 30.77% 56.08%
CMYK 0.00% 30.77% 2.10%
43.92%

Color #8F638C in popluar number systems.

HEX 8F 63 8C
Decimal 143 99 140
Binary 10001111 1100011 10001100
Octal 217 143 214

Shades and tints

Shades of #8F638C

#8F638C
(143,99,140)
#825A80
(130,90,128)
#755174
(117,81,116)
#684868
(104,72,104)
#5B3F5C
(91,63,92)
#4E3650
(78,54,80)
#412D44
(65,45,68)
#342438
(52,36,56)
#271B2C
(39,27,44)
#1A1220
(26,18,32)
#0D0914
(13,9,20)
#000000
(0,0,0)

Tints of #8F638C

#8F638C
(143,99,140)
#997196
(153,113,150)
#A37FA0
(163,127,160)
#AD8DAA
(173,141,170)
#B79BB4
(183,155,180)
#C1A9BE
(193,169,190)
#CBB7C8
(203,183,200)
#D5C5D2
(213,197,210)
#DFD3DC
(223,211,220)
#E9E1E6
(233,225,230)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F638C color. Also use rgb(143,99,140) instead hex code.

Text Font Color

.myTextColor { color: #8F638C; }

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

This text font color is #8F638C.

Background Color

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

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

This div background color is #8F638C.

Border color

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

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

This div border color is #8F638C.

Opacity

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

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

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

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

This text has shadow with #8F638C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F638C.

Preview

Color preview on black background

This text has color #8F638C on black background.


Color preview on white background

This text has color #8F638C on white background.


Black color preview on #8F638C background

This text has black color on #8F638C background.


White color preview on #8F638C background

This text has white color on #8F638C background.


Related colors

Complementary color

Complementary color for #hex is #709C73.


I love getcolorcode.com

Triadic colors

1 #8C8F63 and #638C8F with #8F638C are triadic colors.

2 #8C638F and #638F8C with #8F638C are triadic colors.