COLOR #8F6F9E

HEX: #8F6F9E
RGB: (143,111,158)

Color info

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

RGB color model

#8F6F9E color RGB value is (143,111,158).

  • red value is 143;
  • green value is 111;
  • blue value is 158.
RGB:
(143,111,158)
(56%,44%,62%)

RGB channels and saturation

R 143 of 255 = 56%
G 111 of 255 = 44%
B 158 of 255 = 62%

143
111
158

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

Portions of RGB colors in percentages

R + G + B =
143 + 111 + 158 = 412 (100%)
R 143 of 412 ~ 34.71%
G 111 of 412 ~ 26.94%
B 158 of 412 ~ 38.35%

%34.71
%26.94
%38.35

CMYK color model

#8F6F9E color CMYK value is (9,30,0,38).

  • cyan value is 9.49%
  • magenta value is 29.75%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(9,30,0,38)
C9M30Y0K38 
(9%,30%,0%,38%)
(0.09/0.30/0.00/0.38)	

CMYK percentages

%9.49
%29.75
%0
%38.04

Codes

Color #8F6F9E in popluar color models

8F6F9E
RGB143111158
HSL281°19.50%52.75%
HSB/HSV281°29.75%61.96%
CMYK9.49%29.75%0.00%
38.04%

Color #8F6F9E in popluar number systems.

HEX8F6F9E
Decimal143111158
Binary10001111110111110011110
Octal217157236

Shades and tints

Shades of #8F6F9E

#8F6F9E
(143,111,158)
#826590
(130,101,144)
#755B82
(117,91,130)
#685174
(104,81,116)
#5B4766
(91,71,102)
#4E3D58
(78,61,88)
#41334A
(65,51,74)
#34293C
(52,41,60)
#271F2E
(39,31,46)
#1A1520
(26,21,32)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #8F6F9E

#8F6F9E
(143,111,158)
#997CA6
(153,124,166)
#A389AE
(163,137,174)
#AD96B6
(173,150,182)
#B7A3BE
(183,163,190)
#C1B0C6
(193,176,198)
#CBBDCE
(203,189,206)
#D5CAD6
(213,202,214)
#DFD7DE
(223,215,222)
#E9E4E6
(233,228,230)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6F9E color. Also use rgb(143,111,158) instead hex code.

Text Font Color

.myTextColor { color: #8F6F9E; }

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

This text font color is #8F6F9E.


Background Color

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

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

This div background color is #8F6F9E.


Border color

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

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

This div border color is #8F6F9E.


Opacity

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

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

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

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

This text has shadow with #8F6F9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6F9E on black background.


Color preview on white background

This text has color #8F6F9E on white background.



Black color preview on #8F6F9E background

This text has black color on #8F6F9E background.


White color preview on #8F6F9E background

This text has white color on #8F6F9E background.